COLOR #B6CAC5

HEX: #B6CAC5
RGB: (182,202,197)

Color info

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

RGB color model

#B6CAC5 color RGB value is (182,202,197).

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

RGB channels and saturation

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

182
202
197

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

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 197 = 581 (100%)
R 182 of 581 ~ 31.33%
G 202 of 581 ~ 34.77%
B 197 of 581 ~ 33.91%

%31.33
%34.77
%33.91

CMYK color model

#B6CAC5 color CMYK value is (10,0,2,21).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 20.78%
CMYK:
(10,0,2,21)
C10M0Y2K21 
(10%,0%,2%,21%)
(0.10/0.00/0.02/0.21)	

CMYK percentages

%9.9
%0
%2.48
%20.78

Codes

Color #B6CAC5 in popluar color models

B6CAC5
RGB182202197
HSL165°15.87%75.29%
HSB/HSV165°9.90%79.22%
CMYK9.90%0.00%2.48%
20.78%

Color #B6CAC5 in popluar number systems.

HEXB6CAC5
Decimal182202197
Binary101101101100101011000101
Octal266312305

Shades and tints

Shades of #B6CAC5

#B6CAC5
(182,202,197)
#A6B8B4
(166,184,180)
#96A6A3
(150,166,163)
#869492
(134,148,146)
#768281
(118,130,129)
#667070
(102,112,112)
#565E5F
(86,94,95)
#464C4E
(70,76,78)
#363A3D
(54,58,61)
#26282C
(38,40,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #B6CAC5

#B6CAC5
(182,202,197)
#BCCECA
(188,206,202)
#C2D2CF
(194,210,207)
#C8D6D4
(200,214,212)
#CEDAD9
(206,218,217)
#D4DEDE
(212,222,222)
#DAE2E3
(218,226,227)
#E0E6E8
(224,230,232)
#E6EAED
(230,234,237)
#ECEEF2
(236,238,242)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CAC5; }

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

This text font color is #B6CAC5.


Background Color

.myBgColor { background-color: #B6CAC5; }

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

This div background color is #B6CAC5.


Border color

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

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

This div border color is #B6CAC5.


Opacity

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

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

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

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

This text has shadow with #B6CAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CAC5 on black background.


Color preview on white background

This text has color #B6CAC5 on white background.



Black color preview on #B6CAC5 background

This text has black color on #B6CAC5 background.


White color preview on #B6CAC5 background

This text has white color on #B6CAC5 background.