COLOR #B0DFEF

HEX: #B0DFEF
RGB: (176,223,239)

Color info

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

RGB color model

#B0DFEF color RGB value is (176,223,239).

  • red value is 176;
  • green value is 223;
  • blue value is 239.
RGB:
(176,223,239)
(69%,87%,94%)

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 239 of 255 = 94%

176
223
239

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

Portions of RGB colors in percentages

R + G + B =
176 + 223 + 239 = 638 (100%)
R 176 of 638 ~ 27.59%
G 223 of 638 ~ 34.95%
B 239 of 638 ~ 37.46%

%27.59
%34.95
%37.46

CMYK color model

#B0DFEF color CMYK value is (26,7,0,6).

  • cyan value is 26.36%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(26,7,0,6)
C26M7Y0K6 
(26%,7%,0%,6%)
(0.26/0.07/0.00/0.06)	

CMYK percentages

%26.36
%6.69
%0
%6.27

Codes

Color #B0DFEF in popluar color models

B0DFEF
RGB176223239
HSL195°66.32%81.37%
HSB/HSV195°26.36%93.73%
CMYK26.36%6.69%0.00%
6.27%

Color #B0DFEF in popluar number systems.

HEXB0DFEF
Decimal176223239
Binary101100001101111111101111
Octal260337357

Shades and tints

Shades of #B0DFEF

#B0DFEF
(176,223,239)
#A0CBDA
(160,203,218)
#90B7C5
(144,183,197)
#80A3B0
(128,163,176)
#708F9B
(112,143,155)
#607B86
(96,123,134)
#506771
(80,103,113)
#40535C
(64,83,92)
#303F47
(48,63,71)
#202B32
(32,43,50)
#10171D
(16,23,29)
#000000
(0,0,0)

Tints of #B0DFEF

#B0DFEF
(176,223,239)
#B7E1F0
(183,225,240)
#BEE3F1
(190,227,241)
#C5E5F2
(197,229,242)
#CCE7F3
(204,231,243)
#D3E9F4
(211,233,244)
#DAEBF5
(218,235,245)
#E1EDF6
(225,237,246)
#E8EFF7
(232,239,247)
#EFF1F8
(239,241,248)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DFEF color. Also use rgb(176,223,239) instead hex code.

Text Font Color

.myTextColor { color: #B0DFEF; }

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

This text font color is #B0DFEF.


Background Color

.myBgColor { background-color: #B0DFEF; }

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

This div background color is #B0DFEF.


Border color

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

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

This div border color is #B0DFEF.


Opacity

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

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

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

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

This text has shadow with #B0DFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DFEF on black background.


Color preview on white background

This text has color #B0DFEF on white background.



Black color preview on #B0DFEF background

This text has black color on #B0DFEF background.


White color preview on #B0DFEF background

This text has white color on #B0DFEF background.