COLOR #B6CAC4

HEX: #B6CAC4
RGB: (182,202,196)

Color info

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

RGB color model

#B6CAC4 color RGB value is (182,202,196).

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

RGB channels and saturation

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

182
202
196

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 196 = 580 (100%)
R 182 of 580 ~ 31.38%
G 202 of 580 ~ 34.83%
B 196 of 580 ~ 33.79%

%31.38
%34.83
%33.79

CMYK color model

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

  • cyan value is 9.90%
  • 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

%9.9
%0
%2.97
%20.78

Codes

Color #B6CAC4 in popluar color models

B6CAC4
RGB182202196
HSL162°15.87%75.29%
HSB/HSV162°9.90%79.22%
CMYK9.90%0.00%2.97%
20.78%

Color #B6CAC4 in popluar number systems.

HEXB6CAC4
Decimal182202196
Binary101101101100101011000100
Octal266312304

Shades and tints

Shades of #B6CAC4

#B6CAC4
(182,202,196)
#A6B8B3
(166,184,179)
#96A6A2
(150,166,162)
#869491
(134,148,145)
#768280
(118,130,128)
#66706F
(102,112,111)
#565E5E
(86,94,94)
#464C4D
(70,76,77)
#363A3C
(54,58,60)
#26282B
(38,40,43)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #B6CAC4

#B6CAC4
(182,202,196)
#BCCEC9
(188,206,201)
#C2D2CE
(194,210,206)
#C8D6D3
(200,214,211)
#CEDAD8
(206,218,216)
#D4DEDD
(212,222,221)
#DAE2E2
(218,226,226)
#E0E6E7
(224,230,231)
#E6EAEC
(230,234,236)
#ECEEF1
(236,238,241)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CAC4; }

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

This text font color is #B6CAC4.


Background Color

.myBgColor { background-color: #B6CAC4; }

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

This div background color is #B6CAC4.


Border color

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

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

This div border color is #B6CAC4.


Opacity

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

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

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

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

This text has shadow with #B6CAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CAC4 on black background.


Color preview on white background

This text has color #B6CAC4 on white background.



Black color preview on #B6CAC4 background

This text has black color on #B6CAC4 background.


White color preview on #B6CAC4 background

This text has white color on #B6CAC4 background.