COLOR #C7CD75

HEX: #C7CD75
RGB: (199,205,117)

Color info

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

RGB color model

#C7CD75 color RGB value is (199,205,117).

  • red value is 199;
  • green value is 205;
  • blue value is 117.
RGB:
(199,205,117)
(78%,80%,46%)

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 117 of 255 = 46%

199
205
117

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

Portions of RGB colors in percentages

R + G + B =
199 + 205 + 117 = 521 (100%)
R 199 of 521 ~ 38.2%
G 205 of 521 ~ 39.35%
B 117 of 521 ~ 22.46%

%38.2
%39.35
%22.46

CMYK color model

#C7CD75 color CMYK value is (3,0,43,20).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 42.93%
  • key color value is 19.61%
CMYK:
(3,0,43,20)
C3M0Y43K20 
(3%,0%,43%,20%)
(0.03/0.00/0.43/0.20)	

CMYK percentages

%2.93
%0
%42.93
%19.61

Codes

Color #C7CD75 in popluar color models

C7CD75
RGB199205117
HSL64°46.81%63.14%
HSB/HSV64°42.93%80.39%
CMYK2.93%0.00%42.93%
19.61%

Color #C7CD75 in popluar number systems.

HEXC7CD75
Decimal199205117
Binary11000111110011011110101
Octal307315165

Shades and tints

Shades of #C7CD75

#C7CD75
(199,205,117)
#B5BB6B
(181,187,107)
#A3A961
(163,169,97)
#919757
(145,151,87)
#7F854D
(127,133,77)
#6D7343
(109,115,67)
#5B6139
(91,97,57)
#494F2F
(73,79,47)
#373D25
(55,61,37)
#252B1B
(37,43,27)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #C7CD75

#C7CD75
(199,205,117)
#CCD181
(204,209,129)
#D1D58D
(209,213,141)
#D6D999
(214,217,153)
#DBDDA5
(219,221,165)
#E0E1B1
(224,225,177)
#E5E5BD
(229,229,189)
#EAE9C9
(234,233,201)
#EFEDD5
(239,237,213)
#F4F1E1
(244,241,225)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CD75 color. Also use rgb(199,205,117) instead hex code.

Text Font Color

.myTextColor { color: #C7CD75; }

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

This text font color is #C7CD75.


Background Color

.myBgColor { background-color: #C7CD75; }

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

This div background color is #C7CD75.


Border color

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

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

This div border color is #C7CD75.


Opacity

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

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

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

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

This text has shadow with #C7CD75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CD75 on black background.


Color preview on white background

This text has color #C7CD75 on white background.



Black color preview on #C7CD75 background

This text has black color on #C7CD75 background.


White color preview on #C7CD75 background

This text has white color on #C7CD75 background.