COLOR #B6D2CB

HEX: #B6D2CB RGB: (182,210,203)

Color info

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

RGB color model

#B6D2CB color RGB value is (182,210,203).

RGB: (182,210,203) (71%, 82%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 210 of 255 = 82%
B 203 of 255 = 80%

182
210
203

R + G + B ~ 78%. #B6D2CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 210 + 203 = 595 (100%)
R 182 of 595 ~ 30.59%
G 210 of 595 ~ 35.29%
B 203 of 595 ~ 34.12'%

%30.59
%35.29
%34.12

CMYK color model

#B6D2CB color CMYK value is (13,0,3,18).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 17.65%

CMYK: (13,0,3,18)
C13M0Y3K18 (13%, 0%, 3%, 18%)
(0.13 / 0.00 / 0.03 / 0.18)

CMYK percentages

%13.33
%0
%3.33
%17.65

Codes

Color #B6D2CB in popluar color models

B6 D2 CB
RGB 182 210 203
HSL 165° 23.73% 76.86%
HSB/HSV 165° 13.33% 82.35%
CMYK 13.33% 0.00% 3.33%
17.65%

Color #B6D2CB in popluar number systems.

HEX B6 D2 CB
Decimal 182 210 203
Binary 10110110 11010010 11001011
Octal 266 322 313

Shades and tints

Shades of #B6D2CB

#B6D2CB
(182,210,203)
#A6BFB9
(166,191,185)
#96ACA7
(150,172,167)
#869995
(134,153,149)
#768683
(118,134,131)
#667371
(102,115,113)
#56605F
(86,96,95)
#464D4D
(70,77,77)
#363A3B
(54,58,59)
#262729
(38,39,41)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6D2CB

#B6D2CB
(182,210,203)
#BCD6CF
(188,214,207)
#C2DAD3
(194,218,211)
#C8DED7
(200,222,215)
#CEE2DB
(206,226,219)
#D4E6DF
(212,230,223)
#DAEAE3
(218,234,227)
#E0EEE7
(224,238,231)
#E6F2EB
(230,242,235)
#ECF6EF
(236,246,239)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D2CB; }

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

This text font color is #B6D2CB.

Background Color

.myBgColor { background-color: #B6D2CB; }

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

This div background color is #B6D2CB.

Border color

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

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

This div border color is #B6D2CB.

Opacity

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

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

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

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

This text has shadow with #B6D2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D2CB.

Preview

Color preview on black background

This text has color #B6D2CB on black background.


Color preview on white background

This text has color #B6D2CB on white background.


Black color preview on #B6D2CB background

This text has black color on #B6D2CB background.


White color preview on #B6D2CB background

This text has white color on #B6D2CB background.


Related colors

Complementary color

Complementary color for #hex is #492D34.


I love getcolorcode.com

Triadic colors

1 #CBB6D2 and #D2CBB6 with #B6D2CB are triadic colors.

2 #CBD2B6 and #D2B6CB with #B6D2CB are triadic colors.