COLOR #C5C7AE

HEX: #C5C7AE
RGB: (197,199,174)

Color info

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

RGB color model

#C5C7AE color RGB value is (197,199,174).

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

RGB channels and saturation

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

197
199
174

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

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 174 = 570 (100%)
R 197 of 570 ~ 34.56%
G 199 of 570 ~ 34.91%
B 174 of 570 ~ 30.53%

%34.56
%34.91
%30.53

CMYK color model

#C5C7AE color CMYK value is (1,0,13,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK: (1,0,13,22) C1M0Y13K22 (1%,0%,13%,22%) (0.01/0.00/0.13/0.22)

CMYK percentages

%1.01
%0
%12.56
%21.96

Codes

Color #C5C7AE in popluar color models

C5C7AE
RGB197199174
HSL65°18.25%73.14%
HSB/HSV65°12.56%78.04%
CMYK1.01%0.00%12.56%
21.96%

Color #C5C7AE in popluar number systems.

HEXC5C7AE
Decimal197199174
Binary110001011100011110101110
Octal305307256

Shades and tints

Shades of #C5C7AE

#C5C7AE
(197,199,174)
#B4B59F
(180,181,159)
#A3A390
(163,163,144)
#929181
(146,145,129)
#817F72
(129,127,114)
#706D63
(112,109,99)
#5F5B54
(95,91,84)
#4E4945
(78,73,69)
#3D3736
(61,55,54)
#2C2527
(44,37,39)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #C5C7AE

#C5C7AE
(197,199,174)
#CACCB5
(202,204,181)
#CFD1BC
(207,209,188)
#D4D6C3
(212,214,195)
#D9DBCA
(217,219,202)
#DEE0D1
(222,224,209)
#E3E5D8
(227,229,216)
#E8EADF
(232,234,223)
#EDEFE6
(237,239,230)
#F2F4ED
(242,244,237)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7AE; }

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

This text font color is #C5C7AE.


Background Color

.myBgColor { background-color: #C5C7AE; }

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

This div background color is #C5C7AE.


Border color

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

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

This div border color is #C5C7AE.


Opacity

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

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

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

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

This text has shadow with #C5C7AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5C7AE on black background.


Color preview on white background

This text has color #C5C7AE on white background.



Black color preview on #C5C7AE background

This text has black color on #C5C7AE background.


White color preview on #C5C7AE background

This text has white color on #C5C7AE background.