COLOR #B0DFFA

HEX: #B0DFFA
RGB: (176,223,250)

Color info

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

RGB color model

#B0DFFA color RGB value is (176,223,250).

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

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 250 of 255 = 98%

176
223
250

R + G + B ~ 85%. #B0DFFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 223 + 250 = 649 (100%)
R 176 of 649 ~ 27.12%
G 223 of 649 ~ 34.36%
B 250 of 649 ~ 38.52%

%27.12
%34.36
%38.52

CMYK color model

#B0DFFA color CMYK value is (30,11,0,2).

  • cyan value is 29.60%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,11,0,2)
C30M11Y0K2 
(30%,11%,0%,2%)
(0.30/0.11/0.00/0.02)	

CMYK percentages

%29.6
%10.8
%0
%1.96

Codes

Color #B0DFFA in popluar color models

B0DFFA
RGB176223250
HSL202°88.10%83.53%
HSB/HSV202°29.60%98.04%
CMYK29.60%10.80%0.00%
1.96%

Color #B0DFFA in popluar number systems.

HEXB0DFFA
Decimal176223250
Binary101100001101111111111010
Octal260337372

Shades and tints

Shades of #B0DFFA

#B0DFFA
(176,223,250)
#A0CBE4
(160,203,228)
#90B7CE
(144,183,206)
#80A3B8
(128,163,184)
#708FA2
(112,143,162)
#607B8C
(96,123,140)
#506776
(80,103,118)
#405360
(64,83,96)
#303F4A
(48,63,74)
#202B34
(32,43,52)
#10171E
(16,23,30)
#000000
(0,0,0)

Tints of #B0DFFA

#B0DFFA
(176,223,250)
#B7E1FA
(183,225,250)
#BEE3FA
(190,227,250)
#C5E5FA
(197,229,250)
#CCE7FA
(204,231,250)
#D3E9FA
(211,233,250)
#DAEBFA
(218,235,250)
#E1EDFA
(225,237,250)
#E8EFFA
(232,239,250)
#EFF1FA
(239,241,250)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DFFA; }

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

This text font color is #B0DFFA.


Background Color

.myBgColor { background-color: #B0DFFA; }

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

This div background color is #B0DFFA.


Border color

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

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

This div border color is #B0DFFA.


Opacity

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

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

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

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

This text has shadow with #B0DFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DFFA on black background.


Color preview on white background

This text has color #B0DFFA on white background.



Black color preview on #B0DFFA background

This text has black color on #B0DFFA background.


White color preview on #B0DFFA background

This text has white color on #B0DFFA background.