COLOR #B6CAB9

HEX: #B6CAB9 RGB: (182,202,185)

Color info

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

RGB color model

#B6CAB9 color RGB value is (182,202,185).

RGB: (182,202,185) (71%, 79%, 73%)

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 185 of 255 = 73%

182
202
185

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

Portions of RGB colors in percentages

R + G + B = 182 + 202 + 185 = 569 (100%)
R 182 of 569 ~ 31.99%
G 202 of 569 ~ 35.5%
B 185 of 569 ~ 32.51'%

%31.99
%35.5
%32.51

CMYK color model

#B6CAB9 color CMYK value is (10,0,8,21).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 20.78%

CMYK: (10,0,8,21)
C10M0Y8K21 (10%, 0%, 8%, 21%)
(0.10 / 0.00 / 0.08 / 0.21)

CMYK percentages

%9.9
%0
%8.42
%20.78

Codes

Color #B6CAB9 in popluar color models

B6 CA B9
RGB 182 202 185
HSL 129° 15.87% 75.29%
HSB/HSV 129° 9.90% 79.22%
CMYK 9.90% 0.00% 8.42%
20.78%

Color #B6CAB9 in popluar number systems.

HEX B6 CA B9
Decimal 182 202 185
Binary 10110110 11001010 10111001
Octal 266 312 271

Shades and tints

Shades of #B6CAB9

#B6CAB9
(182,202,185)
#A6B8A9
(166,184,169)
#96A699
(150,166,153)
#869489
(134,148,137)
#768279
(118,130,121)
#667069
(102,112,105)
#565E59
(86,94,89)
#464C49
(70,76,73)
#363A39
(54,58,57)
#262829
(38,40,41)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #B6CAB9

#B6CAB9
(182,202,185)
#BCCEBF
(188,206,191)
#C2D2C5
(194,210,197)
#C8D6CB
(200,214,203)
#CEDAD1
(206,218,209)
#D4DED7
(212,222,215)
#DAE2DD
(218,226,221)
#E0E6E3
(224,230,227)
#E6EAE9
(230,234,233)
#ECEEEF
(236,238,239)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CAB9; }

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

This text font color is #B6CAB9.

Background Color

.myBgColor { background-color: #B6CAB9; }

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

This div background color is #B6CAB9.

Border color

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

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

This div border color is #B6CAB9.

Opacity

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

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

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

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

This text has shadow with #B6CAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CAB9.

Preview

Color preview on black background

This text has color #B6CAB9 on black background.


Color preview on white background

This text has color #B6CAB9 on white background.


Black color preview on #B6CAB9 background

This text has black color on #B6CAB9 background.


White color preview on #B6CAB9 background

This text has white color on #B6CAB9 background.


Related colors

Complementary color

Complementary color for #hex is #493546.


I love getcolorcode.com

Triadic colors

1 #B9B6CA and #CAB9B6 with #B6CAB9 are triadic colors.

2 #B9CAB6 and #CAB6B9 with #B6CAB9 are triadic colors.