COLOR #B5C8DE

HEX: #B5C8DE RGB: (181,200,222)

Color info

#B5C8DE contains red, green and blue colors in about the same proportion. Web safe color of #B5C8DE is #CCCCCC (or #CCC).

RGB color model

#B5C8DE color RGB value is (181,200,222).

RGB: (181,200,222) (71%, 78%, 87%)

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 222 of 255 = 87%

181
200
222

R + G + B ~ 79%. #B5C8DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 200 + 222 = 603 (100%)
R 181 of 603 ~ 30.02%
G 200 of 603 ~ 33.17%
B 222 of 603 ~ 36.82'%

%30.02
%33.17
%36.82

CMYK color model

#B5C8DE color CMYK value is (18,10,0,13).

  • cyan value is 18.47%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (18,10,0,13)
C18M10Y0K13 (18%, 10%, 0%, 13%)
(0.18 / 0.10 / 0.00 / 0.13)

CMYK percentages

%18.47
%9.91
%0
%12.94

Codes

Color #B5C8DE in popluar color models

B5 C8 DE
RGB 181 200 222
HSL 212° 38.32% 79.02%
HSB/HSV 212° 18.47% 87.06%
CMYK 18.47% 9.91% 0.00%
12.94%

Color #B5C8DE in popluar number systems.

HEX B5 C8 DE
Decimal 181 200 222
Binary 10110101 11001000 11011110
Octal 265 310 336

Shades and tints

Shades of #B5C8DE

#B5C8DE
(181,200,222)
#A5B6CA
(165,182,202)
#95A4B6
(149,164,182)
#8592A2
(133,146,162)
#75808E
(117,128,142)
#656E7A
(101,110,122)
#555C66
(85,92,102)
#454A52
(69,74,82)
#35383E
(53,56,62)
#25262A
(37,38,42)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #B5C8DE

#B5C8DE
(181,200,222)
#BBCDE1
(187,205,225)
#C1D2E4
(193,210,228)
#C7D7E7
(199,215,231)
#CDDCEA
(205,220,234)
#D3E1ED
(211,225,237)
#D9E6F0
(217,230,240)
#DFEBF3
(223,235,243)
#E5F0F6
(229,240,246)
#EBF5F9
(235,245,249)
#F1FAFC
(241,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C8DE color. Also use rgb(181,200,222) instead hex code.

Text Font Color

.myTextColor { color: #B5C8DE; }

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

This text font color is #B5C8DE.

Background Color

.myBgColor { background-color: #B5C8DE; }

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

This div background color is #B5C8DE.

Border color

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

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

This div border color is #B5C8DE.

Opacity

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

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

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

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

This text has shadow with #B5C8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C8DE.

Preview

Color preview on black background

This text has color #B5C8DE on black background.


Color preview on white background

This text has color #B5C8DE on white background.


Black color preview on #B5C8DE background

This text has black color on #B5C8DE background.


White color preview on #B5C8DE background

This text has white color on #B5C8DE background.


Related colors

Complementary color

Complementary color for #hex is #4A3721.


I love getcolorcode.com

Triadic colors

1 #DEB5C8 and #C8DEB5 with #B5C8DE are triadic colors.

2 #DEC8B5 and #C8B5DE with #B5C8DE are triadic colors.