COLOR #B6CABD

HEX: #B6CABD RGB: (182,202,189)

Color info

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

RGB color model

#B6CABD color RGB value is (182,202,189).

RGB: (182,202,189) (71%, 79%, 74%)

RGB channels and saturation

R 182 of 255 = 71%
G 202 of 255 = 79%
B 189 of 255 = 74%

182
202
189

R + G + B ~ 75%. #B6CABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 202 + 189 = 573 (100%)
R 182 of 573 ~ 31.76%
G 202 of 573 ~ 35.25%
B 189 of 573 ~ 32.98'%

%31.76
%35.25
%32.98

CMYK color model

#B6CABD color CMYK value is (10,0,6,21).

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

CMYK: (10,0,6,21)
C10M0Y6K21 (10%, 0%, 6%, 21%)
(0.10 / 0.00 / 0.06 / 0.21)

CMYK percentages

%9.9
%0
%6.44
%20.78

Codes

Color #B6CABD in popluar color models

B6 CA BD
RGB 182 202 189
HSL 141° 15.87% 75.29%
HSB/HSV 141° 9.90% 79.22%
CMYK 9.90% 0.00% 6.44%
20.78%

Color #B6CABD in popluar number systems.

HEX B6 CA BD
Decimal 182 202 189
Binary 10110110 11001010 10111101
Octal 266 312 275

Shades and tints

Shades of #B6CABD

#B6CABD
(182,202,189)
#A6B8AC
(166,184,172)
#96A69B
(150,166,155)
#86948A
(134,148,138)
#768279
(118,130,121)
#667068
(102,112,104)
#565E57
(86,94,87)
#464C46
(70,76,70)
#363A35
(54,58,53)
#262824
(38,40,36)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #B6CABD

#B6CABD
(182,202,189)
#BCCEC3
(188,206,195)
#C2D2C9
(194,210,201)
#C8D6CF
(200,214,207)
#CEDAD5
(206,218,213)
#D4DEDB
(212,222,219)
#DAE2E1
(218,226,225)
#E0E6E7
(224,230,231)
#E6EAED
(230,234,237)
#ECEEF3
(236,238,243)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CABD; }

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

This text font color is #B6CABD.

Background Color

.myBgColor { background-color: #B6CABD; }

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

This div background color is #B6CABD.

Border color

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

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

This div border color is #B6CABD.

Opacity

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

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

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

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

This text has shadow with #B6CABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CABD.

Preview

Color preview on black background

This text has color #B6CABD on black background.


Color preview on white background

This text has color #B6CABD on white background.


Black color preview on #B6CABD background

This text has black color on #B6CABD background.


White color preview on #B6CABD background

This text has white color on #B6CABD background.


Related colors

Complementary color

Complementary color for #hex is #493542.


I love getcolorcode.com

Triadic colors

1 #BDB6CA and #CABDB6 with #B6CABD are triadic colors.

2 #BDCAB6 and #CAB6BD with #B6CABD are triadic colors.