COLOR #B7C99A

HEX: #B7C99A
RGB: (183,201,154)

Color info

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

RGB color model

#B7C99A color RGB value is (183,201,154).

  • red value is 183;
  • green value is 201;
  • blue value is 154.
RGB:
(183,201,154)
(72%,79%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 201 of 255 = 79%
B 154 of 255 = 60%

183
201
154

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

Portions of RGB colors in percentages

R + G + B =
183 + 201 + 154 = 538 (100%)
R 183 of 538 ~ 34.01%
G 201 of 538 ~ 37.36%
B 154 of 538 ~ 28.62%

%34.01
%37.36
%28.62

CMYK color model

#B7C99A color CMYK value is (9,0,23,21).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 21.18%
CMYK:
(9,0,23,21)
C9M0Y23K21 
(9%,0%,23%,21%)
(0.09/0.00/0.23/0.21)	

CMYK percentages

%8.96
%0
%23.38
%21.18

Codes

Color #B7C99A in popluar color models

B7C99A
RGB183201154
HSL83°30.32%69.61%
HSB/HSV83°23.38%78.82%
CMYK8.96%0.00%23.38%
21.18%

Color #B7C99A in popluar number systems.

HEXB7C99A
Decimal183201154
Binary101101111100100110011010
Octal267311232

Shades and tints

Shades of #B7C99A

#B7C99A
(183,201,154)
#A7B78C
(167,183,140)
#97A57E
(151,165,126)
#879370
(135,147,112)
#778162
(119,129,98)
#676F54
(103,111,84)
#575D46
(87,93,70)
#474B38
(71,75,56)
#37392A
(55,57,42)
#27271C
(39,39,28)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #B7C99A

#B7C99A
(183,201,154)
#BDCDA3
(189,205,163)
#C3D1AC
(195,209,172)
#C9D5B5
(201,213,181)
#CFD9BE
(207,217,190)
#D5DDC7
(213,221,199)
#DBE1D0
(219,225,208)
#E1E5D9
(225,229,217)
#E7E9E2
(231,233,226)
#EDEDEB
(237,237,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C99A color. Also use rgb(183,201,154) instead hex code.

Text Font Color

.myTextColor { color: #B7C99A; }

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

This text font color is #B7C99A.


Background Color

.myBgColor { background-color: #B7C99A; }

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

This div background color is #B7C99A.


Border color

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

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

This div border color is #B7C99A.


Opacity

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

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

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

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

This text has shadow with #B7C99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C99A on black background.


Color preview on white background

This text has color #B7C99A on white background.



Black color preview on #B7C99A background

This text has black color on #B7C99A background.


White color preview on #B7C99A background

This text has white color on #B7C99A background.