COLOR #B5C9AA

HEX: #B5C9AA
RGB: (181,201,170)

Color info

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

RGB color model

#B5C9AA color RGB value is (181,201,170).

  • red value is 181;
  • green value is 201;
  • blue value is 170.
RGB:
(181,201,170)
(71%,79%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 201 of 255 = 79%
B 170 of 255 = 67%

181
201
170

R + G + B ~ 72%. #B5C9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 201 + 170 = 552 (100%)
R 181 of 552 ~ 32.79%
G 201 of 552 ~ 36.41%
B 170 of 552 ~ 30.8%

%32.79
%36.41
%30.8

CMYK color model

#B5C9AA color CMYK value is (10,0,15,21).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(10,0,15,21)
C10M0Y15K21 
(10%,0%,15%,21%)
(0.10/0.00/0.15/0.21)	

CMYK percentages

%9.95
%0
%15.42
%21.18

Codes

Color #B5C9AA in popluar color models

B5C9AA
RGB181201170
HSL99°22.30%72.75%
HSB/HSV99°15.42%78.82%
CMYK9.95%0.00%15.42%
21.18%

Color #B5C9AA in popluar number systems.

HEXB5C9AA
Decimal181201170
Binary101101011100100110101010
Octal265311252

Shades and tints

Shades of #B5C9AA

#B5C9AA
(181,201,170)
#A5B79B
(165,183,155)
#95A58C
(149,165,140)
#85937D
(133,147,125)
#75816E
(117,129,110)
#656F5F
(101,111,95)
#555D50
(85,93,80)
#454B41
(69,75,65)
#353932
(53,57,50)
#252723
(37,39,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5C9AA

#B5C9AA
(181,201,170)
#BBCDB1
(187,205,177)
#C1D1B8
(193,209,184)
#C7D5BF
(199,213,191)
#CDD9C6
(205,217,198)
#D3DDCD
(211,221,205)
#D9E1D4
(217,225,212)
#DFE5DB
(223,229,219)
#E5E9E2
(229,233,226)
#EBEDE9
(235,237,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C9AA color. Also use rgb(181,201,170) instead hex code.

Text Font Color

.myTextColor { color: #B5C9AA; }

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

This text font color is #B5C9AA.


Background Color

.myBgColor { background-color: #B5C9AA; }

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

This div background color is #B5C9AA.


Border color

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

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

This div border color is #B5C9AA.


Opacity

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

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

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

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

This text has shadow with #B5C9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C9AA on black background.


Color preview on white background

This text has color #B5C9AA on white background.



Black color preview on #B5C9AA background

This text has black color on #B5C9AA background.


White color preview on #B5C9AA background

This text has white color on #B5C9AA background.