COLOR #B5D7DF

HEX: #B5D7DF
RGB: (181,215,223)

Color info

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

RGB color model

#B5D7DF color RGB value is (181,215,223).

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

RGB channels and saturation

R 181 of 255 = 71%
G 215 of 255 = 84%
B 223 of 255 = 87%

181
215
223

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

Portions of RGB colors in percentages

R + G + B =
181 + 215 + 223 = 619 (100%)
R 181 of 619 ~ 29.24%
G 215 of 619 ~ 34.73%
B 223 of 619 ~ 36.03%

%29.24
%34.73
%36.03

CMYK color model

#B5D7DF color CMYK value is (19,4,0,13).

  • cyan value is 18.83%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(19,4,0,13)
C19M4Y0K13 
(19%,4%,0%,13%)
(0.19/0.04/0.00/0.13)	

CMYK percentages

%18.83
%3.59
%0
%12.55

Codes

Color #B5D7DF in popluar color models

B5D7DF
RGB181215223
HSL191°39.62%79.22%
HSB/HSV191°18.83%87.45%
CMYK18.83%3.59%0.00%
12.55%

Color #B5D7DF in popluar number systems.

HEXB5D7DF
Decimal181215223
Binary101101011101011111011111
Octal265327337

Shades and tints

Shades of #B5D7DF

#B5D7DF
(181,215,223)
#A5C4CB
(165,196,203)
#95B1B7
(149,177,183)
#859EA3
(133,158,163)
#758B8F
(117,139,143)
#65787B
(101,120,123)
#556567
(85,101,103)
#455253
(69,82,83)
#353F3F
(53,63,63)
#252C2B
(37,44,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #B5D7DF

#B5D7DF
(181,215,223)
#BBDAE1
(187,218,225)
#C1DDE3
(193,221,227)
#C7E0E5
(199,224,229)
#CDE3E7
(205,227,231)
#D3E6E9
(211,230,233)
#D9E9EB
(217,233,235)
#DFECED
(223,236,237)
#E5EFEF
(229,239,239)
#EBF2F1
(235,242,241)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D7DF; }

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

This text font color is #B5D7DF.


Background Color

.myBgColor { background-color: #B5D7DF; }

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

This div background color is #B5D7DF.


Border color

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

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

This div border color is #B5D7DF.


Opacity

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

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

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

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

This text has shadow with #B5D7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D7DF on black background.


Color preview on white background

This text has color #B5D7DF on white background.



Black color preview on #B5D7DF background

This text has black color on #B5D7DF background.


White color preview on #B5D7DF background

This text has white color on #B5D7DF background.