COLOR #B6CACC

HEX: #B6CACC
RGB: (182,202,204)

Color info

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

RGB color model

#B6CACC color RGB value is (182,202,204).

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

RGB channels and saturation

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

182
202
204

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 204 = 588 (100%)
R 182 of 588 ~ 30.95%
G 202 of 588 ~ 34.35%
B 204 of 588 ~ 34.69%

%30.95
%34.35
%34.69

CMYK color model

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

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

CMYK percentages

%10.78
%0.98
%0
%20

Codes

Color #B6CACC in popluar color models

B6CACC
RGB182202204
HSL185°17.74%75.69%
HSB/HSV185°10.78%80.00%
CMYK10.78%0.98%0.00%
20.00%

Color #B6CACC in popluar number systems.

HEXB6CACC
Decimal182202204
Binary101101101100101011001100
Octal266312314

Shades and tints

Shades of #B6CACC

#B6CACC
(182,202,204)
#A6B8BA
(166,184,186)
#96A6A8
(150,166,168)
#869496
(134,148,150)
#768284
(118,130,132)
#667072
(102,112,114)
#565E60
(86,94,96)
#464C4E
(70,76,78)
#363A3C
(54,58,60)
#26282A
(38,40,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #B6CACC

#B6CACC
(182,202,204)
#BCCED0
(188,206,208)
#C2D2D4
(194,210,212)
#C8D6D8
(200,214,216)
#CEDADC
(206,218,220)
#D4DEE0
(212,222,224)
#DAE2E4
(218,226,228)
#E0E6E8
(224,230,232)
#E6EAEC
(230,234,236)
#ECEEF0
(236,238,240)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CACC; }

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

This text font color is #B6CACC.


Background Color

.myBgColor { background-color: #B6CACC; }

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

This div background color is #B6CACC.


Border color

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

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

This div border color is #B6CACC.


Opacity

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

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

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

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

This text has shadow with #B6CACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CACC on black background.


Color preview on white background

This text has color #B6CACC on white background.



Black color preview on #B6CACC background

This text has black color on #B6CACC background.


White color preview on #B6CACC background

This text has white color on #B6CACC background.