COLOR #C8C9AD

HEX: #C8C9AD
RGB: (200,201,173)

Color info

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

RGB color model

#C8C9AD color RGB value is (200,201,173).

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

RGB channels and saturation

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

200
201
173

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

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 173 = 574 (100%)
R 200 of 574 ~ 34.84%
G 201 of 574 ~ 35.02%
B 173 of 574 ~ 30.14%

%34.84
%35.02
%30.14

CMYK color model

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

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK:
(0,0,14,21)
C0M0Y14K21 
(0%,0%,14%,21%)
(0.00/0.00/0.14/0.21)	

CMYK percentages

%0.5
%0
%13.93
%21.18

Codes

Color #C8C9AD in popluar color models

C8C9AD
RGB200201173
HSL62°20.59%73.33%
HSB/HSV62°13.93%78.82%
CMYK0.50%0.00%13.93%
21.18%

Color #C8C9AD in popluar number systems.

HEXC8C9AD
Decimal200201173
Binary110010001100100110101101
Octal310311255

Shades and tints

Shades of #C8C9AD

#C8C9AD
(200,201,173)
#B6B79E
(182,183,158)
#A4A58F
(164,165,143)
#929380
(146,147,128)
#808171
(128,129,113)
#6E6F62
(110,111,98)
#5C5D53
(92,93,83)
#4A4B44
(74,75,68)
#383935
(56,57,53)
#262726
(38,39,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #C8C9AD

#C8C9AD
(200,201,173)
#CDCDB4
(205,205,180)
#D2D1BB
(210,209,187)
#D7D5C2
(215,213,194)
#DCD9C9
(220,217,201)
#E1DDD0
(225,221,208)
#E6E1D7
(230,225,215)
#EBE5DE
(235,229,222)
#F0E9E5
(240,233,229)
#F5EDEC
(245,237,236)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C9AD; }

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

This text font color is #C8C9AD.


Background Color

.myBgColor { background-color: #C8C9AD; }

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

This div background color is #C8C9AD.


Border color

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

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

This div border color is #C8C9AD.


Opacity

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

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

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

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

This text has shadow with #C8C9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C9AD on black background.


Color preview on white background

This text has color #C8C9AD on white background.



Black color preview on #C8C9AD background

This text has black color on #C8C9AD background.


White color preview on #C8C9AD background

This text has white color on #C8C9AD background.