COLOR #C7D7A4

HEX: #C7D7A4 RGB: (199,215,164)

Color info

#C7D7A4 contains red, green and blue colors in about the same proportion. Web safe color of #C7D7A4 is #CCCC99 (or #CC9).

RGB color model

#C7D7A4 color RGB value is (199,215,164).

RGB: (199,215,164) (78%, 84%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 215 of 255 = 84%
B 164 of 255 = 64%

199
215
164

R + G + B ~ 75%. #C7D7A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 215 + 164 = 578 (100%)
R 199 of 578 ~ 34.43%
G 215 of 578 ~ 37.2%
B 164 of 578 ~ 28.37'%

%34.43
%37.2
%28.37

CMYK color model

#C7D7A4 color CMYK value is (7,0,24,16).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 23.72%
  • key color value is 15.69%

CMYK: (7,0,24,16)
C7M0Y24K16 (7%, 0%, 24%, 16%)
(0.07 / 0.00 / 0.24 / 0.16)

CMYK percentages

%7.44
%0
%23.72
%15.69

Codes

Color #C7D7A4 in popluar color models

C7 D7 A4
RGB 199 215 164
HSL 79° 38.93% 74.31%
HSB/HSV 79° 23.72% 84.31%
CMYK 7.44% 0.00% 23.72%
15.69%

Color #C7D7A4 in popluar number systems.

HEX C7 D7 A4
Decimal 199 215 164
Binary 11000111 11010111 10100100
Octal 307 327 244

Shades and tints

Shades of #C7D7A4

#C7D7A4
(199,215,164)
#B5C496
(181,196,150)
#A3B188
(163,177,136)
#919E7A
(145,158,122)
#7F8B6C
(127,139,108)
#6D785E
(109,120,94)
#5B6550
(91,101,80)
#495242
(73,82,66)
#373F34
(55,63,52)
#252C26
(37,44,38)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #C7D7A4

#C7D7A4
(199,215,164)
#CCDAAC
(204,218,172)
#D1DDB4
(209,221,180)
#D6E0BC
(214,224,188)
#DBE3C4
(219,227,196)
#E0E6CC
(224,230,204)
#E5E9D4
(229,233,212)
#EAECDC
(234,236,220)
#EFEFE4
(239,239,228)
#F4F2EC
(244,242,236)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D7A4 color. Also use rgb(199,215,164) instead hex code.

Text Font Color

.myTextColor { color: #C7D7A4; }

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

This text font color is #C7D7A4.

Background Color

.myBgColor { background-color: #C7D7A4; }

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

This div background color is #C7D7A4.

Border color

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

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

This div border color is #C7D7A4.

Opacity

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

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

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

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

This text has shadow with #C7D7A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D7A4.

Preview

Color preview on black background

This text has color #C7D7A4 on black background.


Color preview on white background

This text has color #C7D7A4 on white background.


Black color preview on #C7D7A4 background

This text has black color on #C7D7A4 background.


White color preview on #C7D7A4 background

This text has white color on #C7D7A4 background.


Related colors

Complementary color

Complementary color for #hex is #38285B.


I love getcolorcode.com

Triadic colors

1 #A4C7D7 and #D7A4C7 with #C7D7A4 are triadic colors.

2 #A4D7C7 and #D7C7A4 with #C7D7A4 are triadic colors.