COLOR #C7CD84

HEX: #C7CD84 RGB: (199,205,132)

Color info

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

RGB color model

#C7CD84 color RGB value is (199,205,132).

RGB: (199,205,132) (78%, 80%, 52%)

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 132 of 255 = 52%

199
205
132

R + G + B ~ 70%. #C7CD84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 205 + 132 = 536 (100%)
R 199 of 536 ~ 37.13%
G 205 of 536 ~ 38.25%
B 132 of 536 ~ 24.63'%

%37.13
%38.25
%24.63

CMYK color model

#C7CD84 color CMYK value is (3,0,36,20).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 35.61%
  • key color value is 19.61%

CMYK: (3,0,36,20)
C3M0Y36K20 (3%, 0%, 36%, 20%)
(0.03 / 0.00 / 0.36 / 0.20)

CMYK percentages

%2.93
%0
%35.61
%19.61

Codes

Color #C7CD84 in popluar color models

C7 CD 84
RGB 199 205 132
HSL 65° 42.20% 66.08%
HSB/HSV 65° 35.61% 80.39%
CMYK 2.93% 0.00% 35.61%
19.61%

Color #C7CD84 in popluar number systems.

HEX C7 CD 84
Decimal 199 205 132
Binary 11000111 11001101 10000100
Octal 307 315 204

Shades and tints

Shades of #C7CD84

#C7CD84
(199,205,132)
#B5BB78
(181,187,120)
#A3A96C
(163,169,108)
#919760
(145,151,96)
#7F8554
(127,133,84)
#6D7348
(109,115,72)
#5B613C
(91,97,60)
#494F30
(73,79,48)
#373D24
(55,61,36)
#252B18
(37,43,24)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #C7CD84

#C7CD84
(199,205,132)
#CCD18F
(204,209,143)
#D1D59A
(209,213,154)
#D6D9A5
(214,217,165)
#DBDDB0
(219,221,176)
#E0E1BB
(224,225,187)
#E5E5C6
(229,229,198)
#EAE9D1
(234,233,209)
#EFEDDC
(239,237,220)
#F4F1E7
(244,241,231)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CD84; }

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

This text font color is #C7CD84.

Background Color

.myBgColor { background-color: #C7CD84; }

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

This div background color is #C7CD84.

Border color

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

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

This div border color is #C7CD84.

Opacity

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

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

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

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

This text has shadow with #C7CD84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CD84.

Preview

Color preview on black background

This text has color #C7CD84 on black background.


Color preview on white background

This text has color #C7CD84 on white background.


Black color preview on #C7CD84 background

This text has black color on #C7CD84 background.


White color preview on #C7CD84 background

This text has white color on #C7CD84 background.


Related colors

Complementary color

Complementary color for #hex is #38327B.


I love getcolorcode.com

Triadic colors

1 #84C7CD and #CD84C7 with #C7CD84 are triadic colors.

2 #84CDC7 and #CDC784 with #C7CD84 are triadic colors.