COLOR #B4E8BB

HEX: #B4E8BB
RGB: (180,232,187)

Color info

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

RGB color model

#B4E8BB color RGB value is (180,232,187).

  • red value is 180;
  • green value is 232;
  • blue value is 187.
RGB:
(180,232,187)
(71%,91%,73%)

RGB channels and saturation

R 180 of 255 = 71%
G 232 of 255 = 91%
B 187 of 255 = 73%

180
232
187

R + G + B ~ 78%. #B4E8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 232 + 187 = 599 (100%)
R 180 of 599 ~ 30.05%
G 232 of 599 ~ 38.73%
B 187 of 599 ~ 31.22%

%30.05
%38.73
%31.22

CMYK color model

#B4E8BB color CMYK value is (22,0,19,9).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 9.02%
CMYK:
(22,0,19,9)
C22M0Y19K9 
(22%,0%,19%,9%)
(0.22/0.00/0.19/0.09)	

CMYK percentages

%22.41
%0
%19.4
%9.02

Codes

Color #B4E8BB in popluar color models

B4E8BB
RGB180232187
HSL128°53.06%80.78%
HSB/HSV128°22.41%90.98%
CMYK22.41%0.00%19.40%
9.02%

Color #B4E8BB in popluar number systems.

HEXB4E8BB
Decimal180232187
Binary101101001110100010111011
Octal264350273

Shades and tints

Shades of #B4E8BB

#B4E8BB
(180,232,187)
#A4D3AA
(164,211,170)
#94BE99
(148,190,153)
#84A988
(132,169,136)
#749477
(116,148,119)
#647F66
(100,127,102)
#546A55
(84,106,85)
#445544
(68,85,68)
#344033
(52,64,51)
#242B22
(36,43,34)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #B4E8BB

#B4E8BB
(180,232,187)
#BAEAC1
(186,234,193)
#C0ECC7
(192,236,199)
#C6EECD
(198,238,205)
#CCF0D3
(204,240,211)
#D2F2D9
(210,242,217)
#D8F4DF
(216,244,223)
#DEF6E5
(222,246,229)
#E4F8EB
(228,248,235)
#EAFAF1
(234,250,241)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E8BB color. Also use rgb(180,232,187) instead hex code.

Text Font Color

.myTextColor { color: #B4E8BB; }

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

This text font color is #B4E8BB.


Background Color

.myBgColor { background-color: #B4E8BB; }

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

This div background color is #B4E8BB.


Border color

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

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

This div border color is #B4E8BB.


Opacity

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

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

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

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

This text has shadow with #B4E8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E8BB on black background.


Color preview on white background

This text has color #B4E8BB on white background.



Black color preview on #B4E8BB background

This text has black color on #B4E8BB background.


White color preview on #B4E8BB background

This text has white color on #B4E8BB background.