COLOR #C7C0AE

HEX: #C7C0AE
RGB: (199,192,174)

Color info

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

RGB color model

#C7C0AE color RGB value is (199,192,174).

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

RGB channels and saturation

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

199
192
174

R + G + B ~ 74%. #C7C0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 192 + 174 = 565 (100%)
R 199 of 565 ~ 35.22%
G 192 of 565 ~ 33.98%
B 174 of 565 ~ 30.8%

%35.22
%33.98
%30.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(0,4,13,22)
C0M4Y13K22 
(0%,4%,13%,22%)
(0.00/0.04/0.13/0.22)	

CMYK percentages

%0
%3.52
%12.56
%21.96

Codes

Color #C7C0AE in popluar color models

C7C0AE
RGB199192174
HSL43°18.25%73.14%
HSB/HSV43°12.56%78.04%
CMYK0.00%3.52%12.56%
21.96%

Color #C7C0AE in popluar number systems.

HEXC7C0AE
Decimal199192174
Binary110001111100000010101110
Octal307300256

Shades and tints

Shades of #C7C0AE

#C7C0AE
(199,192,174)
#B5AF9F
(181,175,159)
#A39E90
(163,158,144)
#918D81
(145,141,129)
#7F7C72
(127,124,114)
#6D6B63
(109,107,99)
#5B5A54
(91,90,84)
#494945
(73,73,69)
#373836
(55,56,54)
#252727
(37,39,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #C7C0AE

#C7C0AE
(199,192,174)
#CCC5B5
(204,197,181)
#D1CABC
(209,202,188)
#D6CFC3
(214,207,195)
#DBD4CA
(219,212,202)
#E0D9D1
(224,217,209)
#E5DED8
(229,222,216)
#EAE3DF
(234,227,223)
#EFE8E6
(239,232,230)
#F4EDED
(244,237,237)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C0AE; }

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

This text font color is #C7C0AE.


Background Color

.myBgColor { background-color: #C7C0AE; }

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

This div background color is #C7C0AE.


Border color

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

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

This div border color is #C7C0AE.


Opacity

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

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

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

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

This text has shadow with #C7C0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C0AE on black background.


Color preview on white background

This text has color #C7C0AE on white background.



Black color preview on #C7C0AE background

This text has black color on #C7C0AE background.


White color preview on #C7C0AE background

This text has white color on #C7C0AE background.