COLOR #B5CAC4

HEX: #B5CAC4
RGB: (181,202,196)

Color info

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

RGB color model

#B5CAC4 color RGB value is (181,202,196).

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

RGB channels and saturation

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

181
202
196

R + G + B ~ 76%. #B5CAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 196 = 579 (100%)
R 181 of 579 ~ 31.26%
G 202 of 579 ~ 34.89%
B 196 of 579 ~ 33.85%

%31.26
%34.89
%33.85

CMYK color model

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

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

CMYK percentages

%10.4
%0
%2.97
%20.78

Codes

Color #B5CAC4 in popluar color models

B5CAC4
RGB181202196
HSL163°16.54%75.10%
HSB/HSV163°10.40%79.22%
CMYK10.40%0.00%2.97%
20.78%

Color #B5CAC4 in popluar number systems.

HEXB5CAC4
Decimal181202196
Binary101101011100101011000100
Octal265312304

Shades and tints

Shades of #B5CAC4

#B5CAC4
(181,202,196)
#A5B8B3
(165,184,179)
#95A6A2
(149,166,162)
#859491
(133,148,145)
#758280
(117,130,128)
#65706F
(101,112,111)
#555E5E
(85,94,94)
#454C4D
(69,76,77)
#353A3C
(53,58,60)
#25282B
(37,40,43)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #B5CAC4

#B5CAC4
(181,202,196)
#BBCEC9
(187,206,201)
#C1D2CE
(193,210,206)
#C7D6D3
(199,214,211)
#CDDAD8
(205,218,216)
#D3DEDD
(211,222,221)
#D9E2E2
(217,226,226)
#DFE6E7
(223,230,231)
#E5EAEC
(229,234,236)
#EBEEF1
(235,238,241)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CAC4; }

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

This text font color is #B5CAC4.


Background Color

.myBgColor { background-color: #B5CAC4; }

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

This div background color is #B5CAC4.


Border color

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

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

This div border color is #B5CAC4.


Opacity

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

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

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

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

This text has shadow with #B5CAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CAC4 on black background.


Color preview on white background

This text has color #B5CAC4 on white background.



Black color preview on #B5CAC4 background

This text has black color on #B5CAC4 background.


White color preview on #B5CAC4 background

This text has white color on #B5CAC4 background.