COLOR #C3C7AE

HEX: #C3C7AE
RGB: (195,199,174)

Color info

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

RGB color model

#C3C7AE color RGB value is (195,199,174).

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

RGB channels and saturation

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

195
199
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 199 + 174 = 568 (100%)
R 195 of 568 ~ 34.33%
G 199 of 568 ~ 35.04%
B 174 of 568 ~ 30.63%

%34.33
%35.04
%30.63

CMYK color model

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

  • cyan value is 2.01%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(2,0,13,22)
C2M0Y13K22 
(2%,0%,13%,22%)
(0.02/0.00/0.13/0.22)	

CMYK percentages

%2.01
%0
%12.56
%21.96

Codes

Color #C3C7AE in popluar color models

C3C7AE
RGB195199174
HSL70°18.25%73.14%
HSB/HSV70°12.56%78.04%
CMYK2.01%0.00%12.56%
21.96%

Color #C3C7AE in popluar number systems.

HEXC3C7AE
Decimal195199174
Binary110000111100011110101110
Octal303307256

Shades and tints

Shades of #C3C7AE

#C3C7AE
(195,199,174)
#B2B59F
(178,181,159)
#A1A390
(161,163,144)
#909181
(144,145,129)
#7F7F72
(127,127,114)
#6E6D63
(110,109,99)
#5D5B54
(93,91,84)
#4C4945
(76,73,69)
#3B3736
(59,55,54)
#2A2527
(42,37,39)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #C3C7AE

#C3C7AE
(195,199,174)
#C8CCB5
(200,204,181)
#CDD1BC
(205,209,188)
#D2D6C3
(210,214,195)
#D7DBCA
(215,219,202)
#DCE0D1
(220,224,209)
#E1E5D8
(225,229,216)
#E6EADF
(230,234,223)
#EBEFE6
(235,239,230)
#F0F4ED
(240,244,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C7AE; }

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

This text font color is #C3C7AE.


Background Color

.myBgColor { background-color: #C3C7AE; }

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

This div background color is #C3C7AE.


Border color

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

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

This div border color is #C3C7AE.


Opacity

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

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

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

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

This text has shadow with #C3C7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C7AE on black background.


Color preview on white background

This text has color #C3C7AE on white background.



Black color preview on #C3C7AE background

This text has black color on #C3C7AE background.


White color preview on #C3C7AE background

This text has white color on #C3C7AE background.