COLOR #C8CAAD

HEX: #C8CAAD
RGB: (200,202,173)

Color info

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

RGB color model

#C8CAAD color RGB value is (200,202,173).

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

RGB channels and saturation

R 200 of 255 = 78%
G 202 of 255 = 79%
B 173 of 255 = 68%

200
202
173

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

Portions of RGB colors in percentages

R + G + B =
200 + 202 + 173 = 575 (100%)
R 200 of 575 ~ 34.78%
G 202 of 575 ~ 35.13%
B 173 of 575 ~ 30.09%

%34.78
%35.13
%30.09

CMYK color model

#C8CAAD color CMYK value is (1,0,14,21).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 20.78%
CMYK:
(1,0,14,21)
C1M0Y14K21 
(1%,0%,14%,21%)
(0.01/0.00/0.14/0.21)	

CMYK percentages

%0.99
%0
%14.36
%20.78

Codes

Color #C8CAAD in popluar color models

C8CAAD
RGB200202173
HSL64°21.48%73.53%
HSB/HSV64°14.36%79.22%
CMYK0.99%0.00%14.36%
20.78%

Color #C8CAAD in popluar number systems.

HEXC8CAAD
Decimal200202173
Binary110010001100101010101101
Octal310312255

Shades and tints

Shades of #C8CAAD

#C8CAAD
(200,202,173)
#B6B89E
(182,184,158)
#A4A68F
(164,166,143)
#929480
(146,148,128)
#808271
(128,130,113)
#6E7062
(110,112,98)
#5C5E53
(92,94,83)
#4A4C44
(74,76,68)
#383A35
(56,58,53)
#262826
(38,40,38)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #C8CAAD

#C8CAAD
(200,202,173)
#CDCEB4
(205,206,180)
#D2D2BB
(210,210,187)
#D7D6C2
(215,214,194)
#DCDAC9
(220,218,201)
#E1DED0
(225,222,208)
#E6E2D7
(230,226,215)
#EBE6DE
(235,230,222)
#F0EAE5
(240,234,229)
#F5EEEC
(245,238,236)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CAAD; }

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

This text font color is #C8CAAD.


Background Color

.myBgColor { background-color: #C8CAAD; }

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

This div background color is #C8CAAD.


Border color

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

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

This div border color is #C8CAAD.


Opacity

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

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

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

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

This text has shadow with #C8CAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CAAD on black background.


Color preview on white background

This text has color #C8CAAD on white background.



Black color preview on #C8CAAD background

This text has black color on #C8CAAD background.


White color preview on #C8CAAD background

This text has white color on #C8CAAD background.