COLOR #C7C878

HEX: #C7C878
RGB: (199,200,120)

Color info

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

RGB color model

#C7C878 color RGB value is (199,200,120).

  • red value is 199;
  • green value is 200;
  • blue value is 120.
RGB:
(199,200,120)
(78%,78%,47%)

RGB channels and saturation

R 199 of 255 = 78%
G 200 of 255 = 78%
B 120 of 255 = 47%

199
200
120

R + G + B ~ 68%. #C7C878 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 200 + 120 = 519 (100%)
R 199 of 519 ~ 38.34%
G 200 of 519 ~ 38.54%
B 120 of 519 ~ 23.12%

%38.34
%38.54
%23.12

CMYK color model

#C7C878 color CMYK value is (0,0,40,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 21.57%
CMYK:
(0,0,40,22)
C0M0Y40K22 
(0%,0%,40%,22%)
(0.00/0.00/0.40/0.22)	

CMYK percentages

%0.5
%0
%40
%21.57

Codes

Color #C7C878 in popluar color models

C7C878
RGB199200120
HSL61°42.11%62.75%
HSB/HSV61°40.00%78.43%
CMYK0.50%0.00%40.00%
21.57%

Color #C7C878 in popluar number systems.

HEXC7C878
Decimal199200120
Binary11000111110010001111000
Octal307310170

Shades and tints

Shades of #C7C878

#C7C878
(199,200,120)
#B5B66E
(181,182,110)
#A3A464
(163,164,100)
#91925A
(145,146,90)
#7F8050
(127,128,80)
#6D6E46
(109,110,70)
#5B5C3C
(91,92,60)
#494A32
(73,74,50)
#373828
(55,56,40)
#25261E
(37,38,30)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #C7C878

#C7C878
(199,200,120)
#CCCD84
(204,205,132)
#D1D290
(209,210,144)
#D6D79C
(214,215,156)
#DBDCA8
(219,220,168)
#E0E1B4
(224,225,180)
#E5E6C0
(229,230,192)
#EAEBCC
(234,235,204)
#EFF0D8
(239,240,216)
#F4F5E4
(244,245,228)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C878 color. Also use rgb(199,200,120) instead hex code.

Text Font Color

.myTextColor { color: #C7C878; }

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

This text font color is #C7C878.


Background Color

.myBgColor { background-color: #C7C878; }

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

This div background color is #C7C878.


Border color

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

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

This div border color is #C7C878.


Opacity

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

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

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

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

This text has shadow with #C7C878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C878 on black background.


Color preview on white background

This text has color #C7C878 on white background.



Black color preview on #C7C878 background

This text has black color on #C7C878 background.


White color preview on #C7C878 background

This text has white color on #C7C878 background.