COLOR #B7C994

HEX: #B7C994
RGB: (183,201,148)

Color info

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

RGB color model

#B7C994 color RGB value is (183,201,148).

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

RGB channels and saturation

R 183 of 255 = 72%
G 201 of 255 = 79%
B 148 of 255 = 58%

183
201
148

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

Portions of RGB colors in percentages

R + G + B =
183 + 201 + 148 = 532 (100%)
R 183 of 532 ~ 34.4%
G 201 of 532 ~ 37.78%
B 148 of 532 ~ 27.82%

%34.4
%37.78
%27.82

CMYK color model

#B7C994 color CMYK value is (9,0,26,21).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 21.18%
CMYK:
(9,0,26,21)
C9M0Y26K21 
(9%,0%,26%,21%)
(0.09/0.00/0.26/0.21)	

CMYK percentages

%8.96
%0
%26.37
%21.18

Codes

Color #B7C994 in popluar color models

B7C994
RGB183201148
HSL80°32.92%68.43%
HSB/HSV80°26.37%78.82%
CMYK8.96%0.00%26.37%
21.18%

Color #B7C994 in popluar number systems.

HEXB7C994
Decimal183201148
Binary101101111100100110010100
Octal267311224

Shades and tints

Shades of #B7C994

#B7C994
(183,201,148)
#A7B787
(167,183,135)
#97A57A
(151,165,122)
#87936D
(135,147,109)
#778160
(119,129,96)
#676F53
(103,111,83)
#575D46
(87,93,70)
#474B39
(71,75,57)
#37392C
(55,57,44)
#27271F
(39,39,31)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #B7C994

#B7C994
(183,201,148)
#BDCD9D
(189,205,157)
#C3D1A6
(195,209,166)
#C9D5AF
(201,213,175)
#CFD9B8
(207,217,184)
#D5DDC1
(213,221,193)
#DBE1CA
(219,225,202)
#E1E5D3
(225,229,211)
#E7E9DC
(231,233,220)
#EDEDE5
(237,237,229)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C994; }

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

This text font color is #B7C994.


Background Color

.myBgColor { background-color: #B7C994; }

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

This div background color is #B7C994.


Border color

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

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

This div border color is #B7C994.


Opacity

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

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

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

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

This text has shadow with #B7C994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C994 on black background.


Color preview on white background

This text has color #B7C994 on white background.



Black color preview on #B7C994 background

This text has black color on #B7C994 background.


White color preview on #B7C994 background

This text has white color on #B7C994 background.