COLOR #B0D4CB

HEX: #B0D4CB RGB: (176,212,203)

Color info

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

RGB color model

#B0D4CB color RGB value is (176,212,203).

RGB: (176,212,203) (69%, 83%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 212 of 255 = 83%
B 203 of 255 = 80%

176
212
203

R + G + B ~ 77%. #B0D4CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 212 + 203 = 591 (100%)
R 176 of 591 ~ 29.78%
G 212 of 591 ~ 35.87%
B 203 of 591 ~ 34.35'%

%29.78
%35.87
%34.35

CMYK color model

#B0D4CB color CMYK value is (17,0,4,17).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 4.25%
  • key color value is 16.86%
CMYK: (17,0,4,17) C17M0Y4K17 (17%,0%,4%,17%) (0.17/0.00/0.04/0.17) 

CMYK percentages

%16.98
%0
%4.25
%16.86

Codes

Color #B0D4CB in popluar color models

B0 D4 CB
RGB 176 212 203
HSL 165° 29.51% 76.08%
HSB/HSV 165° 16.98% 83.14%
CMYK 16.98% 0.00% 4.25%
16.86%

Color #B0D4CB in popluar number systems.

HEX B0 D4 CB
Decimal 176 212 203
Binary 10110000 11010100 11001011
Octal 260 324 313

Shades and tints

Shades of #B0D4CB

#B0D4CB
(176,212,203)
#A0C1B9
(160,193,185)
#90AEA7
(144,174,167)
#809B95
(128,155,149)
#708883
(112,136,131)
#607571
(96,117,113)
#50625F
(80,98,95)
#404F4D
(64,79,77)
#303C3B
(48,60,59)
#202929
(32,41,41)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #B0D4CB

#B0D4CB
(176,212,203)
#B7D7CF
(183,215,207)
#BEDAD3
(190,218,211)
#C5DDD7
(197,221,215)
#CCE0DB
(204,224,219)
#D3E3DF
(211,227,223)
#DAE6E3
(218,230,227)
#E1E9E7
(225,233,231)
#E8ECEB
(232,236,235)
#EFEFEF
(239,239,239)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D4CB color. Also use rgb(176,212,203) instead hex code.

Text Font Color

.myTextColor { color: #B0D4CB; }

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

This text font color is #B0D4CB.

Background Color

.myBgColor { background-color: #B0D4CB; }

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

This div background color is #B0D4CB.

Border color

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

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

This div border color is #B0D4CB.

Opacity

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

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

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

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

This text has shadow with #B0D4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D4CB.

Preview

Color preview on black background

This text has color #B0D4CB on black background.


Color preview on white background

This text has color #B0D4CB on white background.


Black color preview on #B0D4CB background

This text has black color on #B0D4CB background.


White color preview on #B0D4CB background

This text has white color on #B0D4CB background.


Related colors

Complementary color

Complementary color for #hex is #4F2B34.


I love getcolorcode.com

Triadic colors

1 #CBB0D4 and #D4CBB0 with #B0D4CB are triadic colors.

2 #CBD4B0 and #D4B0CB with #B0D4CB are triadic colors.