COLOR #B4EED6

HEX: #B4EED6
RGB: (180,238,214)

Color info

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

RGB color model

#B4EED6 color RGB value is (180,238,214).

  • red value is 180;
  • green value is 238;
  • blue value is 214.
RGB:
(180,238,214)
(71%,93%,84%)

RGB channels and saturation

R 180 of 255 = 71%
G 238 of 255 = 93%
B 214 of 255 = 84%

180
238
214

R + G + B ~ 83%. #B4EED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 238 + 214 = 632 (100%)
R 180 of 632 ~ 28.48%
G 238 of 632 ~ 37.66%
B 214 of 632 ~ 33.86%

%28.48
%37.66
%33.86

CMYK color model

#B4EED6 color CMYK value is (24,0,10,7).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(24,0,10,7)
C24M0Y10K7 
(24%,0%,10%,7%)
(0.24/0.00/0.10/0.07)	

CMYK percentages

%24.37
%0
%10.08
%6.67

Codes

Color #B4EED6 in popluar color models

B4EED6
RGB180238214
HSL155°63.04%81.96%
HSB/HSV155°24.37%93.33%
CMYK24.37%0.00%10.08%
6.67%

Color #B4EED6 in popluar number systems.

HEXB4EED6
Decimal180238214
Binary101101001110111011010110
Octal264356326

Shades and tints

Shades of #B4EED6

#B4EED6
(180,238,214)
#A4D9C3
(164,217,195)
#94C4B0
(148,196,176)
#84AF9D
(132,175,157)
#749A8A
(116,154,138)
#648577
(100,133,119)
#547064
(84,112,100)
#445B51
(68,91,81)
#34463E
(52,70,62)
#24312B
(36,49,43)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #B4EED6

#B4EED6
(180,238,214)
#BAEFD9
(186,239,217)
#C0F0DC
(192,240,220)
#C6F1DF
(198,241,223)
#CCF2E2
(204,242,226)
#D2F3E5
(210,243,229)
#D8F4E8
(216,244,232)
#DEF5EB
(222,245,235)
#E4F6EE
(228,246,238)
#EAF7F1
(234,247,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EED6 color. Also use rgb(180,238,214) instead hex code.

Text Font Color

.myTextColor { color: #B4EED6; }

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

This text font color is #B4EED6.


Background Color

.myBgColor { background-color: #B4EED6; }

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

This div background color is #B4EED6.


Border color

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

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

This div border color is #B4EED6.


Opacity

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

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

Text with #B4EED6 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 #B4EED6;}

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

This text has shadow with #B4EED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EED6 on black background.


Color preview on white background

This text has color #B4EED6 on white background.



Black color preview on #B4EED6 background

This text has black color on #B4EED6 background.


White color preview on #B4EED6 background

This text has white color on #B4EED6 background.