COLOR #B9CE9A

HEX: #B9CE9A RGB: (185,206,154)

Color info

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

RGB color model

#B9CE9A color RGB value is (185,206,154).

RGB: (185,206,154) (73%, 81%, 60%)

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 154 of 255 = 60%

185
206
154

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

Portions of RGB colors in percentages

R + G + B = 185 + 206 + 154 = 545 (100%)
R 185 of 545 ~ 33.94%
G 206 of 545 ~ 37.8%
B 154 of 545 ~ 28.26'%

%33.94
%37.8
%28.26

CMYK color model

#B9CE9A color CMYK value is (10,0,25,19).

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

CMYK: (10,0,25,19)
C10M0Y25K19 (10%, 0%, 25%, 19%)
(0.10 / 0.00 / 0.25 / 0.19)

CMYK percentages

%10.19
%0
%25.24
%19.22

Codes

Color #B9CE9A in popluar color models

B9 CE 9A
RGB 185 206 154
HSL 84° 34.67% 70.59%
HSB/HSV 84° 25.24% 80.78%
CMYK 10.19% 0.00% 25.24%
19.22%

Color #B9CE9A in popluar number systems.

HEX B9 CE 9A
Decimal 185 206 154
Binary 10111001 11001110 10011010
Octal 271 316 232

Shades and tints

Shades of #B9CE9A

#B9CE9A
(185,206,154)
#A9BC8C
(169,188,140)
#99AA7E
(153,170,126)
#899870
(137,152,112)
#798662
(121,134,98)
#697454
(105,116,84)
#596246
(89,98,70)
#495038
(73,80,56)
#393E2A
(57,62,42)
#292C1C
(41,44,28)
#191A0E
(25,26,14)
#000000
(0,0,0)

Tints of #B9CE9A

#B9CE9A
(185,206,154)
#BFD2A3
(191,210,163)
#C5D6AC
(197,214,172)
#CBDAB5
(203,218,181)
#D1DEBE
(209,222,190)
#D7E2C7
(215,226,199)
#DDE6D0
(221,230,208)
#E3EAD9
(227,234,217)
#E9EEE2
(233,238,226)
#EFF2EB
(239,242,235)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CE9A; }

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

This text font color is #B9CE9A.

Background Color

.myBgColor { background-color: #B9CE9A; }

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

This div background color is #B9CE9A.

Border color

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

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

This div border color is #B9CE9A.

Opacity

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

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

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

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

This text has shadow with #B9CE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CE9A.

Preview

Color preview on black background

This text has color #B9CE9A on black background.


Color preview on white background

This text has color #B9CE9A on white background.


Black color preview on #B9CE9A background

This text has black color on #B9CE9A background.


White color preview on #B9CE9A background

This text has white color on #B9CE9A background.


Related colors

Complementary color

Complementary color for #hex is #463165.


I love getcolorcode.com

Triadic colors

1 #9AB9CE and #CE9AB9 with #B9CE9A are triadic colors.

2 #9ACEB9 and #CEB99A with #B9CE9A are triadic colors.