COLOR #B5D8FD

HEX: #B5D8FD
RGB: (181,216,253)

Color info

#B5D8FD contains mainly green and blue colors. Web safe color of #B5D8FD is #CCCCFF (or #CCF).

RGB color model

#B5D8FD color RGB value is (181,216,253).

  • red value is 181;
  • green value is 216;
  • blue value is 253.
RGB:
(181,216,253)
(71%,85%,99%)

RGB channels and saturation

R 181 of 255 = 71%
G 216 of 255 = 85%
B 253 of 255 = 99%

181
216
253

R + G + B ~ 85%. #B5D8FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 216 + 253 = 650 (100%)
R 181 of 650 ~ 27.85%
G 216 of 650 ~ 33.23%
B 253 of 650 ~ 38.92%

%27.85
%33.23
%38.92

CMYK color model

#B5D8FD color CMYK value is (28,15,0,1).

  • cyan value is 28.46%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(28,15,0,1)
C28M15Y0K1 
(28%,15%,0%,1%)
(0.28/0.15/0.00/0.01)	

CMYK percentages

%28.46
%14.62
%0
%0.78

Codes

Color #B5D8FD in popluar color models

B5D8FD
RGB181216253
HSL211°94.74%85.10%
HSB/HSV211°28.46%99.22%
CMYK28.46%14.62%0.00%
0.78%

Color #B5D8FD in popluar number systems.

HEXB5D8FD
Decimal181216253
Binary101101011101100011111101
Octal265330375

Shades and tints

Shades of #B5D8FD

#B5D8FD
(181,216,253)
#A5C5E6
(165,197,230)
#95B2CF
(149,178,207)
#859FB8
(133,159,184)
#758CA1
(117,140,161)
#65798A
(101,121,138)
#556673
(85,102,115)
#45535C
(69,83,92)
#354045
(53,64,69)
#252D2E
(37,45,46)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #B5D8FD

#B5D8FD
(181,216,253)
#BBDBFD
(187,219,253)
#C1DEFD
(193,222,253)
#C7E1FD
(199,225,253)
#CDE4FD
(205,228,253)
#D3E7FD
(211,231,253)
#D9EAFD
(217,234,253)
#DFEDFD
(223,237,253)
#E5F0FD
(229,240,253)
#EBF3FD
(235,243,253)
#F1F6FD
(241,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D8FD color. Also use rgb(181,216,253) instead hex code.

Text Font Color

.myTextColor { color: #B5D8FD; }

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

This text font color is #B5D8FD.


Background Color

.myBgColor { background-color: #B5D8FD; }

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

This div background color is #B5D8FD.


Border color

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

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

This div border color is #B5D8FD.


Opacity

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

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

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

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

This text has shadow with #B5D8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D8FD on black background.


Color preview on white background

This text has color #B5D8FD on white background.



Black color preview on #B5D8FD background

This text has black color on #B5D8FD background.


White color preview on #B5D8FD background

This text has white color on #B5D8FD background.