COLOR #B0DDE9

HEX: #B0DDE9
RGB: (176,221,233)

Color info

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

RGB color model

#B0DDE9 color RGB value is (176,221,233).

  • red value is 176;
  • green value is 221;
  • blue value is 233.
RGB:
(176,221,233)
(69%,87%,91%)

RGB channels and saturation

R 176 of 255 = 69%
G 221 of 255 = 87%
B 233 of 255 = 91%

176
221
233

R + G + B ~ 82%. #B0DDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 221 + 233 = 630 (100%)
R 176 of 630 ~ 27.94%
G 221 of 630 ~ 35.08%
B 233 of 630 ~ 36.98%

%27.94
%35.08
%36.98

CMYK color model

#B0DDE9 color CMYK value is (24,5,0,9).

  • cyan value is 24.46%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(24,5,0,9)
C24M5Y0K9 
(24%,5%,0%,9%)
(0.24/0.05/0.00/0.09)	

CMYK percentages

%24.46
%5.15
%0
%8.63

Codes

Color #B0DDE9 in popluar color models

B0DDE9
RGB176221233
HSL193°56.44%80.20%
HSB/HSV193°24.46%91.37%
CMYK24.46%5.15%0.00%
8.63%

Color #B0DDE9 in popluar number systems.

HEXB0DDE9
Decimal176221233
Binary101100001101110111101001
Octal260335351

Shades and tints

Shades of #B0DDE9

#B0DDE9
(176,221,233)
#A0C9D4
(160,201,212)
#90B5BF
(144,181,191)
#80A1AA
(128,161,170)
#708D95
(112,141,149)
#607980
(96,121,128)
#50656B
(80,101,107)
#405156
(64,81,86)
#303D41
(48,61,65)
#20292C
(32,41,44)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #B0DDE9

#B0DDE9
(176,221,233)
#B7E0EB
(183,224,235)
#BEE3ED
(190,227,237)
#C5E6EF
(197,230,239)
#CCE9F1
(204,233,241)
#D3ECF3
(211,236,243)
#DAEFF5
(218,239,245)
#E1F2F7
(225,242,247)
#E8F5F9
(232,245,249)
#EFF8FB
(239,248,251)
#F6FBFD
(246,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DDE9; }

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

This text font color is #B0DDE9.


Background Color

.myBgColor { background-color: #B0DDE9; }

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

This div background color is #B0DDE9.


Border color

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

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

This div border color is #B0DDE9.


Opacity

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

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

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

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

This text has shadow with #B0DDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DDE9 on black background.


Color preview on white background

This text has color #B0DDE9 on white background.



Black color preview on #B0DDE9 background

This text has black color on #B0DDE9 background.


White color preview on #B0DDE9 background

This text has white color on #B0DDE9 background.