COLOR #B5D4FB

HEX: #B5D4FB
RGB: (181,212,251)

Color info

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

RGB color model

#B5D4FB color RGB value is (181,212,251).

  • red value is 181;
  • green value is 212;
  • blue value is 251.
RGB:
(181,212,251)
(71%,83%,98%)

RGB channels and saturation

R 181 of 255 = 71%
G 212 of 255 = 83%
B 251 of 255 = 98%

181
212
251

R + G + B ~ 84%. #B5D4FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 212 + 251 = 644 (100%)
R 181 of 644 ~ 28.11%
G 212 of 644 ~ 32.92%
B 251 of 644 ~ 38.98%

%28.11
%32.92
%38.98

CMYK color model

#B5D4FB color CMYK value is (28,16,0,2).

  • cyan value is 27.89%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(28,16,0,2)
C28M16Y0K2 
(28%,16%,0%,2%)
(0.28/0.16/0.00/0.02)	

CMYK percentages

%27.89
%15.54
%0
%1.57

Codes

Color #B5D4FB in popluar color models

B5D4FB
RGB181212251
HSL213°89.74%84.71%
HSB/HSV213°27.89%98.43%
CMYK27.89%15.54%0.00%
1.57%

Color #B5D4FB in popluar number systems.

HEXB5D4FB
Decimal181212251
Binary101101011101010011111011
Octal265324373

Shades and tints

Shades of #B5D4FB

#B5D4FB
(181,212,251)
#A5C1E5
(165,193,229)
#95AECF
(149,174,207)
#859BB9
(133,155,185)
#7588A3
(117,136,163)
#65758D
(101,117,141)
#556277
(85,98,119)
#454F61
(69,79,97)
#353C4B
(53,60,75)
#252935
(37,41,53)
#15161F
(21,22,31)
#000000
(0,0,0)

Tints of #B5D4FB

#B5D4FB
(181,212,251)
#BBD7FB
(187,215,251)
#C1DAFB
(193,218,251)
#C7DDFB
(199,221,251)
#CDE0FB
(205,224,251)
#D3E3FB
(211,227,251)
#D9E6FB
(217,230,251)
#DFE9FB
(223,233,251)
#E5ECFB
(229,236,251)
#EBEFFB
(235,239,251)
#F1F2FB
(241,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D4FB color. Also use rgb(181,212,251) instead hex code.

Text Font Color

.myTextColor { color: #B5D4FB; }

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

This text font color is #B5D4FB.


Background Color

.myBgColor { background-color: #B5D4FB; }

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

This div background color is #B5D4FB.


Border color

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

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

This div border color is #B5D4FB.


Opacity

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

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

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

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

This text has shadow with #B5D4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D4FB on black background.


Color preview on white background

This text has color #B5D4FB on white background.



Black color preview on #B5D4FB background

This text has black color on #B5D4FB background.


White color preview on #B5D4FB background

This text has white color on #B5D4FB background.