COLOR #B5CAAB

HEX: #B5CAAB
RGB: (181,202,171)

Color info

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

RGB color model

#B5CAAB color RGB value is (181,202,171).

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

RGB channels and saturation

R 181 of 255 = 71%
G 202 of 255 = 79%
B 171 of 255 = 67%

181
202
171

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

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 171 = 554 (100%)
R 181 of 554 ~ 32.67%
G 202 of 554 ~ 36.46%
B 171 of 554 ~ 30.87%

%32.67
%36.46
%30.87

CMYK color model

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

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

CMYK percentages

%10.4
%0
%15.35
%20.78

Codes

Color #B5CAAB in popluar color models

B5CAAB
RGB181202171
HSL101°22.63%73.14%
HSB/HSV101°15.35%79.22%
CMYK10.40%0.00%15.35%
20.78%

Color #B5CAAB in popluar number systems.

HEXB5CAAB
Decimal181202171
Binary101101011100101010101011
Octal265312253

Shades and tints

Shades of #B5CAAB

#B5CAAB
(181,202,171)
#A5B89C
(165,184,156)
#95A68D
(149,166,141)
#85947E
(133,148,126)
#75826F
(117,130,111)
#657060
(101,112,96)
#555E51
(85,94,81)
#454C42
(69,76,66)
#353A33
(53,58,51)
#252824
(37,40,36)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #B5CAAB

#B5CAAB
(181,202,171)
#BBCEB2
(187,206,178)
#C1D2B9
(193,210,185)
#C7D6C0
(199,214,192)
#CDDAC7
(205,218,199)
#D3DECE
(211,222,206)
#D9E2D5
(217,226,213)
#DFE6DC
(223,230,220)
#E5EAE3
(229,234,227)
#EBEEEA
(235,238,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CAAB; }

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

This text font color is #B5CAAB.


Background Color

.myBgColor { background-color: #B5CAAB; }

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

This div background color is #B5CAAB.


Border color

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

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

This div border color is #B5CAAB.


Opacity

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

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

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

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

This text has shadow with #B5CAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CAAB on black background.


Color preview on white background

This text has color #B5CAAB on white background.



Black color preview on #B5CAAB background

This text has black color on #B5CAAB background.


White color preview on #B5CAAB background

This text has white color on #B5CAAB background.