COLOR #B5E1AD

HEX: #B5E1AD
RGB: (181,225,173)

Color info

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

RGB color model

#B5E1AD color RGB value is (181,225,173).

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

RGB channels and saturation

R 181 of 255 = 71%
G 225 of 255 = 88%
B 173 of 255 = 68%

181
225
173

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

Portions of RGB colors in percentages

R + G + B =
181 + 225 + 173 = 579 (100%)
R 181 of 579 ~ 31.26%
G 225 of 579 ~ 38.86%
B 173 of 579 ~ 29.88%

%31.26
%38.86
%29.88

CMYK color model

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

  • cyan value is 19.56%
  • magenta value is 0.00%
  • yellow value is 23.11%
  • 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

%19.56
%0
%23.11
%11.76

Codes

Color #B5E1AD in popluar color models

B5E1AD
RGB181225173
HSL111°46.43%78.04%
HSB/HSV111°23.11%88.24%
CMYK19.56%0.00%23.11%
11.76%

Color #B5E1AD in popluar number systems.

HEXB5E1AD
Decimal181225173
Binary101101011110000110101101
Octal265341255

Shades and tints

Shades of #B5E1AD

#B5E1AD
(181,225,173)
#A5CD9E
(165,205,158)
#95B98F
(149,185,143)
#85A580
(133,165,128)
#759171
(117,145,113)
#657D62
(101,125,98)
#556953
(85,105,83)
#455544
(69,85,68)
#354135
(53,65,53)
#252D26
(37,45,38)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #B5E1AD

#B5E1AD
(181,225,173)
#BBE3B4
(187,227,180)
#C1E5BB
(193,229,187)
#C7E7C2
(199,231,194)
#CDE9C9
(205,233,201)
#D3EBD0
(211,235,208)
#D9EDD7
(217,237,215)
#DFEFDE
(223,239,222)
#E5F1E5
(229,241,229)
#EBF3EC
(235,243,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E1AD color. Also use rgb(181,225,173) instead hex code.

Text Font Color

.myTextColor { color: #B5E1AD; }

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

This text font color is #B5E1AD.


Background Color

.myBgColor { background-color: #B5E1AD; }

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

This div background color is #B5E1AD.


Border color

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

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

This div border color is #B5E1AD.


Opacity

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

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

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

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

This text has shadow with #B5E1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E1AD on black background.


Color preview on white background

This text has color #B5E1AD on white background.



Black color preview on #B5E1AD background

This text has black color on #B5E1AD background.


White color preview on #B5E1AD background

This text has white color on #B5E1AD background.