COLOR #B0D9FD

HEX: #B0D9FD RGB: (176,217,253)

Color info

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

RGB color model

#B0D9FD color RGB value is (176,217,253).

RGB: (176,217,253) (69%, 85%, 99%)

RGB channels and saturation

R 176 of 255 = 69%
G 217 of 255 = 85%
B 253 of 255 = 99%

176
217
253

R + G + B ~ 84%. #B0D9FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 217 + 253 = 646 (100%)
R 176 of 646 ~ 27.24%
G 217 of 646 ~ 33.59%
B 253 of 646 ~ 39.16'%

%27.24
%33.59
%39.16

CMYK color model

#B0D9FD color CMYK value is (30,14,0,1).

  • cyan value is 30.43%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (30,14,0,1) C30M14Y0K1 (30%,14%,0%,1%) (0.30/0.14/0.00/0.01) 

CMYK percentages

%30.43
%14.23
%0
%0.78

Codes

Color #B0D9FD in popluar color models

B0 D9 FD
RGB 176 217 253
HSL 208° 95.06% 84.12%
HSB/HSV 208° 30.43% 99.22%
CMYK 30.43% 14.23% 0.00%
0.78%

Color #B0D9FD in popluar number systems.

HEX B0 D9 FD
Decimal 176 217 253
Binary 10110000 11011001 11111101
Octal 260 331 375

Shades and tints

Shades of #B0D9FD

#B0D9FD
(176,217,253)
#A0C6E6
(160,198,230)
#90B3CF
(144,179,207)
#80A0B8
(128,160,184)
#708DA1
(112,141,161)
#607A8A
(96,122,138)
#506773
(80,103,115)
#40545C
(64,84,92)
#304145
(48,65,69)
#202E2E
(32,46,46)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #B0D9FD

#B0D9FD
(176,217,253)
#B7DCFD
(183,220,253)
#BEDFFD
(190,223,253)
#C5E2FD
(197,226,253)
#CCE5FD
(204,229,253)
#D3E8FD
(211,232,253)
#DAEBFD
(218,235,253)
#E1EEFD
(225,238,253)
#E8F1FD
(232,241,253)
#EFF4FD
(239,244,253)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D9FD; }

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

This text font color is #B0D9FD.

Background Color

.myBgColor { background-color: #B0D9FD; }

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

This div background color is #B0D9FD.

Border color

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

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

This div border color is #B0D9FD.

Opacity

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

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

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

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

This text has shadow with #B0D9FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D9FD.

Preview

Color preview on black background

This text has color #B0D9FD on black background.


Color preview on white background

This text has color #B0D9FD on white background.


Black color preview on #B0D9FD background

This text has black color on #B0D9FD background.


White color preview on #B0D9FD background

This text has white color on #B0D9FD background.


Related colors

Complementary color

Complementary color for #hex is #4F2602.


I love getcolorcode.com

Triadic colors

1 #FDB0D9 and #D9FDB0 with #B0D9FD are triadic colors.

2 #FDD9B0 and #D9B0FD with #B0D9FD are triadic colors.