COLOR #B9C7DE

HEX: #B9C7DE RGB: (185,199,222)

Color info

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

RGB color model

#B9C7DE color RGB value is (185,199,222).

RGB: (185,199,222) (73%, 78%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 199 of 255 = 78%
B 222 of 255 = 87%

185
199
222

R + G + B ~ 79%. #B9C7DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 199 + 222 = 606 (100%)
R 185 of 606 ~ 30.53%
G 199 of 606 ~ 32.84%
B 222 of 606 ~ 36.63'%

%30.53
%32.84
%36.63

CMYK color model

#B9C7DE color CMYK value is (17,10,0,13).

  • cyan value is 16.67%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (17,10,0,13)
C17M10Y0K13 (17%, 10%, 0%, 13%)
(0.17 / 0.10 / 0.00 / 0.13)

CMYK percentages

%16.67
%10.36
%0
%12.94

Codes

Color #B9C7DE in popluar color models

B9 C7 DE
RGB 185 199 222
HSL 217° 35.92% 79.80%
HSB/HSV 217° 16.67% 87.06%
CMYK 16.67% 10.36% 0.00%
12.94%

Color #B9C7DE in popluar number systems.

HEX B9 C7 DE
Decimal 185 199 222
Binary 10111001 11000111 11011110
Octal 271 307 336

Shades and tints

Shades of #B9C7DE

#B9C7DE
(185,199,222)
#A9B5CA
(169,181,202)
#99A3B6
(153,163,182)
#8991A2
(137,145,162)
#797F8E
(121,127,142)
#696D7A
(105,109,122)
#595B66
(89,91,102)
#494952
(73,73,82)
#39373E
(57,55,62)
#29252A
(41,37,42)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #B9C7DE

#B9C7DE
(185,199,222)
#BFCCE1
(191,204,225)
#C5D1E4
(197,209,228)
#CBD6E7
(203,214,231)
#D1DBEA
(209,219,234)
#D7E0ED
(215,224,237)
#DDE5F0
(221,229,240)
#E3EAF3
(227,234,243)
#E9EFF6
(233,239,246)
#EFF4F9
(239,244,249)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C7DE; }

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

This text font color is #B9C7DE.

Background Color

.myBgColor { background-color: #B9C7DE; }

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

This div background color is #B9C7DE.

Border color

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

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

This div border color is #B9C7DE.

Opacity

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

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

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

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

This text has shadow with #B9C7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C7DE.

Preview

Color preview on black background

This text has color #B9C7DE on black background.


Color preview on white background

This text has color #B9C7DE on white background.


Black color preview on #B9C7DE background

This text has black color on #B9C7DE background.


White color preview on #B9C7DE background

This text has white color on #B9C7DE background.


Related colors

Complementary color

Complementary color for #hex is #463821.


I love getcolorcode.com

Triadic colors

1 #DEB9C7 and #C7DEB9 with #B9C7DE are triadic colors.

2 #DEC7B9 and #C7B9DE with #B9C7DE are triadic colors.