COLOR #B9DBC9

HEX: #B9DBC9 RGB: (185,219,201)

Color info

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

RGB color model

#B9DBC9 color RGB value is (185,219,201).

RGB: (185,219,201) (73%, 86%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 201 of 255 = 79%

185
219
201

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

Portions of RGB colors in percentages

R + G + B = 185 + 219 + 201 = 605 (100%)
R 185 of 605 ~ 30.58%
G 219 of 605 ~ 36.2%
B 201 of 605 ~ 33.22'%

%30.58
%36.2
%33.22

CMYK color model

#B9DBC9 color CMYK value is (16,0,8,14).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 8.22%
  • key color value is 14.12%

CMYK: (16,0,8,14)
C16M0Y8K14 (16%, 0%, 8%, 14%)
(0.16 / 0.00 / 0.08 / 0.14)

CMYK percentages

%15.53
%0
%8.22
%14.12

Codes

Color #B9DBC9 in popluar color models

B9 DB C9
RGB 185 219 201
HSL 148° 32.08% 79.22%
HSB/HSV 148° 15.53% 85.88%
CMYK 15.53% 0.00% 8.22%
14.12%

Color #B9DBC9 in popluar number systems.

HEX B9 DB C9
Decimal 185 219 201
Binary 10111001 11011011 11001001
Octal 271 333 311

Shades and tints

Shades of #B9DBC9

#B9DBC9
(185,219,201)
#A9C8B7
(169,200,183)
#99B5A5
(153,181,165)
#89A293
(137,162,147)
#798F81
(121,143,129)
#697C6F
(105,124,111)
#59695D
(89,105,93)
#49564B
(73,86,75)
#394339
(57,67,57)
#293027
(41,48,39)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #B9DBC9

#B9DBC9
(185,219,201)
#BFDECD
(191,222,205)
#C5E1D1
(197,225,209)
#CBE4D5
(203,228,213)
#D1E7D9
(209,231,217)
#D7EADD
(215,234,221)
#DDEDE1
(221,237,225)
#E3F0E5
(227,240,229)
#E9F3E9
(233,243,233)
#EFF6ED
(239,246,237)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DBC9 color. Also use rgb(185,219,201) instead hex code.

Text Font Color

.myTextColor { color: #B9DBC9; }

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

This text font color is #B9DBC9.

Background Color

.myBgColor { background-color: #B9DBC9; }

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

This div background color is #B9DBC9.

Border color

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

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

This div border color is #B9DBC9.

Opacity

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

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

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

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

This text has shadow with #B9DBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DBC9.

Preview

Color preview on black background

This text has color #B9DBC9 on black background.


Color preview on white background

This text has color #B9DBC9 on white background.


Black color preview on #B9DBC9 background

This text has black color on #B9DBC9 background.


White color preview on #B9DBC9 background

This text has white color on #B9DBC9 background.


Related colors

Complementary color

Complementary color for #hex is #462436.


I love getcolorcode.com

Triadic colors

1 #C9B9DB and #DBC9B9 with #B9DBC9 are triadic colors.

2 #C9DBB9 and #DBB9C9 with #B9DBC9 are triadic colors.