COLOR #B0DDEA

HEX: #B0DDEA
RGB: (176,221,234)

Color info

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

RGB color model

#B0DDEA color RGB value is (176,221,234).

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

RGB channels and saturation

R 176 of 255 = 69%
G 221 of 255 = 87%
B 234 of 255 = 92%

176
221
234

R + G + B ~ 83%. #B0DDEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 221 + 234 = 631 (100%)
R 176 of 631 ~ 27.89%
G 221 of 631 ~ 35.02%
B 234 of 631 ~ 37.08%

%27.89
%35.02
%37.08

CMYK color model

#B0DDEA color CMYK value is (25,6,0,8).

  • cyan value is 24.79%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(25,6,0,8)
C25M6Y0K8 
(25%,6%,0%,8%)
(0.25/0.06/0.00/0.08)	

CMYK percentages

%24.79
%5.56
%0
%8.24

Codes

Color #B0DDEA in popluar color models

B0DDEA
RGB176221234
HSL193°58.00%80.39%
HSB/HSV193°24.79%91.76%
CMYK24.79%5.56%0.00%
8.24%

Color #B0DDEA in popluar number systems.

HEXB0DDEA
Decimal176221234
Binary101100001101110111101010
Octal260335352

Shades and tints

Shades of #B0DDEA

#B0DDEA
(176,221,234)
#A0C9D5
(160,201,213)
#90B5C0
(144,181,192)
#80A1AB
(128,161,171)
#708D96
(112,141,150)
#607981
(96,121,129)
#50656C
(80,101,108)
#405157
(64,81,87)
#303D42
(48,61,66)
#20292D
(32,41,45)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #B0DDEA

#B0DDEA
(176,221,234)
#B7E0EB
(183,224,235)
#BEE3EC
(190,227,236)
#C5E6ED
(197,230,237)
#CCE9EE
(204,233,238)
#D3ECEF
(211,236,239)
#DAEFF0
(218,239,240)
#E1F2F1
(225,242,241)
#E8F5F2
(232,245,242)
#EFF8F3
(239,248,243)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DDEA; }

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

This text font color is #B0DDEA.


Background Color

.myBgColor { background-color: #B0DDEA; }

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

This div background color is #B0DDEA.


Border color

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

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

This div border color is #B0DDEA.


Opacity

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

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

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

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

This text has shadow with #B0DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DDEA on black background.


Color preview on white background

This text has color #B0DDEA on white background.



Black color preview on #B0DDEA background

This text has black color on #B0DDEA background.


White color preview on #B0DDEA background

This text has white color on #B0DDEA background.