COLOR #B4E8AC

HEX: #B4E8AC
RGB: (180,232,172)

Color info

#B4E8AC contains mainly red and green colors. Web safe color of #B4E8AC is #CCFF99 (or #CF9).

RGB color model

#B4E8AC color RGB value is (180,232,172).

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

RGB channels and saturation

R 180 of 255 = 71%
G 232 of 255 = 91%
B 172 of 255 = 67%

180
232
172

R + G + B ~ 76%. #B4E8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 232 + 172 = 584 (100%)
R 180 of 584 ~ 30.82%
G 232 of 584 ~ 39.73%
B 172 of 584 ~ 29.45%

%30.82
%39.73
%29.45

CMYK color model

#B4E8AC color CMYK value is (22,0,26,9).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 25.86%
  • key color value is 9.02%
CMYK:
(22,0,26,9)
C22M0Y26K9 
(22%,0%,26%,9%)
(0.22/0.00/0.26/0.09)	

CMYK percentages

%22.41
%0
%25.86
%9.02

Codes

Color #B4E8AC in popluar color models

B4E8AC
RGB180232172
HSL112°56.60%79.22%
HSB/HSV112°25.86%90.98%
CMYK22.41%0.00%25.86%
9.02%

Color #B4E8AC in popluar number systems.

HEXB4E8AC
Decimal180232172
Binary101101001110100010101100
Octal264350254

Shades and tints

Shades of #B4E8AC

#B4E8AC
(180,232,172)
#A4D39D
(164,211,157)
#94BE8E
(148,190,142)
#84A97F
(132,169,127)
#749470
(116,148,112)
#647F61
(100,127,97)
#546A52
(84,106,82)
#445543
(68,85,67)
#344034
(52,64,52)
#242B25
(36,43,37)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #B4E8AC

#B4E8AC
(180,232,172)
#BAEAB3
(186,234,179)
#C0ECBA
(192,236,186)
#C6EEC1
(198,238,193)
#CCF0C8
(204,240,200)
#D2F2CF
(210,242,207)
#D8F4D6
(216,244,214)
#DEF6DD
(222,246,221)
#E4F8E4
(228,248,228)
#EAFAEB
(234,250,235)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E8AC; }

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

This text font color is #B4E8AC.


Background Color

.myBgColor { background-color: #B4E8AC; }

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

This div background color is #B4E8AC.


Border color

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

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

This div border color is #B4E8AC.


Opacity

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

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

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

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

This text has shadow with #B4E8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E8AC on black background.


Color preview on white background

This text has color #B4E8AC on white background.



Black color preview on #B4E8AC background

This text has black color on #B4E8AC background.


White color preview on #B4E8AC background

This text has white color on #B4E8AC background.