COLOR #B5CAB9

HEX: #B5CAB9
RGB: (181,202,185)

Color info

#B5CAB9 contains red, green and blue colors in about the same proportion. Web safe color of #B5CAB9 is #CCCCCC (or #CCC).

RGB color model

#B5CAB9 color RGB value is (181,202,185).

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

RGB channels and saturation

R 181 of 255 = 71%
G 202 of 255 = 79%
B 185 of 255 = 73%

181
202
185

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

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 185 = 568 (100%)
R 181 of 568 ~ 31.87%
G 202 of 568 ~ 35.56%
B 185 of 568 ~ 32.57%

%31.87
%35.56
%32.57

CMYK color model

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

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 20.78%
CMYK:
(10,0,8,21)
C10M0Y8K21 
(10%,0%,8%,21%)
(0.10/0.00/0.08/0.21)	

CMYK percentages

%10.4
%0
%8.42
%20.78

Codes

Color #B5CAB9 in popluar color models

B5CAB9
RGB181202185
HSL131°16.54%75.10%
HSB/HSV131°10.40%79.22%
CMYK10.40%0.00%8.42%
20.78%

Color #B5CAB9 in popluar number systems.

HEXB5CAB9
Decimal181202185
Binary101101011100101010111001
Octal265312271

Shades and tints

Shades of #B5CAB9

#B5CAB9
(181,202,185)
#A5B8A9
(165,184,169)
#95A699
(149,166,153)
#859489
(133,148,137)
#758279
(117,130,121)
#657069
(101,112,105)
#555E59
(85,94,89)
#454C49
(69,76,73)
#353A39
(53,58,57)
#252829
(37,40,41)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #B5CAB9

#B5CAB9
(181,202,185)
#BBCEBF
(187,206,191)
#C1D2C5
(193,210,197)
#C7D6CB
(199,214,203)
#CDDAD1
(205,218,209)
#D3DED7
(211,222,215)
#D9E2DD
(217,226,221)
#DFE6E3
(223,230,227)
#E5EAE9
(229,234,233)
#EBEEEF
(235,238,239)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CAB9; }

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

This text font color is #B5CAB9.


Background Color

.myBgColor { background-color: #B5CAB9; }

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

This div background color is #B5CAB9.


Border color

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

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

This div border color is #B5CAB9.


Opacity

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

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

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

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

This text has shadow with #B5CAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CAB9 on black background.


Color preview on white background

This text has color #B5CAB9 on white background.



Black color preview on #B5CAB9 background

This text has black color on #B5CAB9 background.


White color preview on #B5CAB9 background

This text has white color on #B5CAB9 background.