COLOR #B0D5EE

HEX: #B0D5EE RGB: (176,213,238)

Color info

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

RGB color model

#B0D5EE color RGB value is (176,213,238).

RGB: (176,213,238) (69%, 84%, 93%)

RGB channels and saturation

R 176 of 255 = 69%
G 213 of 255 = 84%
B 238 of 255 = 93%

176
213
238

R + G + B ~ 82%. #B0D5EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 213 + 238 = 627 (100%)
R 176 of 627 ~ 28.07%
G 213 of 627 ~ 33.97%
B 238 of 627 ~ 37.96'%

%28.07
%33.97
%37.96

CMYK color model

#B0D5EE color CMYK value is (26,11,0,7).

  • cyan value is 26.05%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (26,11,0,7)
C26M11Y0K7 (26%, 11%, 0%, 7%)
(0.26 / 0.11 / 0.00 / 0.07)

CMYK percentages

%26.05
%10.5
%0
%6.67

Codes

Color #B0D5EE in popluar color models

B0 D5 EE
RGB 176 213 238
HSL 204° 64.58% 81.18%
HSB/HSV 204° 26.05% 93.33%
CMYK 26.05% 10.50% 0.00%
6.67%

Color #B0D5EE in popluar number systems.

HEX B0 D5 EE
Decimal 176 213 238
Binary 10110000 11010101 11101110
Octal 260 325 356

Shades and tints

Shades of #B0D5EE

#B0D5EE
(176,213,238)
#A0C2D9
(160,194,217)
#90AFC4
(144,175,196)
#809CAF
(128,156,175)
#70899A
(112,137,154)
#607685
(96,118,133)
#506370
(80,99,112)
#40505B
(64,80,91)
#303D46
(48,61,70)
#202A31
(32,42,49)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #B0D5EE

#B0D5EE
(176,213,238)
#B7D8EF
(183,216,239)
#BEDBF0
(190,219,240)
#C5DEF1
(197,222,241)
#CCE1F2
(204,225,242)
#D3E4F3
(211,228,243)
#DAE7F4
(218,231,244)
#E1EAF5
(225,234,245)
#E8EDF6
(232,237,246)
#EFF0F7
(239,240,247)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D5EE color. Also use rgb(176,213,238) instead hex code.

Text Font Color

.myTextColor { color: #B0D5EE; }

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

This text font color is #B0D5EE.

Background Color

.myBgColor { background-color: #B0D5EE; }

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

This div background color is #B0D5EE.

Border color

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

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

This div border color is #B0D5EE.

Opacity

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

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

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

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

This text has shadow with #B0D5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D5EE.

Preview

Color preview on black background

This text has color #B0D5EE on black background.


Color preview on white background

This text has color #B0D5EE on white background.


Black color preview on #B0D5EE background

This text has black color on #B0D5EE background.


White color preview on #B0D5EE background

This text has white color on #B0D5EE background.


Related colors

Complementary color

Complementary color for #hex is #4F2A11.


I love getcolorcode.com

Triadic colors

1 #EEB0D5 and #D5EEB0 with #B0D5EE are triadic colors.

2 #EED5B0 and #D5B0EE with #B0D5EE are triadic colors.