COLOR #B9CE96

HEX: #B9CE96 RGB: (185,206,150)

Color info

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

RGB color model

#B9CE96 color RGB value is (185,206,150).

RGB: (185,206,150) (73%, 81%, 59%)

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 150 of 255 = 59%

185
206
150

R + G + B ~ 71%. #B9CE96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 206 + 150 = 541 (100%)
R 185 of 541 ~ 34.2%
G 206 of 541 ~ 38.08%
B 150 of 541 ~ 27.73'%

%34.2
%38.08
%27.73

CMYK color model

#B9CE96 color CMYK value is (10,0,27,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 19.22%

CMYK: (10,0,27,19)
C10M0Y27K19 (10%, 0%, 27%, 19%)
(0.10 / 0.00 / 0.27 / 0.19)

CMYK percentages

%10.19
%0
%27.18
%19.22

Codes

Color #B9CE96 in popluar color models

B9 CE 96
RGB 185 206 150
HSL 83° 36.36% 69.80%
HSB/HSV 83° 27.18% 80.78%
CMYK 10.19% 0.00% 27.18%
19.22%

Color #B9CE96 in popluar number systems.

HEX B9 CE 96
Decimal 185 206 150
Binary 10111001 11001110 10010110
Octal 271 316 226

Shades and tints

Shades of #B9CE96

#B9CE96
(185,206,150)
#A9BC89
(169,188,137)
#99AA7C
(153,170,124)
#89986F
(137,152,111)
#798662
(121,134,98)
#697455
(105,116,85)
#596248
(89,98,72)
#49503B
(73,80,59)
#393E2E
(57,62,46)
#292C21
(41,44,33)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #B9CE96

#B9CE96
(185,206,150)
#BFD29F
(191,210,159)
#C5D6A8
(197,214,168)
#CBDAB1
(203,218,177)
#D1DEBA
(209,222,186)
#D7E2C3
(215,226,195)
#DDE6CC
(221,230,204)
#E3EAD5
(227,234,213)
#E9EEDE
(233,238,222)
#EFF2E7
(239,242,231)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CE96 color. Also use rgb(185,206,150) instead hex code.

Text Font Color

.myTextColor { color: #B9CE96; }

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

This text font color is #B9CE96.

Background Color

.myBgColor { background-color: #B9CE96; }

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

This div background color is #B9CE96.

Border color

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

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

This div border color is #B9CE96.

Opacity

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

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

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

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

This text has shadow with #B9CE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CE96.

Preview

Color preview on black background

This text has color #B9CE96 on black background.


Color preview on white background

This text has color #B9CE96 on white background.


Black color preview on #B9CE96 background

This text has black color on #B9CE96 background.


White color preview on #B9CE96 background

This text has white color on #B9CE96 background.


Related colors

Complementary color

Complementary color for #hex is #463169.


I love getcolorcode.com

Triadic colors

1 #96B9CE and #CE96B9 with #B9CE96 are triadic colors.

2 #96CEB9 and #CEB996 with #B9CE96 are triadic colors.