COLOR #C7C882

HEX: #C7C882 RGB: (199,200,130)

Color info

#C7C882 contains mainly red and green colors. Web safe color of #C7C882 is #CCCC99 (or #CC9).

RGB color model

#C7C882 color RGB value is (199,200,130).

RGB: (199,200,130) (78%, 78%, 51%)

RGB channels and saturation

R 199 of 255 = 78%
G 200 of 255 = 78%
B 130 of 255 = 51%

199
200
130

R + G + B ~ 69%. #C7C882 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 200 + 130 = 529 (100%)
R 199 of 529 ~ 37.62%
G 200 of 529 ~ 37.81%
B 130 of 529 ~ 24.57'%

%37.62
%37.81
%24.57

CMYK color model

#C7C882 color CMYK value is (0,0,35,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 21.57%
CMYK: (0,0,35,22) C0M0Y35K22 (0%,0%,35%,22%) (0.00/0.00/0.35/0.22) 

CMYK percentages

%0.5
%0
%35
%21.57

Codes

Color #C7C882 in popluar color models

C7 C8 82
RGB 199 200 130
HSL 61° 38.89% 64.71%
HSB/HSV 61° 35.00% 78.43%
CMYK 0.50% 0.00% 35.00%
21.57%

Color #C7C882 in popluar number systems.

HEX C7 C8 82
Decimal 199 200 130
Binary 11000111 11001000 10000010
Octal 307 310 202

Shades and tints

Shades of #C7C882

#C7C882
(199,200,130)
#B5B677
(181,182,119)
#A3A46C
(163,164,108)
#919261
(145,146,97)
#7F8056
(127,128,86)
#6D6E4B
(109,110,75)
#5B5C40
(91,92,64)
#494A35
(73,74,53)
#37382A
(55,56,42)
#25261F
(37,38,31)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #C7C882

#C7C882
(199,200,130)
#CCCD8D
(204,205,141)
#D1D298
(209,210,152)
#D6D7A3
(214,215,163)
#DBDCAE
(219,220,174)
#E0E1B9
(224,225,185)
#E5E6C4
(229,230,196)
#EAEBCF
(234,235,207)
#EFF0DA
(239,240,218)
#F4F5E5
(244,245,229)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C882; }

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

This text font color is #C7C882.

Background Color

.myBgColor { background-color: #C7C882; }

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

This div background color is #C7C882.

Border color

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

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

This div border color is #C7C882.

Opacity

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

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

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

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

This text has shadow with #C7C882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C882.

Preview

Color preview on black background

This text has color #C7C882 on black background.


Color preview on white background

This text has color #C7C882 on white background.


Black color preview on #C7C882 background

This text has black color on #C7C882 background.


White color preview on #C7C882 background

This text has white color on #C7C882 background.


Related colors

Complementary color

Complementary color for #hex is #38377D.


I love getcolorcode.com

Triadic colors

1 #82C7C8 and #C882C7 with #C7C882 are triadic colors.

2 #82C8C7 and #C8C782 with #C7C882 are triadic colors.