COLOR #C5CDAE

HEX: #C5CDAE
RGB: (197,205,174)

Color info

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

RGB color model

#C5CDAE color RGB value is (197,205,174).

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

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 174 of 255 = 68%

197
205
174

R + G + B ~ 75%. #C5CDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 205 + 174 = 576 (100%)
R 197 of 576 ~ 34.2%
G 205 of 576 ~ 35.59%
B 174 of 576 ~ 30.21%

%34.2
%35.59
%30.21

CMYK color model

#C5CDAE color CMYK value is (4,0,15,20).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 19.61%
CMYK:
(4,0,15,20)
C4M0Y15K20 
(4%,0%,15%,20%)
(0.04/0.00/0.15/0.20)	

CMYK percentages

%3.9
%0
%15.12
%19.61

Codes

Color #C5CDAE in popluar color models

C5CDAE
RGB197205174
HSL75°23.66%74.31%
HSB/HSV75°15.12%80.39%
CMYK3.90%0.00%15.12%
19.61%

Color #C5CDAE in popluar number systems.

HEXC5CDAE
Decimal197205174
Binary110001011100110110101110
Octal305315256

Shades and tints

Shades of #C5CDAE

#C5CDAE
(197,205,174)
#B4BB9F
(180,187,159)
#A3A990
(163,169,144)
#929781
(146,151,129)
#818572
(129,133,114)
#707363
(112,115,99)
#5F6154
(95,97,84)
#4E4F45
(78,79,69)
#3D3D36
(61,61,54)
#2C2B27
(44,43,39)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5CDAE

#C5CDAE
(197,205,174)
#CAD1B5
(202,209,181)
#CFD5BC
(207,213,188)
#D4D9C3
(212,217,195)
#D9DDCA
(217,221,202)
#DEE1D1
(222,225,209)
#E3E5D8
(227,229,216)
#E8E9DF
(232,233,223)
#EDEDE6
(237,237,230)
#F2F1ED
(242,241,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CDAE; }

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

This text font color is #C5CDAE.


Background Color

.myBgColor { background-color: #C5CDAE; }

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

This div background color is #C5CDAE.


Border color

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

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

This div border color is #C5CDAE.


Opacity

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

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

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

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

This text has shadow with #C5CDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CDAE on black background.


Color preview on white background

This text has color #C5CDAE on white background.



Black color preview on #C5CDAE background

This text has black color on #C5CDAE background.


White color preview on #C5CDAE background

This text has white color on #C5CDAE background.