COLOR #B7C976

HEX: #B7C976 RGB: (183,201,118)

Color info

#B7C976 contains mainly red and green colors. Web safe color of #B7C976 is #CCCC66 (or #CC6).

RGB color model

#B7C976 color RGB value is (183,201,118).

RGB: (183,201,118) (72%, 79%, 46%)

RGB channels and saturation

R 183 of 255 = 72%
G 201 of 255 = 79%
B 118 of 255 = 46%

183
201
118

R + G + B ~ 66%. #B7C976 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 201 + 118 = 502 (100%)
R 183 of 502 ~ 36.45%
G 201 of 502 ~ 40.04%
B 118 of 502 ~ 23.51'%

%36.45
%40.04
%23.51

CMYK color model

#B7C976 color CMYK value is (9,0,41,21).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 21.18%

CMYK: (9,0,41,21)
C9M0Y41K21 (9%, 0%, 41%, 21%)
(0.09 / 0.00 / 0.41 / 0.21)

CMYK percentages

%8.96
%0
%41.29
%21.18

Codes

Color #B7C976 in popluar color models

B7 C9 76
RGB 183 201 118
HSL 73° 43.46% 62.55%
HSB/HSV 73° 41.29% 78.82%
CMYK 8.96% 0.00% 41.29%
21.18%

Color #B7C976 in popluar number systems.

HEX B7 C9 76
Decimal 183 201 118
Binary 10110111 11001001 1110110
Octal 267 311 166

Shades and tints

Shades of #B7C976

#B7C976
(183,201,118)
#A7B76C
(167,183,108)
#97A562
(151,165,98)
#879358
(135,147,88)
#77814E
(119,129,78)
#676F44
(103,111,68)
#575D3A
(87,93,58)
#474B30
(71,75,48)
#373926
(55,57,38)
#27271C
(39,39,28)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #B7C976

#B7C976
(183,201,118)
#BDCD82
(189,205,130)
#C3D18E
(195,209,142)
#C9D59A
(201,213,154)
#CFD9A6
(207,217,166)
#D5DDB2
(213,221,178)
#DBE1BE
(219,225,190)
#E1E5CA
(225,229,202)
#E7E9D6
(231,233,214)
#EDEDE2
(237,237,226)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C976; }

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

This text font color is #B7C976.

Background Color

.myBgColor { background-color: #B7C976; }

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

This div background color is #B7C976.

Border color

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

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

This div border color is #B7C976.

Opacity

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

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

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

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

This text has shadow with #B7C976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C976.

Preview

Color preview on black background

This text has color #B7C976 on black background.


Color preview on white background

This text has color #B7C976 on white background.


Black color preview on #B7C976 background

This text has black color on #B7C976 background.


White color preview on #B7C976 background

This text has white color on #B7C976 background.


Related colors

Complementary color

Complementary color for #hex is #483689.


I love getcolorcode.com

Triadic colors

1 #76B7C9 and #C976B7 with #B7C976 are triadic colors.

2 #76C9B7 and #C9B776 with #B7C976 are triadic colors.