COLOR #B0D9F1

HEX: #B0D9F1 RGB: (176,217,241)

Color info

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

RGB color model

#B0D9F1 color RGB value is (176,217,241).

RGB: (176,217,241) (69%, 85%, 95%)

RGB channels and saturation

R 176 of 255 = 69%
G 217 of 255 = 85%
B 241 of 255 = 95%

176
217
241

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

Portions of RGB colors in percentages

R + G + B = 176 + 217 + 241 = 634 (100%)
R 176 of 634 ~ 27.76%
G 217 of 634 ~ 34.23%
B 241 of 634 ~ 38.01'%

%27.76
%34.23
%38.01

CMYK color model

#B0D9F1 color CMYK value is (27,10,0,5).

  • cyan value is 26.97%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (27,10,0,5) C27M10Y0K5 (27%,10%,0%,5%) (0.27/0.10/0.00/0.05) 

CMYK percentages

%26.97
%9.96
%0
%5.49

Codes

Color #B0D9F1 in popluar color models

B0 D9 F1
RGB 176 217 241
HSL 202° 69.89% 81.76%
HSB/HSV 202° 26.97% 94.51%
CMYK 26.97% 9.96% 0.00%
5.49%

Color #B0D9F1 in popluar number systems.

HEX B0 D9 F1
Decimal 176 217 241
Binary 10110000 11011001 11110001
Octal 260 331 361

Shades and tints

Shades of #B0D9F1

#B0D9F1
(176,217,241)
#A0C6DC
(160,198,220)
#90B3C7
(144,179,199)
#80A0B2
(128,160,178)
#708D9D
(112,141,157)
#607A88
(96,122,136)
#506773
(80,103,115)
#40545E
(64,84,94)
#304149
(48,65,73)
#202E34
(32,46,52)
#101B1F
(16,27,31)
#000000
(0,0,0)

Tints of #B0D9F1

#B0D9F1
(176,217,241)
#B7DCF2
(183,220,242)
#BEDFF3
(190,223,243)
#C5E2F4
(197,226,244)
#CCE5F5
(204,229,245)
#D3E8F6
(211,232,246)
#DAEBF7
(218,235,247)
#E1EEF8
(225,238,248)
#E8F1F9
(232,241,249)
#EFF4FA
(239,244,250)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D9F1 color. Also use rgb(176,217,241) instead hex code.

Text Font Color

.myTextColor { color: #B0D9F1; }

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

This text font color is #B0D9F1.

Background Color

.myBgColor { background-color: #B0D9F1; }

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

This div background color is #B0D9F1.

Border color

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

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

This div border color is #B0D9F1.

Opacity

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

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

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

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

This text has shadow with #B0D9F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D9F1.

Preview

Color preview on black background

This text has color #B0D9F1 on black background.


Color preview on white background

This text has color #B0D9F1 on white background.


Black color preview on #B0D9F1 background

This text has black color on #B0D9F1 background.


White color preview on #B0D9F1 background

This text has white color on #B0D9F1 background.


Related colors

Complementary color

Complementary color for #hex is #4F260E.


I love getcolorcode.com

Triadic colors

1 #F1B0D9 and #D9F1B0 with #B0D9F1 are triadic colors.

2 #F1D9B0 and #D9B0F1 with #B0D9F1 are triadic colors.