COLOR #B9DEC7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

185
222
199

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

Portions of RGB colors in percentages

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

%30.53
%36.63
%32.84

CMYK color model

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

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

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

CMYK percentages

%16.67
%0
%10.36
%12.94

Codes

Color #B9DEC7 in popluar color models

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

Color #B9DEC7 in popluar number systems.

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

Shades and tints

Shades of #B9DEC7

#B9DEC7
(185,222,199)
#A9CAB5
(169,202,181)
#99B6A3
(153,182,163)
#89A291
(137,162,145)
#798E7F
(121,142,127)
#697A6D
(105,122,109)
#59665B
(89,102,91)
#495249
(73,82,73)
#393E37
(57,62,55)
#292A25
(41,42,37)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9DEC7

#B9DEC7
(185,222,199)
#BFE1CC
(191,225,204)
#C5E4D1
(197,228,209)
#CBE7D6
(203,231,214)
#D1EADB
(209,234,219)
#D7EDE0
(215,237,224)
#DDF0E5
(221,240,229)
#E3F3EA
(227,243,234)
#E9F6EF
(233,246,239)
#EFF9F4
(239,249,244)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DEC7; }

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

This text font color is #B9DEC7.

Background Color

.myBgColor { background-color: #B9DEC7; }

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

This div background color is #B9DEC7.

Border color

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

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

This div border color is #B9DEC7.

Opacity

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

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

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

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

This text has shadow with #B9DEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DEC7.

Preview

Color preview on black background

This text has color #B9DEC7 on black background.


Color preview on white background

This text has color #B9DEC7 on white background.


Black color preview on #B9DEC7 background

This text has black color on #B9DEC7 background.


White color preview on #B9DEC7 background

This text has white color on #B9DEC7 background.


Related colors

Complementary color

Complementary color for #hex is #462138.


I love getcolorcode.com

Triadic colors

1 #C7B9DE and #DEC7B9 with #B9DEC7 are triadic colors.

2 #C7DEB9 and #DEB9C7 with #B9DEC7 are triadic colors.