COLOR #B4E7AC

HEX: #B4E7AC
RGB: (180,231,172)

Color info

#B4E7AC contains red, green and blue colors in about the same proportion. Web safe color of #B4E7AC is #CCFF99 (or #CF9).

RGB color model

#B4E7AC color RGB value is (180,231,172).

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

RGB channels and saturation

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

180
231
172

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

Portions of RGB colors in percentages

R + G + B =
180 + 231 + 172 = 583 (100%)
R 180 of 583 ~ 30.87%
G 231 of 583 ~ 39.62%
B 172 of 583 ~ 29.5%

%30.87
%39.62
%29.5

CMYK color model

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

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

CMYK percentages

%22.08
%0
%25.54
%9.41

Codes

Color #B4E7AC in popluar color models

B4E7AC
RGB180231172
HSL112°55.14%79.02%
HSB/HSV112°25.54%90.59%
CMYK22.08%0.00%25.54%
9.41%

Color #B4E7AC in popluar number systems.

HEXB4E7AC
Decimal180231172
Binary101101001110011110101100
Octal264347254

Shades and tints

Shades of #B4E7AC

#B4E7AC
(180,231,172)
#A4D29D
(164,210,157)
#94BD8E
(148,189,142)
#84A87F
(132,168,127)
#749370
(116,147,112)
#647E61
(100,126,97)
#546952
(84,105,82)
#445443
(68,84,67)
#343F34
(52,63,52)
#242A25
(36,42,37)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B4E7AC

#B4E7AC
(180,231,172)
#BAE9B3
(186,233,179)
#C0EBBA
(192,235,186)
#C6EDC1
(198,237,193)
#CCEFC8
(204,239,200)
#D2F1CF
(210,241,207)
#D8F3D6
(216,243,214)
#DEF5DD
(222,245,221)
#E4F7E4
(228,247,228)
#EAF9EB
(234,249,235)
#F0FBF2
(240,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E7AC; }

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

This text font color is #B4E7AC.


Background Color

.myBgColor { background-color: #B4E7AC; }

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

This div background color is #B4E7AC.


Border color

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

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

This div border color is #B4E7AC.


Opacity

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

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

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

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

This text has shadow with #B4E7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E7AC on black background.


Color preview on white background

This text has color #B4E7AC on white background.



Black color preview on #B4E7AC background

This text has black color on #B4E7AC background.


White color preview on #B4E7AC background

This text has white color on #B4E7AC background.