COLOR #C3C6AE

HEX: #C3C6AE
RGB: (195,198,174)

Color info

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

RGB color model

#C3C6AE color RGB value is (195,198,174).

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

RGB channels and saturation

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

195
198
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 198 + 174 = 567 (100%)
R 195 of 567 ~ 34.39%
G 198 of 567 ~ 34.92%
B 174 of 567 ~ 30.69%

%34.39
%34.92
%30.69

CMYK color model

#C3C6AE color CMYK value is (2,0,12,22).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK:
(2,0,12,22)
C2M0Y12K22 
(2%,0%,12%,22%)
(0.02/0.00/0.12/0.22)	

CMYK percentages

%1.52
%0
%12.12
%22.35

Codes

Color #C3C6AE in popluar color models

C3C6AE
RGB195198174
HSL68°17.39%72.94%
HSB/HSV68°12.12%77.65%
CMYK1.52%0.00%12.12%
22.35%

Color #C3C6AE in popluar number systems.

HEXC3C6AE
Decimal195198174
Binary110000111100011010101110
Octal303306256

Shades and tints

Shades of #C3C6AE

#C3C6AE
(195,198,174)
#B2B49F
(178,180,159)
#A1A290
(161,162,144)
#909081
(144,144,129)
#7F7E72
(127,126,114)
#6E6C63
(110,108,99)
#5D5A54
(93,90,84)
#4C4845
(76,72,69)
#3B3636
(59,54,54)
#2A2427
(42,36,39)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #C3C6AE

#C3C6AE
(195,198,174)
#C8CBB5
(200,203,181)
#CDD0BC
(205,208,188)
#D2D5C3
(210,213,195)
#D7DACA
(215,218,202)
#DCDFD1
(220,223,209)
#E1E4D8
(225,228,216)
#E6E9DF
(230,233,223)
#EBEEE6
(235,238,230)
#F0F3ED
(240,243,237)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C6AE; }

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

This text font color is #C3C6AE.


Background Color

.myBgColor { background-color: #C3C6AE; }

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

This div background color is #C3C6AE.


Border color

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

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

This div border color is #C3C6AE.


Opacity

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

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

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

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

This text has shadow with #C3C6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C6AE on black background.


Color preview on white background

This text has color #C3C6AE on white background.



Black color preview on #C3C6AE background

This text has black color on #C3C6AE background.


White color preview on #C3C6AE background

This text has white color on #C3C6AE background.