COLOR #B6CACD

HEX: #B6CACD
RGB: (182,202,205)

Color info

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

RGB color model

#B6CACD color RGB value is (182,202,205).

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

RGB channels and saturation

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

182
202
205

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 205 = 589 (100%)
R 182 of 589 ~ 30.9%
G 202 of 589 ~ 34.3%
B 205 of 589 ~ 34.8%

%30.9
%34.3
%34.8

CMYK color model

#B6CACD color CMYK value is (11,1,0,20).

  • cyan value is 11.22%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,1,0,20)
C11M1Y0K20 
(11%,1%,0%,20%)
(0.11/0.01/0.00/0.20)	

CMYK percentages

%11.22
%1.46
%0
%19.61

Codes

Color #B6CACD in popluar color models

B6CACD
RGB182202205
HSL188°18.70%75.88%
HSB/HSV188°11.22%80.39%
CMYK11.22%1.46%0.00%
19.61%

Color #B6CACD in popluar number systems.

HEXB6CACD
Decimal182202205
Binary101101101100101011001101
Octal266312315

Shades and tints

Shades of #B6CACD

#B6CACD
(182,202,205)
#A6B8BB
(166,184,187)
#96A6A9
(150,166,169)
#869497
(134,148,151)
#768285
(118,130,133)
#667073
(102,112,115)
#565E61
(86,94,97)
#464C4F
(70,76,79)
#363A3D
(54,58,61)
#26282B
(38,40,43)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #B6CACD

#B6CACD
(182,202,205)
#BCCED1
(188,206,209)
#C2D2D5
(194,210,213)
#C8D6D9
(200,214,217)
#CEDADD
(206,218,221)
#D4DEE1
(212,222,225)
#DAE2E5
(218,226,229)
#E0E6E9
(224,230,233)
#E6EAED
(230,234,237)
#ECEEF1
(236,238,241)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CACD; }

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

This text font color is #B6CACD.


Background Color

.myBgColor { background-color: #B6CACD; }

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

This div background color is #B6CACD.


Border color

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

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

This div border color is #B6CACD.


Opacity

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

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

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

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

This text has shadow with #B6CACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CACD on black background.


Color preview on white background

This text has color #B6CACD on white background.



Black color preview on #B6CACD background

This text has black color on #B6CACD background.


White color preview on #B6CACD background

This text has white color on #B6CACD background.