COLOR #B5D7EF

HEX: #B5D7EF
RGB: (181,215,239)

Color info

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

RGB color model

#B5D7EF color RGB value is (181,215,239).

  • red value is 181;
  • green value is 215;
  • blue value is 239.
RGB:
(181,215,239)
(71%,84%,94%)

RGB channels and saturation

R 181 of 255 = 71%
G 215 of 255 = 84%
B 239 of 255 = 94%

181
215
239

R + G + B ~ 83%. #B5D7EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 215 + 239 = 635 (100%)
R 181 of 635 ~ 28.5%
G 215 of 635 ~ 33.86%
B 239 of 635 ~ 37.64%

%28.5
%33.86
%37.64

CMYK color model

#B5D7EF color CMYK value is (24,10,0,6).

  • cyan value is 24.27%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(24,10,0,6)
C24M10Y0K6 
(24%,10%,0%,6%)
(0.24/0.10/0.00/0.06)	

CMYK percentages

%24.27
%10.04
%0
%6.27

Codes

Color #B5D7EF in popluar color models

B5D7EF
RGB181215239
HSL205°64.44%82.35%
HSB/HSV205°24.27%93.73%
CMYK24.27%10.04%0.00%
6.27%

Color #B5D7EF in popluar number systems.

HEXB5D7EF
Decimal181215239
Binary101101011101011111101111
Octal265327357

Shades and tints

Shades of #B5D7EF

#B5D7EF
(181,215,239)
#A5C4DA
(165,196,218)
#95B1C5
(149,177,197)
#859EB0
(133,158,176)
#758B9B
(117,139,155)
#657886
(101,120,134)
#556571
(85,101,113)
#45525C
(69,82,92)
#353F47
(53,63,71)
#252C32
(37,44,50)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #B5D7EF

#B5D7EF
(181,215,239)
#BBDAF0
(187,218,240)
#C1DDF1
(193,221,241)
#C7E0F2
(199,224,242)
#CDE3F3
(205,227,243)
#D3E6F4
(211,230,244)
#D9E9F5
(217,233,245)
#DFECF6
(223,236,246)
#E5EFF7
(229,239,247)
#EBF2F8
(235,242,248)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D7EF color. Also use rgb(181,215,239) instead hex code.

Text Font Color

.myTextColor { color: #B5D7EF; }

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

This text font color is #B5D7EF.


Background Color

.myBgColor { background-color: #B5D7EF; }

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

This div background color is #B5D7EF.


Border color

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

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

This div border color is #B5D7EF.


Opacity

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

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

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

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

This text has shadow with #B5D7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D7EF on black background.


Color preview on white background

This text has color #B5D7EF on white background.



Black color preview on #B5D7EF background

This text has black color on #B5D7EF background.


White color preview on #B5D7EF background

This text has white color on #B5D7EF background.