COLOR #B9D5DE

HEX: #B9D5DE
RGB: (185,213,222)

Color info

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

RGB color model

#B9D5DE color RGB value is (185,213,222).

  • red value is 185;
  • green value is 213;
  • blue value is 222.
RGB:
(185,213,222)
(73%,84%,87%)

RGB channels and saturation

R 185 of 255 = 73%
G 213 of 255 = 84%
B 222 of 255 = 87%

185
213
222

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

Portions of RGB colors in percentages

R + G + B =
185 + 213 + 222 = 620 (100%)
R 185 of 620 ~ 29.84%
G 213 of 620 ~ 34.35%
B 222 of 620 ~ 35.81%

%29.84
%34.35
%35.81

CMYK color model

#B9D5DE color CMYK value is (17,4,0,13).

  • cyan value is 16.67%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,4,0,13)
C17M4Y0K13 
(17%,4%,0%,13%)
(0.17/0.04/0.00/0.13)	

CMYK percentages

%16.67
%4.05
%0
%12.94

Codes

Color #B9D5DE in popluar color models

B9D5DE
RGB185213222
HSL195°35.92%79.80%
HSB/HSV195°16.67%87.06%
CMYK16.67%4.05%0.00%
12.94%

Color #B9D5DE in popluar number systems.

HEXB9D5DE
Decimal185213222
Binary101110011101010111011110
Octal271325336

Shades and tints

Shades of #B9D5DE

#B9D5DE
(185,213,222)
#A9C2CA
(169,194,202)
#99AFB6
(153,175,182)
#899CA2
(137,156,162)
#79898E
(121,137,142)
#69767A
(105,118,122)
#596366
(89,99,102)
#495052
(73,80,82)
#393D3E
(57,61,62)
#292A2A
(41,42,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #B9D5DE

#B9D5DE
(185,213,222)
#BFD8E1
(191,216,225)
#C5DBE4
(197,219,228)
#CBDEE7
(203,222,231)
#D1E1EA
(209,225,234)
#D7E4ED
(215,228,237)
#DDE7F0
(221,231,240)
#E3EAF3
(227,234,243)
#E9EDF6
(233,237,246)
#EFF0F9
(239,240,249)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D5DE color. Also use rgb(185,213,222) instead hex code.

Text Font Color

.myTextColor { color: #B9D5DE; }

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

This text font color is #B9D5DE.


Background Color

.myBgColor { background-color: #B9D5DE; }

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

This div background color is #B9D5DE.


Border color

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

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

This div border color is #B9D5DE.


Opacity

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

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

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

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

This text has shadow with #B9D5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D5DE on black background.


Color preview on white background

This text has color #B9D5DE on white background.



Black color preview on #B9D5DE background

This text has black color on #B9D5DE background.


White color preview on #B9D5DE background

This text has white color on #B9D5DE background.