COLOR #C7AA7F

HEX: #C7AA7F RGB: (199,170,127)

Color info

#C7AA7F contains mainly red and green colors. Web safe color of #C7AA7F is #CC9966 (or #C96).

RGB color model

#C7AA7F color RGB value is (199,170,127).

RGB: (199,170,127) (78%, 67%, 50%)

RGB channels and saturation

R 199 of 255 = 78%
G 170 of 255 = 67%
B 127 of 255 = 50%

199
170
127

R + G + B ~ 65%. #C7AA7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 170 + 127 = 496 (100%)
R 199 of 496 ~ 40.12%
G 170 of 496 ~ 34.27%
B 127 of 496 ~ 25.6'%

%40.12
%34.27
%25.6

CMYK color model

#C7AA7F color CMYK value is (0,15,36,22).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 36.18%
  • key color value is 21.96%

CMYK: (0,15,36,22)
C0M15Y36K22 (0%, 15%, 36%, 22%)
(0.00 / 0.15 / 0.36 / 0.22)

CMYK percentages

%0
%14.57
%36.18
%21.96

Codes

Color #C7AA7F in popluar color models

C7 AA 7F
RGB 199 170 127
HSL 36° 39.13% 63.92%
HSB/HSV 36° 36.18% 78.04%
CMYK 0.00% 14.57% 36.18%
21.96%

Color #C7AA7F in popluar number systems.

HEX C7 AA 7F
Decimal 199 170 127
Binary 11000111 10101010 1111111
Octal 307 252 177

Shades and tints

Shades of #C7AA7F

#C7AA7F
(199,170,127)
#B59B74
(181,155,116)
#A38C69
(163,140,105)
#917D5E
(145,125,94)
#7F6E53
(127,110,83)
#6D5F48
(109,95,72)
#5B503D
(91,80,61)
#494132
(73,65,50)
#373227
(55,50,39)
#25231C
(37,35,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #C7AA7F

#C7AA7F
(199,170,127)
#CCB18A
(204,177,138)
#D1B895
(209,184,149)
#D6BFA0
(214,191,160)
#DBC6AB
(219,198,171)
#E0CDB6
(224,205,182)
#E5D4C1
(229,212,193)
#EADBCC
(234,219,204)
#EFE2D7
(239,226,215)
#F4E9E2
(244,233,226)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AA7F color. Also use rgb(199,170,127) instead hex code.

Text Font Color

.myTextColor { color: #C7AA7F; }

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

This text font color is #C7AA7F.

Background Color

.myBgColor { background-color: #C7AA7F; }

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

This div background color is #C7AA7F.

Border color

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

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

This div border color is #C7AA7F.

Opacity

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

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

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

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

This text has shadow with #C7AA7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AA7F.

Preview

Color preview on black background

This text has color #C7AA7F on black background.


Color preview on white background

This text has color #C7AA7F on white background.


Black color preview on #C7AA7F background

This text has black color on #C7AA7F background.


White color preview on #C7AA7F background

This text has white color on #C7AA7F background.


Related colors

Complementary color

Complementary color for #hex is #385580.


I love getcolorcode.com

Triadic colors

1 #7FC7AA and #AA7FC7 with #C7AA7F are triadic colors.

2 #7FAAC7 and #AAC77F with #C7AA7F are triadic colors.