COLOR #C7C9AE

HEX: #C7C9AE
RGB: (199,201,174)

Color info

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

RGB color model

#C7C9AE color RGB value is (199,201,174).

  • red value is 199;
  • green value is 201;
  • blue value is 174.
RGB:
(199,201,174)
(78%,79%,68%)

RGB channels and saturation

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

199
201
174

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

Portions of RGB colors in percentages

R + G + B =
199 + 201 + 174 = 574 (100%)
R 199 of 574 ~ 34.67%
G 201 of 574 ~ 35.02%
B 174 of 574 ~ 30.31%

%34.67
%35.02
%30.31

CMYK color model

#C7C9AE color CMYK value is (1,0,13,21).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(1,0,13,21)
C1M0Y13K21 
(1%,0%,13%,21%)
(0.01/0.00/0.13/0.21)	

CMYK percentages

%1
%0
%13.43
%21.18

Codes

Color #C7C9AE in popluar color models

C7C9AE
RGB199201174
HSL64°20.00%73.53%
HSB/HSV64°13.43%78.82%
CMYK1.00%0.00%13.43%
21.18%

Color #C7C9AE in popluar number systems.

HEXC7C9AE
Decimal199201174
Binary110001111100100110101110
Octal307311256

Shades and tints

Shades of #C7C9AE

#C7C9AE
(199,201,174)
#B5B79F
(181,183,159)
#A3A590
(163,165,144)
#919381
(145,147,129)
#7F8172
(127,129,114)
#6D6F63
(109,111,99)
#5B5D54
(91,93,84)
#494B45
(73,75,69)
#373936
(55,57,54)
#252727
(37,39,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #C7C9AE

#C7C9AE
(199,201,174)
#CCCDB5
(204,205,181)
#D1D1BC
(209,209,188)
#D6D5C3
(214,213,195)
#DBD9CA
(219,217,202)
#E0DDD1
(224,221,209)
#E5E1D8
(229,225,216)
#EAE5DF
(234,229,223)
#EFE9E6
(239,233,230)
#F4EDED
(244,237,237)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C9AE; }

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

This text font color is #C7C9AE.


Background Color

.myBgColor { background-color: #C7C9AE; }

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

This div background color is #C7C9AE.


Border color

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

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

This div border color is #C7C9AE.


Opacity

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

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

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

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

This text has shadow with #C7C9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C9AE on black background.


Color preview on white background

This text has color #C7C9AE on white background.



Black color preview on #C7C9AE background

This text has black color on #C7C9AE background.


White color preview on #C7C9AE background

This text has white color on #C7C9AE background.