COLOR #B9D09C

HEX: #B9D09C RGB: (185,208,156)

Color info

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

RGB color model

#B9D09C color RGB value is (185,208,156).

RGB: (185,208,156) (73%, 82%, 61%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 156 of 255 = 61%

185
208
156

R + G + B ~ 72%. #B9D09C is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 208 + 156 = 549 (100%)
R 185 of 549 ~ 33.7%
G 208 of 549 ~ 37.89%
B 156 of 549 ~ 28.42'%

%33.7
%37.89
%28.42

CMYK color model

#B9D09C color CMYK value is (11,0,25,18).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 18.43%

CMYK: (11,0,25,18)
C11M0Y25K18 (11%, 0%, 25%, 18%)
(0.11 / 0.00 / 0.25 / 0.18)

CMYK percentages

%11.06
%0
%25
%18.43

Codes

Color #B9D09C in popluar color models

B9 D0 9C
RGB 185 208 156
HSL 87° 35.62% 71.37%
HSB/HSV 87° 25.00% 81.57%
CMYK 11.06% 0.00% 25.00%
18.43%

Color #B9D09C in popluar number systems.

HEX B9 D0 9C
Decimal 185 208 156
Binary 10111001 11010000 10011100
Octal 271 320 234

Shades and tints

Shades of #B9D09C

#B9D09C
(185,208,156)
#A9BE8E
(169,190,142)
#99AC80
(153,172,128)
#899A72
(137,154,114)
#798864
(121,136,100)
#697656
(105,118,86)
#596448
(89,100,72)
#49523A
(73,82,58)
#39402C
(57,64,44)
#292E1E
(41,46,30)
#191C10
(25,28,16)
#000000
(0,0,0)

Tints of #B9D09C

#B9D09C
(185,208,156)
#BFD4A5
(191,212,165)
#C5D8AE
(197,216,174)
#CBDCB7
(203,220,183)
#D1E0C0
(209,224,192)
#D7E4C9
(215,228,201)
#DDE8D2
(221,232,210)
#E3ECDB
(227,236,219)
#E9F0E4
(233,240,228)
#EFF4ED
(239,244,237)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D09C color. Also use rgb(185,208,156) instead hex code.

Text Font Color

.myTextColor { color: #B9D09C; }

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

This text font color is #B9D09C.

Background Color

.myBgColor { background-color: #B9D09C; }

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

This div background color is #B9D09C.

Border color

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

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

This div border color is #B9D09C.

Opacity

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

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

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

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

This text has shadow with #B9D09C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D09C.

Preview

Color preview on black background

This text has color #B9D09C on black background.


Color preview on white background

This text has color #B9D09C on white background.


Black color preview on #B9D09C background

This text has black color on #B9D09C background.


White color preview on #B9D09C background

This text has white color on #B9D09C background.


Related colors

Complementary color

Complementary color for #hex is #462F63.


I love getcolorcode.com

Triadic colors

1 #9CB9D0 and #D09CB9 with #B9D09C are triadic colors.

2 #9CD0B9 and #D0B99C with #B9D09C are triadic colors.