COLOR #B0D4E1

HEX: #B0D4E1 RGB: (176,212,225)

Color info

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

RGB color model

#B0D4E1 color RGB value is (176,212,225).

RGB: (176,212,225) (69%, 83%, 88%)

RGB channels and saturation

R 176 of 255 = 69%
G 212 of 255 = 83%
B 225 of 255 = 88%

176
212
225

R + G + B ~ 80%. #B0D4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 212 + 225 = 613 (100%)
R 176 of 613 ~ 28.71%
G 212 of 613 ~ 34.58%
B 225 of 613 ~ 36.7'%

%28.71
%34.58
%36.7

CMYK color model

#B0D4E1 color CMYK value is (22,6,0,12).

  • cyan value is 21.78%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (22,6,0,12)
C22M6Y0K12 (22%, 6%, 0%, 12%)
(0.22 / 0.06 / 0.00 / 0.12)

CMYK percentages

%21.78
%5.78
%0
%11.76

Codes

Color #B0D4E1 in popluar color models

B0 D4 E1
RGB 176 212 225
HSL 196° 44.95% 78.63%
HSB/HSV 196° 21.78% 88.24%
CMYK 21.78% 5.78% 0.00%
11.76%

Color #B0D4E1 in popluar number systems.

HEX B0 D4 E1
Decimal 176 212 225
Binary 10110000 11010100 11100001
Octal 260 324 341

Shades and tints

Shades of #B0D4E1

#B0D4E1
(176,212,225)
#A0C1CD
(160,193,205)
#90AEB9
(144,174,185)
#809BA5
(128,155,165)
#708891
(112,136,145)
#60757D
(96,117,125)
#506269
(80,98,105)
#404F55
(64,79,85)
#303C41
(48,60,65)
#20292D
(32,41,45)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #B0D4E1

#B0D4E1
(176,212,225)
#B7D7E3
(183,215,227)
#BEDAE5
(190,218,229)
#C5DDE7
(197,221,231)
#CCE0E9
(204,224,233)
#D3E3EB
(211,227,235)
#DAE6ED
(218,230,237)
#E1E9EF
(225,233,239)
#E8ECF1
(232,236,241)
#EFEFF3
(239,239,243)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D4E1 color. Also use rgb(176,212,225) instead hex code.

Text Font Color

.myTextColor { color: #B0D4E1; }

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

This text font color is #B0D4E1.

Background Color

.myBgColor { background-color: #B0D4E1; }

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

This div background color is #B0D4E1.

Border color

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

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

This div border color is #B0D4E1.

Opacity

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

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

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

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

This text has shadow with #B0D4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D4E1.

Preview

Color preview on black background

This text has color #B0D4E1 on black background.


Color preview on white background

This text has color #B0D4E1 on white background.


Black color preview on #B0D4E1 background

This text has black color on #B0D4E1 background.


White color preview on #B0D4E1 background

This text has white color on #B0D4E1 background.


Related colors

Complementary color

Complementary color for #hex is #4F2B1E.


I love getcolorcode.com

Triadic colors

1 #E1B0D4 and #D4E1B0 with #B0D4E1 are triadic colors.

2 #E1D4B0 and #D4B0E1 with #B0D4E1 are triadic colors.