COLOR #B5C8ED

HEX: #B5C8ED RGB: (181,200,237)

Color info

#B5C8ED contains red, green and blue colors in about the same proportion. Web safe color of #B5C8ED is #CCCCFF (or #CCF).

RGB color model

#B5C8ED color RGB value is (181,200,237).

RGB: (181,200,237) (71%, 78%, 93%)

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 237 of 255 = 93%

181
200
237

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

Portions of RGB colors in percentages

R + G + B = 181 + 200 + 237 = 618 (100%)
R 181 of 618 ~ 29.29%
G 200 of 618 ~ 32.36%
B 237 of 618 ~ 38.35'%

%29.29
%32.36
%38.35

CMYK color model

#B5C8ED color CMYK value is (24,16,0,7).

  • cyan value is 23.63%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (24,16,0,7) C24M16Y0K7 (24%,16%,0%,7%) (0.24/0.16/0.00/0.07) 

CMYK percentages

%23.63
%15.61
%0
%7.06

Codes

Color #B5C8ED in popluar color models

B5 C8 ED
RGB 181 200 237
HSL 220° 60.87% 81.96%
HSB/HSV 220° 23.63% 92.94%
CMYK 23.63% 15.61% 0.00%
7.06%

Color #B5C8ED in popluar number systems.

HEX B5 C8 ED
Decimal 181 200 237
Binary 10110101 11001000 11101101
Octal 265 310 355

Shades and tints

Shades of #B5C8ED

#B5C8ED
(181,200,237)
#A5B6D8
(165,182,216)
#95A4C3
(149,164,195)
#8592AE
(133,146,174)
#758099
(117,128,153)
#656E84
(101,110,132)
#555C6F
(85,92,111)
#454A5A
(69,74,90)
#353845
(53,56,69)
#252630
(37,38,48)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #B5C8ED

#B5C8ED
(181,200,237)
#BBCDEE
(187,205,238)
#C1D2EF
(193,210,239)
#C7D7F0
(199,215,240)
#CDDCF1
(205,220,241)
#D3E1F2
(211,225,242)
#D9E6F3
(217,230,243)
#DFEBF4
(223,235,244)
#E5F0F5
(229,240,245)
#EBF5F6
(235,245,246)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C8ED; }

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

This text font color is #B5C8ED.

Background Color

.myBgColor { background-color: #B5C8ED; }

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

This div background color is #B5C8ED.

Border color

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

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

This div border color is #B5C8ED.

Opacity

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

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

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

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

This text has shadow with #B5C8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C8ED.

Preview

Color preview on black background

This text has color #B5C8ED on black background.


Color preview on white background

This text has color #B5C8ED on white background.


Black color preview on #B5C8ED background

This text has black color on #B5C8ED background.


White color preview on #B5C8ED background

This text has white color on #B5C8ED background.


Related colors

Complementary color

Complementary color for #hex is #4A3712.


I love getcolorcode.com

Triadic colors

1 #EDB5C8 and #C8EDB5 with #B5C8ED are triadic colors.

2 #EDC8B5 and #C8B5ED with #B5C8ED are triadic colors.