COLOR #B6CAB4

HEX: #B6CAB4
RGB: (182,202,180)

Color info

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

RGB color model

#B6CAB4 color RGB value is (182,202,180).

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

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 180 of 255 = 71%

182
202
180

R + G + B ~ 74%. #B6CAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 202 + 180 = 564 (100%)
R 182 of 564 ~ 32.27%
G 202 of 564 ~ 35.82%
B 180 of 564 ~ 31.91%

%32.27
%35.82
%31.91

CMYK color model

#B6CAB4 color CMYK value is (10,0,11,21).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 20.78%
CMYK:
(10,0,11,21)
C10M0Y11K21 
(10%,0%,11%,21%)
(0.10/0.00/0.11/0.21)	

CMYK percentages

%9.9
%0
%10.89
%20.78

Codes

Color #B6CAB4 in popluar color models

B6CAB4
RGB182202180
HSL115°17.19%74.90%
HSB/HSV115°10.89%79.22%
CMYK9.90%0.00%10.89%
20.78%

Color #B6CAB4 in popluar number systems.

HEXB6CAB4
Decimal182202180
Binary101101101100101010110100
Octal266312264

Shades and tints

Shades of #B6CAB4

#B6CAB4
(182,202,180)
#A6B8A4
(166,184,164)
#96A694
(150,166,148)
#869484
(134,148,132)
#768274
(118,130,116)
#667064
(102,112,100)
#565E54
(86,94,84)
#464C44
(70,76,68)
#363A34
(54,58,52)
#262824
(38,40,36)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #B6CAB4

#B6CAB4
(182,202,180)
#BCCEBA
(188,206,186)
#C2D2C0
(194,210,192)
#C8D6C6
(200,214,198)
#CEDACC
(206,218,204)
#D4DED2
(212,222,210)
#DAE2D8
(218,226,216)
#E0E6DE
(224,230,222)
#E6EAE4
(230,234,228)
#ECEEEA
(236,238,234)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CAB4; }

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

This text font color is #B6CAB4.


Background Color

.myBgColor { background-color: #B6CAB4; }

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

This div background color is #B6CAB4.


Border color

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

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

This div border color is #B6CAB4.


Opacity

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

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

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

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

This text has shadow with #B6CAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CAB4 on black background.


Color preview on white background

This text has color #B6CAB4 on white background.



Black color preview on #B6CAB4 background

This text has black color on #B6CAB4 background.


White color preview on #B6CAB4 background

This text has white color on #B6CAB4 background.