COLOR #B9C699

HEX: #B9C699
RGB: (185,198,153)

Color info

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

RGB color model

#B9C699 color RGB value is (185,198,153).

  • red value is 185;
  • green value is 198;
  • blue value is 153.
RGB:
(185,198,153)
(73%,78%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 198 of 255 = 78%
B 153 of 255 = 60%

185
198
153

R + G + B ~ 70%. #B9C699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 198 + 153 = 536 (100%)
R 185 of 536 ~ 34.51%
G 198 of 536 ~ 36.94%
B 153 of 536 ~ 28.54%

%34.51
%36.94
%28.54

CMYK color model

#B9C699 color CMYK value is (7,0,23,22).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 22.35%
CMYK:
(7,0,23,22)
C7M0Y23K22 
(7%,0%,23%,22%)
(0.07/0.00/0.23/0.22)	

CMYK percentages

%6.57
%0
%22.73
%22.35

Codes

Color #B9C699 in popluar color models

B9C699
RGB185198153
HSL77°28.30%68.82%
HSB/HSV77°22.73%77.65%
CMYK6.57%0.00%22.73%
22.35%

Color #B9C699 in popluar number systems.

HEXB9C699
Decimal185198153
Binary101110011100011010011001
Octal271306231

Shades and tints

Shades of #B9C699

#B9C699
(185,198,153)
#A9B48C
(169,180,140)
#99A27F
(153,162,127)
#899072
(137,144,114)
#797E65
(121,126,101)
#696C58
(105,108,88)
#595A4B
(89,90,75)
#49483E
(73,72,62)
#393631
(57,54,49)
#292424
(41,36,36)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B9C699

#B9C699
(185,198,153)
#BFCBA2
(191,203,162)
#C5D0AB
(197,208,171)
#CBD5B4
(203,213,180)
#D1DABD
(209,218,189)
#D7DFC6
(215,223,198)
#DDE4CF
(221,228,207)
#E3E9D8
(227,233,216)
#E9EEE1
(233,238,225)
#EFF3EA
(239,243,234)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C699 color. Also use rgb(185,198,153) instead hex code.

Text Font Color

.myTextColor { color: #B9C699; }

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

This text font color is #B9C699.


Background Color

.myBgColor { background-color: #B9C699; }

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

This div background color is #B9C699.


Border color

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

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

This div border color is #B9C699.


Opacity

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

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

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

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

This text has shadow with #B9C699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C699 on black background.


Color preview on white background

This text has color #B9C699 on white background.



Black color preview on #B9C699 background

This text has black color on #B9C699 background.


White color preview on #B9C699 background

This text has white color on #B9C699 background.