COLOR #B5CAA9

HEX: #B5CAA9
RGB: (181,202,169)

Color info

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

RGB color model

#B5CAA9 color RGB value is (181,202,169).

  • red value is 181;
  • green value is 202;
  • blue value is 169.
RGB:
(181,202,169)
(71%,79%,66%)

RGB channels and saturation

R 181 of 255 = 71%
G 202 of 255 = 79%
B 169 of 255 = 66%

181
202
169

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

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 169 = 552 (100%)
R 181 of 552 ~ 32.79%
G 202 of 552 ~ 36.59%
B 169 of 552 ~ 30.62%

%32.79
%36.59
%30.62

CMYK color model

#B5CAA9 color CMYK value is (10,0,16,21).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%
CMYK:
(10,0,16,21)
C10M0Y16K21 
(10%,0%,16%,21%)
(0.10/0.00/0.16/0.21)	

CMYK percentages

%10.4
%0
%16.34
%20.78

Codes

Color #B5CAA9 in popluar color models

B5CAA9
RGB181202169
HSL98°23.74%72.75%
HSB/HSV98°16.34%79.22%
CMYK10.40%0.00%16.34%
20.78%

Color #B5CAA9 in popluar number systems.

HEXB5CAA9
Decimal181202169
Binary101101011100101010101001
Octal265312251

Shades and tints

Shades of #B5CAA9

#B5CAA9
(181,202,169)
#A5B89A
(165,184,154)
#95A68B
(149,166,139)
#85947C
(133,148,124)
#75826D
(117,130,109)
#65705E
(101,112,94)
#555E4F
(85,94,79)
#454C40
(69,76,64)
#353A31
(53,58,49)
#252822
(37,40,34)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #B5CAA9

#B5CAA9
(181,202,169)
#BBCEB0
(187,206,176)
#C1D2B7
(193,210,183)
#C7D6BE
(199,214,190)
#CDDAC5
(205,218,197)
#D3DECC
(211,222,204)
#D9E2D3
(217,226,211)
#DFE6DA
(223,230,218)
#E5EAE1
(229,234,225)
#EBEEE8
(235,238,232)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CAA9 color. Also use rgb(181,202,169) instead hex code.

Text Font Color

.myTextColor { color: #B5CAA9; }

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

This text font color is #B5CAA9.


Background Color

.myBgColor { background-color: #B5CAA9; }

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

This div background color is #B5CAA9.


Border color

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

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

This div border color is #B5CAA9.


Opacity

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

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

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

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

This text has shadow with #B5CAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CAA9 on black background.


Color preview on white background

This text has color #B5CAA9 on white background.



Black color preview on #B5CAA9 background

This text has black color on #B5CAA9 background.


White color preview on #B5CAA9 background

This text has white color on #B5CAA9 background.