COLOR #B6C4CB

HEX: #B6C4CB RGB: (182,196,203)

Color info

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

RGB color model

#B6C4CB color RGB value is (182,196,203).

RGB: (182,196,203) (71%, 77%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 196 of 255 = 77%
B 203 of 255 = 80%

182
196
203

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

Portions of RGB colors in percentages

R + G + B = 182 + 196 + 203 = 581 (100%)
R 182 of 581 ~ 31.33%
G 196 of 581 ~ 33.73%
B 203 of 581 ~ 34.94'%

%31.33
%33.73
%34.94

CMYK color model

#B6C4CB color CMYK value is (10,3,0,20).

  • cyan value is 10.34%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (10,3,0,20)
C10M3Y0K20 (10%, 3%, 0%, 20%)
(0.10 / 0.03 / 0.00 / 0.20)

CMYK percentages

%10.34
%3.45
%0
%20.39

Codes

Color #B6C4CB in popluar color models

B6 C4 CB
RGB 182 196 203
HSL 200° 16.80% 75.49%
HSB/HSV 200° 10.34% 79.61%
CMYK 10.34% 3.45% 0.00%
20.39%

Color #B6C4CB in popluar number systems.

HEX B6 C4 CB
Decimal 182 196 203
Binary 10110110 11000100 11001011
Octal 266 304 313

Shades and tints

Shades of #B6C4CB

#B6C4CB
(182,196,203)
#A6B3B9
(166,179,185)
#96A2A7
(150,162,167)
#869195
(134,145,149)
#768083
(118,128,131)
#666F71
(102,111,113)
#565E5F
(86,94,95)
#464D4D
(70,77,77)
#363C3B
(54,60,59)
#262B29
(38,43,41)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #B6C4CB

#B6C4CB
(182,196,203)
#BCC9CF
(188,201,207)
#C2CED3
(194,206,211)
#C8D3D7
(200,211,215)
#CED8DB
(206,216,219)
#D4DDDF
(212,221,223)
#DAE2E3
(218,226,227)
#E0E7E7
(224,231,231)
#E6ECEB
(230,236,235)
#ECF1EF
(236,241,239)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C4CB; }

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

This text font color is #B6C4CB.

Background Color

.myBgColor { background-color: #B6C4CB; }

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

This div background color is #B6C4CB.

Border color

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

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

This div border color is #B6C4CB.

Opacity

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

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

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

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

This text has shadow with #B6C4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C4CB.

Preview

Color preview on black background

This text has color #B6C4CB on black background.


Color preview on white background

This text has color #B6C4CB on white background.


Black color preview on #B6C4CB background

This text has black color on #B6C4CB background.


White color preview on #B6C4CB background

This text has white color on #B6C4CB background.


Related colors

Complementary color

Complementary color for #hex is #493B34.


I love getcolorcode.com

Triadic colors

1 #CBB6C4 and #C4CBB6 with #B6C4CB are triadic colors.

2 #CBC4B6 and #C4B6CB with #B6C4CB are triadic colors.