COLOR #B4E1AE

HEX: #B4E1AE
RGB: (180,225,174)

Color info

#B4E1AE contains red, green and blue colors in about the same proportion. Web safe color of #B4E1AE is #CCCC99 (or #CC9).

RGB color model

#B4E1AE color RGB value is (180,225,174).

  • red value is 180;
  • green value is 225;
  • blue value is 174.
RGB:
(180,225,174)
(71%,88%,68%)

RGB channels and saturation

R 180 of 255 = 71%
G 225 of 255 = 88%
B 174 of 255 = 68%

180
225
174

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

Portions of RGB colors in percentages

R + G + B =
180 + 225 + 174 = 579 (100%)
R 180 of 579 ~ 31.09%
G 225 of 579 ~ 38.86%
B 174 of 579 ~ 30.05%

%31.09
%38.86
%30.05

CMYK color model

#B4E1AE color CMYK value is (20,0,23,12).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 11.76%
CMYK:
(20,0,23,12)
C20M0Y23K12 
(20%,0%,23%,12%)
(0.20/0.00/0.23/0.12)	

CMYK percentages

%20
%0
%22.67
%11.76

Codes

Color #B4E1AE in popluar color models

B4E1AE
RGB180225174
HSL113°45.95%78.24%
HSB/HSV113°22.67%88.24%
CMYK20.00%0.00%22.67%
11.76%

Color #B4E1AE in popluar number systems.

HEXB4E1AE
Decimal180225174
Binary101101001110000110101110
Octal264341256

Shades and tints

Shades of #B4E1AE

#B4E1AE
(180,225,174)
#A4CD9F
(164,205,159)
#94B990
(148,185,144)
#84A581
(132,165,129)
#749172
(116,145,114)
#647D63
(100,125,99)
#546954
(84,105,84)
#445545
(68,85,69)
#344136
(52,65,54)
#242D27
(36,45,39)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #B4E1AE

#B4E1AE
(180,225,174)
#BAE3B5
(186,227,181)
#C0E5BC
(192,229,188)
#C6E7C3
(198,231,195)
#CCE9CA
(204,233,202)
#D2EBD1
(210,235,209)
#D8EDD8
(216,237,216)
#DEEFDF
(222,239,223)
#E4F1E6
(228,241,230)
#EAF3ED
(234,243,237)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E1AE color. Also use rgb(180,225,174) instead hex code.

Text Font Color

.myTextColor { color: #B4E1AE; }

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

This text font color is #B4E1AE.


Background Color

.myBgColor { background-color: #B4E1AE; }

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

This div background color is #B4E1AE.


Border color

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

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

This div border color is #B4E1AE.


Opacity

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

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

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

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

This text has shadow with #B4E1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E1AE on black background.


Color preview on white background

This text has color #B4E1AE on white background.



Black color preview on #B4E1AE background

This text has black color on #B4E1AE background.


White color preview on #B4E1AE background

This text has white color on #B4E1AE background.