COLOR #B5CACD

HEX: #B5CACD
RGB: (181,202,205)

Color info

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

RGB color model

#B5CACD color RGB value is (181,202,205).

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

RGB channels and saturation

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

181
202
205

R + G + B ~ 77%. #B5CACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 205 = 588 (100%)
R 181 of 588 ~ 30.78%
G 202 of 588 ~ 34.35%
B 205 of 588 ~ 34.86%

%30.78
%34.35
%34.86

CMYK color model

#B5CACD color CMYK value is (12,1,0,20).

  • cyan value is 11.71%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,1,0,20)
C12M1Y0K20 
(12%,1%,0%,20%)
(0.12/0.01/0.00/0.20)	

CMYK percentages

%11.71
%1.46
%0
%19.61

Codes

Color #B5CACD in popluar color models

B5CACD
RGB181202205
HSL188°19.35%75.69%
HSB/HSV188°11.71%80.39%
CMYK11.71%1.46%0.00%
19.61%

Color #B5CACD in popluar number systems.

HEXB5CACD
Decimal181202205
Binary101101011100101011001101
Octal265312315

Shades and tints

Shades of #B5CACD

#B5CACD
(181,202,205)
#A5B8BB
(165,184,187)
#95A6A9
(149,166,169)
#859497
(133,148,151)
#758285
(117,130,133)
#657073
(101,112,115)
#555E61
(85,94,97)
#454C4F
(69,76,79)
#353A3D
(53,58,61)
#25282B
(37,40,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #B5CACD

#B5CACD
(181,202,205)
#BBCED1
(187,206,209)
#C1D2D5
(193,210,213)
#C7D6D9
(199,214,217)
#CDDADD
(205,218,221)
#D3DEE1
(211,222,225)
#D9E2E5
(217,226,229)
#DFE6E9
(223,230,233)
#E5EAED
(229,234,237)
#EBEEF1
(235,238,241)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CACD; }

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

This text font color is #B5CACD.


Background Color

.myBgColor { background-color: #B5CACD; }

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

This div background color is #B5CACD.


Border color

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

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

This div border color is #B5CACD.


Opacity

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

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

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

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

This text has shadow with #B5CACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CACD on black background.


Color preview on white background

This text has color #B5CACD on white background.



Black color preview on #B5CACD background

This text has black color on #B5CACD background.


White color preview on #B5CACD background

This text has white color on #B5CACD background.