COLOR #B5D9AD

HEX: #B5D9AD
RGB: (181,217,173)

Color info

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

RGB color model

#B5D9AD color RGB value is (181,217,173).

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

RGB channels and saturation

R 181 of 255 = 71%
G 217 of 255 = 85%
B 173 of 255 = 68%

181
217
173

R + G + B ~ 75%. #B5D9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 217 + 173 = 571 (100%)
R 181 of 571 ~ 31.7%
G 217 of 571 ~ 38%
B 173 of 571 ~ 30.3%

%31.7
%38
%30.3

CMYK color model

#B5D9AD color CMYK value is (17,0,20,15).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 14.90%
CMYK:
(17,0,20,15)
C17M0Y20K15 
(17%,0%,20%,15%)
(0.17/0.00/0.20/0.15)	

CMYK percentages

%16.59
%0
%20.28
%14.9

Codes

Color #B5D9AD in popluar color models

B5D9AD
RGB181217173
HSL109°36.67%76.47%
HSB/HSV109°20.28%85.10%
CMYK16.59%0.00%20.28%
14.90%

Color #B5D9AD in popluar number systems.

HEXB5D9AD
Decimal181217173
Binary101101011101100110101101
Octal265331255

Shades and tints

Shades of #B5D9AD

#B5D9AD
(181,217,173)
#A5C69E
(165,198,158)
#95B38F
(149,179,143)
#85A080
(133,160,128)
#758D71
(117,141,113)
#657A62
(101,122,98)
#556753
(85,103,83)
#455444
(69,84,68)
#354135
(53,65,53)
#252E26
(37,46,38)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #B5D9AD

#B5D9AD
(181,217,173)
#BBDCB4
(187,220,180)
#C1DFBB
(193,223,187)
#C7E2C2
(199,226,194)
#CDE5C9
(205,229,201)
#D3E8D0
(211,232,208)
#D9EBD7
(217,235,215)
#DFEEDE
(223,238,222)
#E5F1E5
(229,241,229)
#EBF4EC
(235,244,236)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D9AD; }

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

This text font color is #B5D9AD.


Background Color

.myBgColor { background-color: #B5D9AD; }

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

This div background color is #B5D9AD.


Border color

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

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

This div border color is #B5D9AD.


Opacity

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

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

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

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

This text has shadow with #B5D9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D9AD on black background.


Color preview on white background

This text has color #B5D9AD on white background.



Black color preview on #B5D9AD background

This text has black color on #B5D9AD background.


White color preview on #B5D9AD background

This text has white color on #B5D9AD background.