COLOR #B0D7F5

HEX: #B0D7F5 RGB: (176,215,245)

Color info

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

RGB color model

#B0D7F5 color RGB value is (176,215,245).

RGB: (176,215,245) (69%, 84%, 96%)

RGB channels and saturation

R 176 of 255 = 69%
G 215 of 255 = 84%
B 245 of 255 = 96%

176
215
245

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

Portions of RGB colors in percentages

R + G + B = 176 + 215 + 245 = 636 (100%)
R 176 of 636 ~ 27.67%
G 215 of 636 ~ 33.81%
B 245 of 636 ~ 38.52'%

%27.67
%33.81
%38.52

CMYK color model

#B0D7F5 color CMYK value is (28,12,0,4).

  • cyan value is 28.16%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (28,12,0,4)
C28M12Y0K4 (28%, 12%, 0%, 4%)
(0.28 / 0.12 / 0.00 / 0.04)

CMYK percentages

%28.16
%12.24
%0
%3.92

Codes

Color #B0D7F5 in popluar color models

B0 D7 F5
RGB 176 215 245
HSL 206° 77.53% 82.55%
HSB/HSV 206° 28.16% 96.08%
CMYK 28.16% 12.24% 0.00%
3.92%

Color #B0D7F5 in popluar number systems.

HEX B0 D7 F5
Decimal 176 215 245
Binary 10110000 11010111 11110101
Octal 260 327 365

Shades and tints

Shades of #B0D7F5

#B0D7F5
(176,215,245)
#A0C4DF
(160,196,223)
#90B1C9
(144,177,201)
#809EB3
(128,158,179)
#708B9D
(112,139,157)
#607887
(96,120,135)
#506571
(80,101,113)
#40525B
(64,82,91)
#303F45
(48,63,69)
#202C2F
(32,44,47)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #B0D7F5

#B0D7F5
(176,215,245)
#B7DAF5
(183,218,245)
#BEDDF5
(190,221,245)
#C5E0F5
(197,224,245)
#CCE3F5
(204,227,245)
#D3E6F5
(211,230,245)
#DAE9F5
(218,233,245)
#E1ECF5
(225,236,245)
#E8EFF5
(232,239,245)
#EFF2F5
(239,242,245)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D7F5 color. Also use rgb(176,215,245) instead hex code.

Text Font Color

.myTextColor { color: #B0D7F5; }

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

This text font color is #B0D7F5.

Background Color

.myBgColor { background-color: #B0D7F5; }

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

This div background color is #B0D7F5.

Border color

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

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

This div border color is #B0D7F5.

Opacity

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

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

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

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

This text has shadow with #B0D7F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D7F5.

Preview

Color preview on black background

This text has color #B0D7F5 on black background.


Color preview on white background

This text has color #B0D7F5 on white background.


Black color preview on #B0D7F5 background

This text has black color on #B0D7F5 background.


White color preview on #B0D7F5 background

This text has white color on #B0D7F5 background.


Related colors

Complementary color

Complementary color for #hex is #4F280A.


I love getcolorcode.com

Triadic colors

1 #F5B0D7 and #D7F5B0 with #B0D7F5 are triadic colors.

2 #F5D7B0 and #D7B0F5 with #B0D7F5 are triadic colors.