COLOR #B9D09E

HEX: #B9D09E RGB: (185,208,158)

Color info

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

RGB color model

#B9D09E color RGB value is (185,208,158).

RGB: (185,208,158) (73%, 82%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 158 of 255 = 62%

185
208
158

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

Portions of RGB colors in percentages

R + G + B = 185 + 208 + 158 = 551 (100%)
R 185 of 551 ~ 33.58%
G 208 of 551 ~ 37.75%
B 158 of 551 ~ 28.68'%

%33.58
%37.75
%28.68

CMYK color model

#B9D09E color CMYK value is (11,0,24,18).

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

CMYK: (11,0,24,18)
C11M0Y24K18 (11%, 0%, 24%, 18%)
(0.11 / 0.00 / 0.24 / 0.18)

CMYK percentages

%11.06
%0
%24.04
%18.43

Codes

Color #B9D09E in popluar color models

B9 D0 9E
RGB 185 208 158
HSL 88° 34.72% 71.76%
HSB/HSV 88° 24.04% 81.57%
CMYK 11.06% 0.00% 24.04%
18.43%

Color #B9D09E in popluar number systems.

HEX B9 D0 9E
Decimal 185 208 158
Binary 10111001 11010000 10011110
Octal 271 320 236

Shades and tints

Shades of #B9D09E

#B9D09E
(185,208,158)
#A9BE90
(169,190,144)
#99AC82
(153,172,130)
#899A74
(137,154,116)
#798866
(121,136,102)
#697658
(105,118,88)
#59644A
(89,100,74)
#49523C
(73,82,60)
#39402E
(57,64,46)
#292E20
(41,46,32)
#191C12
(25,28,18)
#000000
(0,0,0)

Tints of #B9D09E

#B9D09E
(185,208,158)
#BFD4A6
(191,212,166)
#C5D8AE
(197,216,174)
#CBDCB6
(203,220,182)
#D1E0BE
(209,224,190)
#D7E4C6
(215,228,198)
#DDE8CE
(221,232,206)
#E3ECD6
(227,236,214)
#E9F0DE
(233,240,222)
#EFF4E6
(239,244,230)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D09E; }

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

This text font color is #B9D09E.

Background Color

.myBgColor { background-color: #B9D09E; }

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

This div background color is #B9D09E.

Border color

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

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

This div border color is #B9D09E.

Opacity

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

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

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

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

This text has shadow with #B9D09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D09E.

Preview

Color preview on black background

This text has color #B9D09E on black background.


Color preview on white background

This text has color #B9D09E on white background.


Black color preview on #B9D09E background

This text has black color on #B9D09E background.


White color preview on #B9D09E background

This text has white color on #B9D09E background.


Related colors

Complementary color

Complementary color for #hex is #462F61.


I love getcolorcode.com

Triadic colors

1 #9EB9D0 and #D09EB9 with #B9D09E are triadic colors.

2 #9ED0B9 and #D0B99E with #B9D09E are triadic colors.