COLOR #B5CAB5

HEX: #B5CAB5
RGB: (181,202,181)

Color info

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

RGB color model

#B5CAB5 color RGB value is (181,202,181).

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

RGB channels and saturation

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

181
202
181

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

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 181 = 564 (100%)
R 181 of 564 ~ 32.09%
G 202 of 564 ~ 35.82%
B 181 of 564 ~ 32.09%

%32.09
%35.82
%32.09

CMYK color model

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

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

CMYK percentages

%10.4
%0
%10.4
%20.78

Codes

Color #B5CAB5 in popluar color models

B5CAB5
RGB181202181
HSL120°16.54%75.10%
HSB/HSV120°10.40%79.22%
CMYK10.40%0.00%10.40%
20.78%

Color #B5CAB5 in popluar number systems.

HEXB5CAB5
Decimal181202181
Binary101101011100101010110101
Octal265312265

Shades and tints

Shades of #B5CAB5

#B5CAB5
(181,202,181)
#A5B8A5
(165,184,165)
#95A695
(149,166,149)
#859485
(133,148,133)
#758275
(117,130,117)
#657065
(101,112,101)
#555E55
(85,94,85)
#454C45
(69,76,69)
#353A35
(53,58,53)
#252825
(37,40,37)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #B5CAB5

#B5CAB5
(181,202,181)
#BBCEBB
(187,206,187)
#C1D2C1
(193,210,193)
#C7D6C7
(199,214,199)
#CDDACD
(205,218,205)
#D3DED3
(211,222,211)
#D9E2D9
(217,226,217)
#DFE6DF
(223,230,223)
#E5EAE5
(229,234,229)
#EBEEEB
(235,238,235)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CAB5; }

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

This text font color is #B5CAB5.


Background Color

.myBgColor { background-color: #B5CAB5; }

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

This div background color is #B5CAB5.


Border color

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

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

This div border color is #B5CAB5.


Opacity

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

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

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

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

This text has shadow with #B5CAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CAB5 on black background.


Color preview on white background

This text has color #B5CAB5 on white background.



Black color preview on #B5CAB5 background

This text has black color on #B5CAB5 background.


White color preview on #B5CAB5 background

This text has white color on #B5CAB5 background.