COLOR #B0DBEE

HEX: #B0DBEE
RGB: (176,219,238)

Color info

#B0DBEE contains mainly green and blue colors. Web safe color of #B0DBEE is #99CCFF (or #9CF).

RGB color model

#B0DBEE color RGB value is (176,219,238).

  • red value is 176;
  • green value is 219;
  • blue value is 238.
RGB:
(176,219,238)
(69%,86%,93%)

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 238 of 255 = 93%

176
219
238

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

Portions of RGB colors in percentages

R + G + B =
176 + 219 + 238 = 633 (100%)
R 176 of 633 ~ 27.8%
G 219 of 633 ~ 34.6%
B 238 of 633 ~ 37.6%

%27.8
%34.6
%37.6

CMYK color model

#B0DBEE color CMYK value is (26,8,0,7).

  • cyan value is 26.05%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(26,8,0,7)
C26M8Y0K7 
(26%,8%,0%,7%)
(0.26/0.08/0.00/0.07)	

CMYK percentages

%26.05
%7.98
%0
%6.67

Codes

Color #B0DBEE in popluar color models

B0DBEE
RGB176219238
HSL198°64.58%81.18%
HSB/HSV198°26.05%93.33%
CMYK26.05%7.98%0.00%
6.67%

Color #B0DBEE in popluar number systems.

HEXB0DBEE
Decimal176219238
Binary101100001101101111101110
Octal260333356

Shades and tints

Shades of #B0DBEE

#B0DBEE
(176,219,238)
#A0C8D9
(160,200,217)
#90B5C4
(144,181,196)
#80A2AF
(128,162,175)
#708F9A
(112,143,154)
#607C85
(96,124,133)
#506970
(80,105,112)
#40565B
(64,86,91)
#304346
(48,67,70)
#203031
(32,48,49)
#101D1C
(16,29,28)
#000000
(0,0,0)

Tints of #B0DBEE

#B0DBEE
(176,219,238)
#B7DEEF
(183,222,239)
#BEE1F0
(190,225,240)
#C5E4F1
(197,228,241)
#CCE7F2
(204,231,242)
#D3EAF3
(211,234,243)
#DAEDF4
(218,237,244)
#E1F0F5
(225,240,245)
#E8F3F6
(232,243,246)
#EFF6F7
(239,246,247)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DBEE color. Also use rgb(176,219,238) instead hex code.

Text Font Color

.myTextColor { color: #B0DBEE; }

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

This text font color is #B0DBEE.


Background Color

.myBgColor { background-color: #B0DBEE; }

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

This div background color is #B0DBEE.


Border color

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

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

This div border color is #B0DBEE.


Opacity

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

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

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

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

This text has shadow with #B0DBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DBEE on black background.


Color preview on white background

This text has color #B0DBEE on white background.



Black color preview on #B0DBEE background

This text has black color on #B0DBEE background.


White color preview on #B0DBEE background

This text has white color on #B0DBEE background.