COLOR #B4E5AD

HEX: #B4E5AD
RGB: (180,229,173)

Color info

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

RGB color model

#B4E5AD color RGB value is (180,229,173).

  • red value is 180;
  • green value is 229;
  • blue value is 173.
RGB:
(180,229,173)
(71%,90%,68%)

RGB channels and saturation

R 180 of 255 = 71%
G 229 of 255 = 90%
B 173 of 255 = 68%

180
229
173

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

Portions of RGB colors in percentages

R + G + B =
180 + 229 + 173 = 582 (100%)
R 180 of 582 ~ 30.93%
G 229 of 582 ~ 39.35%
B 173 of 582 ~ 29.73%

%30.93
%39.35
%29.73

CMYK color model

#B4E5AD color CMYK value is (21,0,24,10).

  • cyan value is 21.40%
  • magenta value is 0.00%
  • yellow value is 24.45%
  • key color value is 10.20%
CMYK:
(21,0,24,10)
C21M0Y24K10 
(21%,0%,24%,10%)
(0.21/0.00/0.24/0.10)	

CMYK percentages

%21.4
%0
%24.45
%10.2

Codes

Color #B4E5AD in popluar color models

B4E5AD
RGB180229173
HSL113°51.85%78.82%
HSB/HSV113°24.45%89.80%
CMYK21.40%0.00%24.45%
10.20%

Color #B4E5AD in popluar number systems.

HEXB4E5AD
Decimal180229173
Binary101101001110010110101101
Octal264345255

Shades and tints

Shades of #B4E5AD

#B4E5AD
(180,229,173)
#A4D19E
(164,209,158)
#94BD8F
(148,189,143)
#84A980
(132,169,128)
#749571
(116,149,113)
#648162
(100,129,98)
#546D53
(84,109,83)
#445944
(68,89,68)
#344535
(52,69,53)
#243126
(36,49,38)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #B4E5AD

#B4E5AD
(180,229,173)
#BAE7B4
(186,231,180)
#C0E9BB
(192,233,187)
#C6EBC2
(198,235,194)
#CCEDC9
(204,237,201)
#D2EFD0
(210,239,208)
#D8F1D7
(216,241,215)
#DEF3DE
(222,243,222)
#E4F5E5
(228,245,229)
#EAF7EC
(234,247,236)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E5AD color. Also use rgb(180,229,173) instead hex code.

Text Font Color

.myTextColor { color: #B4E5AD; }

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

This text font color is #B4E5AD.


Background Color

.myBgColor { background-color: #B4E5AD; }

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

This div background color is #B4E5AD.


Border color

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

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

This div border color is #B4E5AD.


Opacity

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

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

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

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

This text has shadow with #B4E5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E5AD on black background.


Color preview on white background

This text has color #B4E5AD on white background.



Black color preview on #B4E5AD background

This text has black color on #B4E5AD background.


White color preview on #B4E5AD background

This text has white color on #B4E5AD background.