COLOR #C7C7AE

HEX: #C7C7AE RGB: (199,199,174)

Color info

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

RGB color model

#C7C7AE color RGB value is (199,199,174).

RGB: (199,199,174) (78%, 78%, 68%)

RGB channels and saturation

R 199 of 255 = 78%
G 199 of 255 = 78%
B 174 of 255 = 68%

199
199
174

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

Portions of RGB colors in percentages

R + G + B = 199 + 199 + 174 = 572 (100%)
R 199 of 572 ~ 34.79%
G 199 of 572 ~ 34.79%
B 174 of 572 ~ 30.42'%

%34.79
%34.79
%30.42

CMYK color model

#C7C7AE color CMYK value is (0,0,13,22).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%

CMYK: (0,0,13,22)
C0M0Y13K22 (0%, 0%, 13%, 22%)
(0.00 / 0.00 / 0.13 / 0.22)

CMYK percentages

%0
%0
%12.56
%21.96

Codes

Color #C7C7AE in popluar color models

C7 C7 AE
RGB 199 199 174
HSL 60° 18.25% 73.14%
HSB/HSV 60° 12.56% 78.04%
CMYK 0.00% 0.00% 12.56%
21.96%

Color #C7C7AE in popluar number systems.

HEX C7 C7 AE
Decimal 199 199 174
Binary 11000111 11000111 10101110
Octal 307 307 256

Shades and tints

Shades of #C7C7AE

#C7C7AE
(199,199,174)
#B5B59F
(181,181,159)
#A3A390
(163,163,144)
#919181
(145,145,129)
#7F7F72
(127,127,114)
#6D6D63
(109,109,99)
#5B5B54
(91,91,84)
#494945
(73,73,69)
#373736
(55,55,54)
#252527
(37,37,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #C7C7AE

#C7C7AE
(199,199,174)
#CCCCB5
(204,204,181)
#D1D1BC
(209,209,188)
#D6D6C3
(214,214,195)
#DBDBCA
(219,219,202)
#E0E0D1
(224,224,209)
#E5E5D8
(229,229,216)
#EAEADF
(234,234,223)
#EFEFE6
(239,239,230)
#F4F4ED
(244,244,237)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C7AE; }

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

This text font color is #C7C7AE.

Background Color

.myBgColor { background-color: #C7C7AE; }

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

This div background color is #C7C7AE.

Border color

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

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

This div border color is #C7C7AE.

Opacity

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

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

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

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

This text has shadow with #C7C7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C7AE.

Preview

Color preview on black background

This text has color #C7C7AE on black background.


Color preview on white background

This text has color #C7C7AE on white background.


Black color preview on #C7C7AE background

This text has black color on #C7C7AE background.


White color preview on #C7C7AE background

This text has white color on #C7C7AE background.


Related colors

Complementary color

Complementary color for #hex is #383851.


I love getcolorcode.com