COLOR #B4EDD3

HEX: #B4EDD3
RGB: (180,237,211)

Color info

#B4EDD3 contains red, green and blue colors in about the same proportion. Web safe color of #B4EDD3 is #CCFFCC (or #CFC).

RGB color model

#B4EDD3 color RGB value is (180,237,211).

  • red value is 180;
  • green value is 237;
  • blue value is 211.
RGB:
(180,237,211)
(71%,93%,83%)

RGB channels and saturation

R 180 of 255 = 71%
G 237 of 255 = 93%
B 211 of 255 = 83%

180
237
211

R + G + B ~ 82%. #B4EDD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 237 + 211 = 628 (100%)
R 180 of 628 ~ 28.66%
G 237 of 628 ~ 37.74%
B 211 of 628 ~ 33.6%

%28.66
%37.74
%33.6

CMYK color model

#B4EDD3 color CMYK value is (24,0,11,7).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 7.06%
CMYK:
(24,0,11,7)
C24M0Y11K7 
(24%,0%,11%,7%)
(0.24/0.00/0.11/0.07)	

CMYK percentages

%24.05
%0
%10.97
%7.06

Codes

Color #B4EDD3 in popluar color models

B4EDD3
RGB180237211
HSL153°61.29%81.76%
HSB/HSV153°24.05%92.94%
CMYK24.05%0.00%10.97%
7.06%

Color #B4EDD3 in popluar number systems.

HEXB4EDD3
Decimal180237211
Binary101101001110110111010011
Octal264355323

Shades and tints

Shades of #B4EDD3

#B4EDD3
(180,237,211)
#A4D8C0
(164,216,192)
#94C3AD
(148,195,173)
#84AE9A
(132,174,154)
#749987
(116,153,135)
#648474
(100,132,116)
#546F61
(84,111,97)
#445A4E
(68,90,78)
#34453B
(52,69,59)
#243028
(36,48,40)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #B4EDD3

#B4EDD3
(180,237,211)
#BAEED7
(186,238,215)
#C0EFDB
(192,239,219)
#C6F0DF
(198,240,223)
#CCF1E3
(204,241,227)
#D2F2E7
(210,242,231)
#D8F3EB
(216,243,235)
#DEF4EF
(222,244,239)
#E4F5F3
(228,245,243)
#EAF6F7
(234,246,247)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EDD3 color. Also use rgb(180,237,211) instead hex code.

Text Font Color

.myTextColor { color: #B4EDD3; }

<p style="color:#B4EDD3">This sample text font color is #B4EDD3.</p>

This text font color is #B4EDD3.


Background Color

.myBgColor { background-color: #B4EDD3; }

<div style="background-color:#B4EDD3">Inner text</div>

This div background color is #B4EDD3.


Border color

.myBorderColor { border: 1px solid #B4EDD3; }

<div style="border:3px solid #B4EDD3">Div</div>

This div border color is #B4EDD3.


Opacity

.myOpacity80 { color: #B4EDD3; opacity: 0.8; }

<p style="color:#B4EDD3;opacity:0.8;">80%</p>

Text with #B4EDD3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4EDD3;}

<p style="text-shadow: 3px 3px 1px #B4EDD3">Text here.</p>

This text has shadow with #B4EDD3 color.

.textShadow {text-shadow: 3px 3px 1px #B4EDD3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4EDD3, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4EDD3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4EDD3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4EDD3, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4EDD3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B4EDD3;
  -webkit-box-shadow:	1px 1px 3px 2px #B4EDD3;
  box-shadow:		1px 1px 3px 2px #B4EDD3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4EDD3;
-webkit-box-shadow: 1px 1px 3px 2px #B4EDD3;
box-shadow:1px 1px 3px 2px #B4EDD3;">
Div content here</div>
This div box has shadow with color #B4EDD3.

Preview

Color preview on black background

This text has color #B4EDD3 on black background.


Color preview on white background

This text has color #B4EDD3 on white background.



Black color preview on #B4EDD3 background

This text has black color on #B4EDD3 background.


White color preview on #B4EDD3 background

This text has white color on #B4EDD3 background.