COLOR #B9DEC3

HEX: #B9DEC3 RGB: (185,222,195)

Color info

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

RGB color model

#B9DEC3 color RGB value is (185,222,195).

RGB: (185,222,195) (73%, 87%, 76%)

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 195 of 255 = 76%

185
222
195

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

Portions of RGB colors in percentages

R + G + B = 185 + 222 + 195 = 602 (100%)
R 185 of 602 ~ 30.73%
G 222 of 602 ~ 36.88%
B 195 of 602 ~ 32.39'%

%30.73
%36.88
%32.39

CMYK color model

#B9DEC3 color CMYK value is (17,0,12,13).

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

CMYK: (17,0,12,13)
C17M0Y12K13 (17%, 0%, 12%, 13%)
(0.17 / 0.00 / 0.12 / 0.13)

CMYK percentages

%16.67
%0
%12.16
%12.94

Codes

Color #B9DEC3 in popluar color models

B9 DE C3
RGB 185 222 195
HSL 136° 35.92% 79.80%
HSB/HSV 136° 16.67% 87.06%
CMYK 16.67% 0.00% 12.16%
12.94%

Color #B9DEC3 in popluar number systems.

HEX B9 DE C3
Decimal 185 222 195
Binary 10111001 11011110 11000011
Octal 271 336 303

Shades and tints

Shades of #B9DEC3

#B9DEC3
(185,222,195)
#A9CAB2
(169,202,178)
#99B6A1
(153,182,161)
#89A290
(137,162,144)
#798E7F
(121,142,127)
#697A6E
(105,122,110)
#59665D
(89,102,93)
#49524C
(73,82,76)
#393E3B
(57,62,59)
#292A2A
(41,42,42)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B9DEC3

#B9DEC3
(185,222,195)
#BFE1C8
(191,225,200)
#C5E4CD
(197,228,205)
#CBE7D2
(203,231,210)
#D1EAD7
(209,234,215)
#D7EDDC
(215,237,220)
#DDF0E1
(221,240,225)
#E3F3E6
(227,243,230)
#E9F6EB
(233,246,235)
#EFF9F0
(239,249,240)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DEC3; }

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

This text font color is #B9DEC3.

Background Color

.myBgColor { background-color: #B9DEC3; }

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

This div background color is #B9DEC3.

Border color

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

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

This div border color is #B9DEC3.

Opacity

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

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

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

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

This text has shadow with #B9DEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DEC3.

Preview

Color preview on black background

This text has color #B9DEC3 on black background.


Color preview on white background

This text has color #B9DEC3 on white background.


Black color preview on #B9DEC3 background

This text has black color on #B9DEC3 background.


White color preview on #B9DEC3 background

This text has white color on #B9DEC3 background.


Related colors

Complementary color

Complementary color for #hex is #46213C.


I love getcolorcode.com

Triadic colors

1 #C3B9DE and #DEC3B9 with #B9DEC3 are triadic colors.

2 #C3DEB9 and #DEB9C3 with #B9DEC3 are triadic colors.