COLOR #B9DBB3

HEX: #B9DBB3 RGB: (185,219,179)

Color info

#B9DBB3 contains red, green and blue colors in about the same proportion. Web safe color of #B9DBB3 is #CCCC99 (or #CC9).

RGB color model

#B9DBB3 color RGB value is (185,219,179).

RGB: (185,219,179) (73%, 86%, 70%)

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 179 of 255 = 70%

185
219
179

R + G + B ~ 76%. #B9DBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 219 + 179 = 583 (100%)
R 185 of 583 ~ 31.73%
G 219 of 583 ~ 37.56%
B 179 of 583 ~ 30.7'%

%31.73
%37.56
%30.7

CMYK color model

#B9DBB3 color CMYK value is (16,0,18,14).

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

CMYK: (16,0,18,14)
C16M0Y18K14 (16%, 0%, 18%, 14%)
(0.16 / 0.00 / 0.18 / 0.14)

CMYK percentages

%15.53
%0
%18.26
%14.12

Codes

Color #B9DBB3 in popluar color models

B9 DB B3
RGB 185 219 179
HSL 111° 35.71% 78.04%
HSB/HSV 111° 18.26% 85.88%
CMYK 15.53% 0.00% 18.26%
14.12%

Color #B9DBB3 in popluar number systems.

HEX B9 DB B3
Decimal 185 219 179
Binary 10111001 11011011 10110011
Octal 271 333 263

Shades and tints

Shades of #B9DBB3

#B9DBB3
(185,219,179)
#A9C8A3
(169,200,163)
#99B593
(153,181,147)
#89A283
(137,162,131)
#798F73
(121,143,115)
#697C63
(105,124,99)
#596953
(89,105,83)
#495643
(73,86,67)
#394333
(57,67,51)
#293023
(41,48,35)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #B9DBB3

#B9DBB3
(185,219,179)
#BFDEB9
(191,222,185)
#C5E1BF
(197,225,191)
#CBE4C5
(203,228,197)
#D1E7CB
(209,231,203)
#D7EAD1
(215,234,209)
#DDEDD7
(221,237,215)
#E3F0DD
(227,240,221)
#E9F3E3
(233,243,227)
#EFF6E9
(239,246,233)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DBB3; }

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

This text font color is #B9DBB3.

Background Color

.myBgColor { background-color: #B9DBB3; }

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

This div background color is #B9DBB3.

Border color

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

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

This div border color is #B9DBB3.

Opacity

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

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

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

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

This text has shadow with #B9DBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DBB3.

Preview

Color preview on black background

This text has color #B9DBB3 on black background.


Color preview on white background

This text has color #B9DBB3 on white background.


Black color preview on #B9DBB3 background

This text has black color on #B9DBB3 background.


White color preview on #B9DBB3 background

This text has white color on #B9DBB3 background.


Related colors

Complementary color

Complementary color for #hex is #46244C.


I love getcolorcode.com

Triadic colors

1 #B3B9DB and #DBB3B9 with #B9DBB3 are triadic colors.

2 #B3DBB9 and #DBB9B3 with #B9DBB3 are triadic colors.