COLOR #B0D1DD

HEX: #B0D1DD RGB: (176,209,221)

Color info

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

RGB color model

#B0D1DD color RGB value is (176,209,221).

RGB: (176,209,221) (69%, 82%, 87%)

RGB channels and saturation

R 176 of 255 = 69%
G 209 of 255 = 82%
B 221 of 255 = 87%

176
209
221

R + G + B ~ 79%. #B0D1DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 209 + 221 = 606 (100%)
R 176 of 606 ~ 29.04%
G 209 of 606 ~ 34.49%
B 221 of 606 ~ 36.47'%

%29.04
%34.49
%36.47

CMYK color model

#B0D1DD color CMYK value is (20,5,0,13).

  • cyan value is 20.36%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (20,5,0,13) C20M5Y0K13 (20%,5%,0%,13%) (0.20/0.05/0.00/0.13) 

CMYK percentages

%20.36
%5.43
%0
%13.33

Codes

Color #B0D1DD in popluar color models

B0 D1 DD
RGB 176 209 221
HSL 196° 39.82% 77.84%
HSB/HSV 196° 20.36% 86.67%
CMYK 20.36% 5.43% 0.00%
13.33%

Color #B0D1DD in popluar number systems.

HEX B0 D1 DD
Decimal 176 209 221
Binary 10110000 11010001 11011101
Octal 260 321 335

Shades and tints

Shades of #B0D1DD

#B0D1DD
(176,209,221)
#A0BEC9
(160,190,201)
#90ABB5
(144,171,181)
#8098A1
(128,152,161)
#70858D
(112,133,141)
#607279
(96,114,121)
#505F65
(80,95,101)
#404C51
(64,76,81)
#30393D
(48,57,61)
#202629
(32,38,41)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B0D1DD

#B0D1DD
(176,209,221)
#B7D5E0
(183,213,224)
#BED9E3
(190,217,227)
#C5DDE6
(197,221,230)
#CCE1E9
(204,225,233)
#D3E5EC
(211,229,236)
#DAE9EF
(218,233,239)
#E1EDF2
(225,237,242)
#E8F1F5
(232,241,245)
#EFF5F8
(239,245,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D1DD color. Also use rgb(176,209,221) instead hex code.

Text Font Color

.myTextColor { color: #B0D1DD; }

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

This text font color is #B0D1DD.

Background Color

.myBgColor { background-color: #B0D1DD; }

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

This div background color is #B0D1DD.

Border color

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

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

This div border color is #B0D1DD.

Opacity

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

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

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

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

This text has shadow with #B0D1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D1DD.

Preview

Color preview on black background

This text has color #B0D1DD on black background.


Color preview on white background

This text has color #B0D1DD on white background.


Black color preview on #B0D1DD background

This text has black color on #B0D1DD background.


White color preview on #B0D1DD background

This text has white color on #B0D1DD background.


Related colors

Complementary color

Complementary color for #hex is #4F2E22.


I love getcolorcode.com

Triadic colors

1 #DDB0D1 and #D1DDB0 with #B0D1DD are triadic colors.

2 #DDD1B0 and #D1B0DD with #B0D1DD are triadic colors.