COLOR #C7CC7C

HEX: #C7CC7C RGB: (199,204,124)

Color info

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

RGB color model

#C7CC7C color RGB value is (199,204,124).

RGB: (199,204,124) (78%, 80%, 49%)

RGB channels and saturation

R 199 of 255 = 78%
G 204 of 255 = 80%
B 124 of 255 = 49%

199
204
124

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

Portions of RGB colors in percentages

R + G + B = 199 + 204 + 124 = 527 (100%)
R 199 of 527 ~ 37.76%
G 204 of 527 ~ 38.71%
B 124 of 527 ~ 23.53'%

%37.76
%38.71
%23.53

CMYK color model

#C7CC7C color CMYK value is (2,0,39,20).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 20.00%

CMYK: (2,0,39,20)
C2M0Y39K20 (2%, 0%, 39%, 20%)
(0.02 / 0.00 / 0.39 / 0.20)

CMYK percentages

%2.45
%0
%39.22
%20

Codes

Color #C7CC7C in popluar color models

C7 CC 7C
RGB 199 204 124
HSL 64° 43.96% 64.31%
HSB/HSV 64° 39.22% 80.00%
CMYK 2.45% 0.00% 39.22%
20.00%

Color #C7CC7C in popluar number systems.

HEX C7 CC 7C
Decimal 199 204 124
Binary 11000111 11001100 1111100
Octal 307 314 174

Shades and tints

Shades of #C7CC7C

#C7CC7C
(199,204,124)
#B5BA71
(181,186,113)
#A3A866
(163,168,102)
#91965B
(145,150,91)
#7F8450
(127,132,80)
#6D7245
(109,114,69)
#5B603A
(91,96,58)
#494E2F
(73,78,47)
#373C24
(55,60,36)
#252A19
(37,42,25)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #C7CC7C

#C7CC7C
(199,204,124)
#CCD087
(204,208,135)
#D1D492
(209,212,146)
#D6D89D
(214,216,157)
#DBDCA8
(219,220,168)
#E0E0B3
(224,224,179)
#E5E4BE
(229,228,190)
#EAE8C9
(234,232,201)
#EFECD4
(239,236,212)
#F4F0DF
(244,240,223)
#F9F4EA
(249,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CC7C color. Also use rgb(199,204,124) instead hex code.

Text Font Color

.myTextColor { color: #C7CC7C; }

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

This text font color is #C7CC7C.

Background Color

.myBgColor { background-color: #C7CC7C; }

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

This div background color is #C7CC7C.

Border color

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

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

This div border color is #C7CC7C.

Opacity

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

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

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

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

This text has shadow with #C7CC7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CC7C.

Preview

Color preview on black background

This text has color #C7CC7C on black background.


Color preview on white background

This text has color #C7CC7C on white background.


Black color preview on #C7CC7C background

This text has black color on #C7CC7C background.


White color preview on #C7CC7C background

This text has white color on #C7CC7C background.


Related colors

Complementary color

Complementary color for #hex is #383383.


I love getcolorcode.com

Triadic colors

1 #7CC7CC and #CC7CC7 with #C7CC7C are triadic colors.

2 #7CCCC7 and #CCC77C with #C7CC7C are triadic colors.