COLOR #C5CAAD

HEX: #C5CAAD
RGB: (197,202,173)

Color info

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

RGB color model

#C5CAAD color RGB value is (197,202,173).

  • red value is 197;
  • green value is 202;
  • blue value is 173.
RGB:
(197,202,173)
(77%,79%,68%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 173 of 255 = 68%

197
202
173

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

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 173 = 572 (100%)
R 197 of 572 ~ 34.44%
G 202 of 572 ~ 35.31%
B 173 of 572 ~ 30.24%

%34.44
%35.31
%30.24

CMYK color model

#C5CAAD color CMYK value is (2,0,14,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 20.78%
CMYK:
(2,0,14,21)
C2M0Y14K21 
(2%,0%,14%,21%)
(0.02/0.00/0.14/0.21)	

CMYK percentages

%2.48
%0
%14.36
%20.78

Codes

Color #C5CAAD in popluar color models

C5CAAD
RGB197202173
HSL70°21.48%73.53%
HSB/HSV70°14.36%79.22%
CMYK2.48%0.00%14.36%
20.78%

Color #C5CAAD in popluar number systems.

HEXC5CAAD
Decimal197202173
Binary110001011100101010101101
Octal305312255

Shades and tints

Shades of #C5CAAD

#C5CAAD
(197,202,173)
#B4B89E
(180,184,158)
#A3A68F
(163,166,143)
#929480
(146,148,128)
#818271
(129,130,113)
#707062
(112,112,98)
#5F5E53
(95,94,83)
#4E4C44
(78,76,68)
#3D3A35
(61,58,53)
#2C2826
(44,40,38)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5CAAD

#C5CAAD
(197,202,173)
#CACEB4
(202,206,180)
#CFD2BB
(207,210,187)
#D4D6C2
(212,214,194)
#D9DAC9
(217,218,201)
#DEDED0
(222,222,208)
#E3E2D7
(227,226,215)
#E8E6DE
(232,230,222)
#EDEAE5
(237,234,229)
#F2EEEC
(242,238,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CAAD color. Also use rgb(197,202,173) instead hex code.

Text Font Color

.myTextColor { color: #C5CAAD; }

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

This text font color is #C5CAAD.


Background Color

.myBgColor { background-color: #C5CAAD; }

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

This div background color is #C5CAAD.


Border color

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

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

This div border color is #C5CAAD.


Opacity

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

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

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

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

This text has shadow with #C5CAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CAAD on black background.


Color preview on white background

This text has color #C5CAAD on white background.



Black color preview on #C5CAAD background

This text has black color on #C5CAAD background.


White color preview on #C5CAAD background

This text has white color on #C5CAAD background.