COLOR #B0D6CD

HEX: #B0D6CD RGB: (176,214,205)

Color info

#B0D6CD contains red, green and blue colors in about the same proportion. Web safe color of #B0D6CD is #99CCCC (or #9CC).

RGB color model

#B0D6CD color RGB value is (176,214,205).

RGB: (176,214,205) (69%, 84%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 214 of 255 = 84%
B 205 of 255 = 80%

176
214
205

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

Portions of RGB colors in percentages

R + G + B = 176 + 214 + 205 = 595 (100%)
R 176 of 595 ~ 29.58%
G 214 of 595 ~ 35.97%
B 205 of 595 ~ 34.45'%

%29.58
%35.97
%34.45

CMYK color model

#B0D6CD color CMYK value is (18,0,4,16).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 16.08%

CMYK: (18,0,4,16)
C18M0Y4K16 (18%, 0%, 4%, 16%)
(0.18 / 0.00 / 0.04 / 0.16)

CMYK percentages

%17.76
%0
%4.21
%16.08

Codes

Color #B0D6CD in popluar color models

B0 D6 CD
RGB 176 214 205
HSL 166° 31.67% 76.47%
HSB/HSV 166° 17.76% 83.92%
CMYK 17.76% 0.00% 4.21%
16.08%

Color #B0D6CD in popluar number systems.

HEX B0 D6 CD
Decimal 176 214 205
Binary 10110000 11010110 11001101
Octal 260 326 315

Shades and tints

Shades of #B0D6CD

#B0D6CD
(176,214,205)
#A0C3BB
(160,195,187)
#90B0A9
(144,176,169)
#809D97
(128,157,151)
#708A85
(112,138,133)
#607773
(96,119,115)
#506461
(80,100,97)
#40514F
(64,81,79)
#303E3D
(48,62,61)
#202B2B
(32,43,43)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #B0D6CD

#B0D6CD
(176,214,205)
#B7D9D1
(183,217,209)
#BEDCD5
(190,220,213)
#C5DFD9
(197,223,217)
#CCE2DD
(204,226,221)
#D3E5E1
(211,229,225)
#DAE8E5
(218,232,229)
#E1EBE9
(225,235,233)
#E8EEED
(232,238,237)
#EFF1F1
(239,241,241)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D6CD color. Also use rgb(176,214,205) instead hex code.

Text Font Color

.myTextColor { color: #B0D6CD; }

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

This text font color is #B0D6CD.

Background Color

.myBgColor { background-color: #B0D6CD; }

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

This div background color is #B0D6CD.

Border color

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

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

This div border color is #B0D6CD.

Opacity

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

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

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

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

This text has shadow with #B0D6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D6CD.

Preview

Color preview on black background

This text has color #B0D6CD on black background.


Color preview on white background

This text has color #B0D6CD on white background.


Black color preview on #B0D6CD background

This text has black color on #B0D6CD background.


White color preview on #B0D6CD background

This text has white color on #B0D6CD background.


Related colors

Complementary color

Complementary color for #hex is #4F2932.


I love getcolorcode.com

Triadic colors

1 #CDB0D6 and #D6CDB0 with #B0D6CD are triadic colors.

2 #CDD6B0 and #D6B0CD with #B0D6CD are triadic colors.