COLOR #B0D1E7

HEX: #B0D1E7 RGB: (176,209,231)

Color info

#B0D1E7 contains red, green and blue colors in about the same proportion. Web safe color of #B0D1E7 is #99CCFF (or #9CF).

RGB color model

#B0D1E7 color RGB value is (176,209,231).

RGB: (176,209,231) (69%, 82%, 91%)

RGB channels and saturation

R 176 of 255 = 69%
G 209 of 255 = 82%
B 231 of 255 = 91%

176
209
231

R + G + B ~ 81%. #B0D1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 209 + 231 = 616 (100%)
R 176 of 616 ~ 28.57%
G 209 of 616 ~ 33.93%
B 231 of 616 ~ 37.5'%

%28.57
%33.93
%37.5

CMYK color model

#B0D1E7 color CMYK value is (24,10,0,9).

  • cyan value is 23.81%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (24,10,0,9)
C24M10Y0K9 (24%, 10%, 0%, 9%)
(0.24 / 0.10 / 0.00 / 0.09)

CMYK percentages

%23.81
%9.52
%0
%9.41

Codes

Color #B0D1E7 in popluar color models

B0 D1 E7
RGB 176 209 231
HSL 204° 53.40% 79.80%
HSB/HSV 204° 23.81% 90.59%
CMYK 23.81% 9.52% 0.00%
9.41%

Color #B0D1E7 in popluar number systems.

HEX B0 D1 E7
Decimal 176 209 231
Binary 10110000 11010001 11100111
Octal 260 321 347

Shades and tints

Shades of #B0D1E7

#B0D1E7
(176,209,231)
#A0BED2
(160,190,210)
#90ABBD
(144,171,189)
#8098A8
(128,152,168)
#708593
(112,133,147)
#60727E
(96,114,126)
#505F69
(80,95,105)
#404C54
(64,76,84)
#30393F
(48,57,63)
#20262A
(32,38,42)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B0D1E7

#B0D1E7
(176,209,231)
#B7D5E9
(183,213,233)
#BED9EB
(190,217,235)
#C5DDED
(197,221,237)
#CCE1EF
(204,225,239)
#D3E5F1
(211,229,241)
#DAE9F3
(218,233,243)
#E1EDF5
(225,237,245)
#E8F1F7
(232,241,247)
#EFF5F9
(239,245,249)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D1E7 color. Also use rgb(176,209,231) instead hex code.

Text Font Color

.myTextColor { color: #B0D1E7; }

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

This text font color is #B0D1E7.

Background Color

.myBgColor { background-color: #B0D1E7; }

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

This div background color is #B0D1E7.

Border color

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

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

This div border color is #B0D1E7.

Opacity

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

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

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

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

This text has shadow with #B0D1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D1E7.

Preview

Color preview on black background

This text has color #B0D1E7 on black background.


Color preview on white background

This text has color #B0D1E7 on white background.


Black color preview on #B0D1E7 background

This text has black color on #B0D1E7 background.


White color preview on #B0D1E7 background

This text has white color on #B0D1E7 background.


Related colors

Complementary color

Complementary color for #hex is #4F2E18.


I love getcolorcode.com

Triadic colors

1 #E7B0D1 and #D1E7B0 with #B0D1E7 are triadic colors.

2 #E7D1B0 and #D1B0E7 with #B0D1E7 are triadic colors.