COLOR #C5C6AE

HEX: #C5C6AE
RGB: (197,198,174)

Color info

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

RGB color model

#C5C6AE color RGB value is (197,198,174).

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

RGB channels and saturation

R 197 of 255 = 77%
G 198 of 255 = 78%
B 174 of 255 = 68%

197
198
174

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

Portions of RGB colors in percentages

R + G + B =
197 + 198 + 174 = 569 (100%)
R 197 of 569 ~ 34.62%
G 198 of 569 ~ 34.8%
B 174 of 569 ~ 30.58%

%34.62
%34.8
%30.58

CMYK color model

#C5C6AE color CMYK value is (1,0,12,22).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK:
(1,0,12,22)
C1M0Y12K22 
(1%,0%,12%,22%)
(0.01/0.00/0.12/0.22)	

CMYK percentages

%0.51
%0
%12.12
%22.35

Codes

Color #C5C6AE in popluar color models

C5C6AE
RGB197198174
HSL63°17.39%72.94%
HSB/HSV63°12.12%77.65%
CMYK0.51%0.00%12.12%
22.35%

Color #C5C6AE in popluar number systems.

HEXC5C6AE
Decimal197198174
Binary110001011100011010101110
Octal305306256

Shades and tints

Shades of #C5C6AE

#C5C6AE
(197,198,174)
#B4B49F
(180,180,159)
#A3A290
(163,162,144)
#929081
(146,144,129)
#817E72
(129,126,114)
#706C63
(112,108,99)
#5F5A54
(95,90,84)
#4E4845
(78,72,69)
#3D3636
(61,54,54)
#2C2427
(44,36,39)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C5C6AE

#C5C6AE
(197,198,174)
#CACBB5
(202,203,181)
#CFD0BC
(207,208,188)
#D4D5C3
(212,213,195)
#D9DACA
(217,218,202)
#DEDFD1
(222,223,209)
#E3E4D8
(227,228,216)
#E8E9DF
(232,233,223)
#EDEEE6
(237,238,230)
#F2F3ED
(242,243,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C6AE; }

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

This text font color is #C5C6AE.


Background Color

.myBgColor { background-color: #C5C6AE; }

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

This div background color is #C5C6AE.


Border color

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

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

This div border color is #C5C6AE.


Opacity

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

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

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

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

This text has shadow with #C5C6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C6AE on black background.


Color preview on white background

This text has color #C5C6AE on white background.



Black color preview on #C5C6AE background

This text has black color on #C5C6AE background.


White color preview on #C5C6AE background

This text has white color on #C5C6AE background.