COLOR #B6D0CD

HEX: #B6D0CD RGB: (182,208,205)

Color info

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

RGB color model

#B6D0CD color RGB value is (182,208,205).

RGB: (182,208,205) (71%, 82%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 208 of 255 = 82%
B 205 of 255 = 80%

182
208
205

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

Portions of RGB colors in percentages

R + G + B = 182 + 208 + 205 = 595 (100%)
R 182 of 595 ~ 30.59%
G 208 of 595 ~ 34.96%
B 205 of 595 ~ 34.45'%

%30.59
%34.96
%34.45

CMYK color model

#B6D0CD color CMYK value is (13,0,1,18).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 18.43%

CMYK: (13,0,1,18)
C13M0Y1K18 (13%, 0%, 1%, 18%)
(0.13 / 0.00 / 0.01 / 0.18)

CMYK percentages

%12.5
%0
%1.44
%18.43

Codes

Color #B6D0CD in popluar color models

B6 D0 CD
RGB 182 208 205
HSL 173° 21.67% 76.47%
HSB/HSV 173° 12.50% 81.57%
CMYK 12.50% 0.00% 1.44%
18.43%

Color #B6D0CD in popluar number systems.

HEX B6 D0 CD
Decimal 182 208 205
Binary 10110110 11010000 11001101
Octal 266 320 315

Shades and tints

Shades of #B6D0CD

#B6D0CD
(182,208,205)
#A6BEBB
(166,190,187)
#96ACA9
(150,172,169)
#869A97
(134,154,151)
#768885
(118,136,133)
#667673
(102,118,115)
#566461
(86,100,97)
#46524F
(70,82,79)
#36403D
(54,64,61)
#262E2B
(38,46,43)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #B6D0CD

#B6D0CD
(182,208,205)
#BCD4D1
(188,212,209)
#C2D8D5
(194,216,213)
#C8DCD9
(200,220,217)
#CEE0DD
(206,224,221)
#D4E4E1
(212,228,225)
#DAE8E5
(218,232,229)
#E0ECE9
(224,236,233)
#E6F0ED
(230,240,237)
#ECF4F1
(236,244,241)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D0CD color. Also use rgb(182,208,205) instead hex code.

Text Font Color

.myTextColor { color: #B6D0CD; }

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

This text font color is #B6D0CD.

Background Color

.myBgColor { background-color: #B6D0CD; }

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

This div background color is #B6D0CD.

Border color

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

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

This div border color is #B6D0CD.

Opacity

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

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

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

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

This text has shadow with #B6D0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D0CD.

Preview

Color preview on black background

This text has color #B6D0CD on black background.


Color preview on white background

This text has color #B6D0CD on white background.


Black color preview on #B6D0CD background

This text has black color on #B6D0CD background.


White color preview on #B6D0CD background

This text has white color on #B6D0CD background.


Related colors

Complementary color

Complementary color for #hex is #492F32.


I love getcolorcode.com

Triadic colors

1 #CDB6D0 and #D0CDB6 with #B6D0CD are triadic colors.

2 #CDD0B6 and #D0B6CD with #B6D0CD are triadic colors.