COLOR #B5D9DF

HEX: #B5D9DF
RGB: (181,217,223)

Color info

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

RGB color model

#B5D9DF color RGB value is (181,217,223).

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

RGB channels and saturation

R 181 of 255 = 71%
G 217 of 255 = 85%
B 223 of 255 = 87%

181
217
223

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

Portions of RGB colors in percentages

R + G + B =
181 + 217 + 223 = 621 (100%)
R 181 of 621 ~ 29.15%
G 217 of 621 ~ 34.94%
B 223 of 621 ~ 35.91%

%29.15
%34.94
%35.91

CMYK color model

#B5D9DF color CMYK value is (19,3,0,13).

  • cyan value is 18.83%
  • magenta value is 2.69%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(19,3,0,13)
C19M3Y0K13 
(19%,3%,0%,13%)
(0.19/0.03/0.00/0.13)	

CMYK percentages

%18.83
%2.69
%0
%12.55

Codes

Color #B5D9DF in popluar color models

B5D9DF
RGB181217223
HSL189°39.62%79.22%
HSB/HSV189°18.83%87.45%
CMYK18.83%2.69%0.00%
12.55%

Color #B5D9DF in popluar number systems.

HEXB5D9DF
Decimal181217223
Binary101101011101100111011111
Octal265331337

Shades and tints

Shades of #B5D9DF

#B5D9DF
(181,217,223)
#A5C6CB
(165,198,203)
#95B3B7
(149,179,183)
#85A0A3
(133,160,163)
#758D8F
(117,141,143)
#657A7B
(101,122,123)
#556767
(85,103,103)
#455453
(69,84,83)
#35413F
(53,65,63)
#252E2B
(37,46,43)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #B5D9DF

#B5D9DF
(181,217,223)
#BBDCE1
(187,220,225)
#C1DFE3
(193,223,227)
#C7E2E5
(199,226,229)
#CDE5E7
(205,229,231)
#D3E8E9
(211,232,233)
#D9EBEB
(217,235,235)
#DFEEED
(223,238,237)
#E5F1EF
(229,241,239)
#EBF4F1
(235,244,241)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D9DF; }

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

This text font color is #B5D9DF.


Background Color

.myBgColor { background-color: #B5D9DF; }

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

This div background color is #B5D9DF.


Border color

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

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

This div border color is #B5D9DF.


Opacity

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

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

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

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

This text has shadow with #B5D9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D9DF on black background.


Color preview on white background

This text has color #B5D9DF on white background.



Black color preview on #B5D9DF background

This text has black color on #B5D9DF background.


White color preview on #B5D9DF background

This text has white color on #B5D9DF background.