COLOR #C7BE76

HEX: #C7BE76
RGB: (199,190,118)

Color info

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

RGB color model

#C7BE76 color RGB value is (199,190,118).

  • red value is 199;
  • green value is 190;
  • blue value is 118.
RGB:
(199,190,118)
(78%,75%,46%)

RGB channels and saturation

R 199 of 255 = 78%
G 190 of 255 = 75%
B 118 of 255 = 46%

199
190
118

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

Portions of RGB colors in percentages

R + G + B =
199 + 190 + 118 = 507 (100%)
R 199 of 507 ~ 39.25%
G 190 of 507 ~ 37.48%
B 118 of 507 ~ 23.27%

%39.25
%37.48
%23.27

CMYK color model

#C7BE76 color CMYK value is (0,5,41,22).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 40.70%
  • key color value is 21.96%
CMYK:
(0,5,41,22)
C0M5Y41K22 
(0%,5%,41%,22%)
(0.00/0.05/0.41/0.22)	

CMYK percentages

%0
%4.52
%40.7
%21.96

Codes

Color #C7BE76 in popluar color models

C7BE76
RGB199190118
HSL53°41.97%62.16%
HSB/HSV53°40.70%78.04%
CMYK0.00%4.52%40.70%
21.96%

Color #C7BE76 in popluar number systems.

HEXC7BE76
Decimal199190118
Binary11000111101111101110110
Octal307276166

Shades and tints

Shades of #C7BE76

#C7BE76
(199,190,118)
#B5AD6C
(181,173,108)
#A39C62
(163,156,98)
#918B58
(145,139,88)
#7F7A4E
(127,122,78)
#6D6944
(109,105,68)
#5B583A
(91,88,58)
#494730
(73,71,48)
#373626
(55,54,38)
#25251C
(37,37,28)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #C7BE76

#C7BE76
(199,190,118)
#CCC382
(204,195,130)
#D1C88E
(209,200,142)
#D6CD9A
(214,205,154)
#DBD2A6
(219,210,166)
#E0D7B2
(224,215,178)
#E5DCBE
(229,220,190)
#EAE1CA
(234,225,202)
#EFE6D6
(239,230,214)
#F4EBE2
(244,235,226)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BE76 color. Also use rgb(199,190,118) instead hex code.

Text Font Color

.myTextColor { color: #C7BE76; }

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

This text font color is #C7BE76.


Background Color

.myBgColor { background-color: #C7BE76; }

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

This div background color is #C7BE76.


Border color

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

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

This div border color is #C7BE76.


Opacity

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

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

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

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

This text has shadow with #C7BE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BE76 on black background.


Color preview on white background

This text has color #C7BE76 on white background.



Black color preview on #C7BE76 background

This text has black color on #C7BE76 background.


White color preview on #C7BE76 background

This text has white color on #C7BE76 background.