COLOR #B5CAA0

HEX: #B5CAA0
RGB: (181,202,160)

Color info

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

RGB color model

#B5CAA0 color RGB value is (181,202,160).

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

RGB channels and saturation

R 181 of 255 = 71%
G 202 of 255 = 79%
B 160 of 255 = 63%

181
202
160

R + G + B ~ 71%. #B5CAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 160 = 543 (100%)
R 181 of 543 ~ 33.33%
G 202 of 543 ~ 37.2%
B 160 of 543 ~ 29.47%

%33.33
%37.2
%29.47

CMYK color model

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

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 20.78%
CMYK:
(10,0,21,21)
C10M0Y21K21 
(10%,0%,21%,21%)
(0.10/0.00/0.21/0.21)	

CMYK percentages

%10.4
%0
%20.79
%20.78

Codes

Color #B5CAA0 in popluar color models

B5CAA0
RGB181202160
HSL90°28.38%70.98%
HSB/HSV90°20.79%79.22%
CMYK10.40%0.00%20.79%
20.78%

Color #B5CAA0 in popluar number systems.

HEXB5CAA0
Decimal181202160
Binary101101011100101010100000
Octal265312240

Shades and tints

Shades of #B5CAA0

#B5CAA0
(181,202,160)
#A5B892
(165,184,146)
#95A684
(149,166,132)
#859476
(133,148,118)
#758268
(117,130,104)
#65705A
(101,112,90)
#555E4C
(85,94,76)
#454C3E
(69,76,62)
#353A30
(53,58,48)
#252822
(37,40,34)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B5CAA0

#B5CAA0
(181,202,160)
#BBCEA8
(187,206,168)
#C1D2B0
(193,210,176)
#C7D6B8
(199,214,184)
#CDDAC0
(205,218,192)
#D3DEC8
(211,222,200)
#D9E2D0
(217,226,208)
#DFE6D8
(223,230,216)
#E5EAE0
(229,234,224)
#EBEEE8
(235,238,232)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CAA0; }

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

This text font color is #B5CAA0.


Background Color

.myBgColor { background-color: #B5CAA0; }

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

This div background color is #B5CAA0.


Border color

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

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

This div border color is #B5CAA0.


Opacity

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

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

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

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

This text has shadow with #B5CAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CAA0 on black background.


Color preview on white background

This text has color #B5CAA0 on white background.



Black color preview on #B5CAA0 background

This text has black color on #B5CAA0 background.


White color preview on #B5CAA0 background

This text has white color on #B5CAA0 background.