COLOR #B5D2AD

HEX: #B5D2AD
RGB: (181,210,173)

Color info

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

RGB color model

#B5D2AD color RGB value is (181,210,173).

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

RGB channels and saturation

R 181 of 255 = 71%
G 210 of 255 = 82%
B 173 of 255 = 68%

181
210
173

R + G + B ~ 74%. #B5D2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 210 + 173 = 564 (100%)
R 181 of 564 ~ 32.09%
G 210 of 564 ~ 37.23%
B 173 of 564 ~ 30.67%

%32.09
%37.23
%30.67

CMYK color model

#B5D2AD color CMYK value is (14,0,18,18).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(14,0,18,18)
C14M0Y18K18 
(14%,0%,18%,18%)
(0.14/0.00/0.18/0.18)	

CMYK percentages

%13.81
%0
%17.62
%17.65

Codes

Color #B5D2AD in popluar color models

B5D2AD
RGB181210173
HSL107°29.13%75.10%
HSB/HSV107°17.62%82.35%
CMYK13.81%0.00%17.62%
17.65%

Color #B5D2AD in popluar number systems.

HEXB5D2AD
Decimal181210173
Binary101101011101001010101101
Octal265322255

Shades and tints

Shades of #B5D2AD

#B5D2AD
(181,210,173)
#A5BF9E
(165,191,158)
#95AC8F
(149,172,143)
#859980
(133,153,128)
#758671
(117,134,113)
#657362
(101,115,98)
#556053
(85,96,83)
#454D44
(69,77,68)
#353A35
(53,58,53)
#252726
(37,39,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #B5D2AD

#B5D2AD
(181,210,173)
#BBD6B4
(187,214,180)
#C1DABB
(193,218,187)
#C7DEC2
(199,222,194)
#CDE2C9
(205,226,201)
#D3E6D0
(211,230,208)
#D9EAD7
(217,234,215)
#DFEEDE
(223,238,222)
#E5F2E5
(229,242,229)
#EBF6EC
(235,246,236)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D2AD; }

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

This text font color is #B5D2AD.


Background Color

.myBgColor { background-color: #B5D2AD; }

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

This div background color is #B5D2AD.


Border color

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

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

This div border color is #B5D2AD.


Opacity

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

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

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

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

This text has shadow with #B5D2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D2AD on black background.


Color preview on white background

This text has color #B5D2AD on white background.



Black color preview on #B5D2AD background

This text has black color on #B5D2AD background.


White color preview on #B5D2AD background

This text has white color on #B5D2AD background.