COLOR #C8C9AF

HEX: #C8C9AF
RGB: (200,201,175)

Color info

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

RGB color model

#C8C9AF color RGB value is (200,201,175).

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

RGB channels and saturation

R 200 of 255 = 78%
G 201 of 255 = 79%
B 175 of 255 = 69%

200
201
175

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

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 175 = 576 (100%)
R 200 of 576 ~ 34.72%
G 201 of 576 ~ 34.9%
B 175 of 576 ~ 30.38%

%34.72
%34.9
%30.38

CMYK color model

#C8C9AF color CMYK value is (0,0,13,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 21.18%
CMYK:
(0,0,13,21)
C0M0Y13K21 
(0%,0%,13%,21%)
(0.00/0.00/0.13/0.21)	

CMYK percentages

%0.5
%0
%12.94
%21.18

Codes

Color #C8C9AF in popluar color models

C8C9AF
RGB200201175
HSL62°19.40%73.73%
HSB/HSV62°12.94%78.82%
CMYK0.50%0.00%12.94%
21.18%

Color #C8C9AF in popluar number systems.

HEXC8C9AF
Decimal200201175
Binary110010001100100110101111
Octal310311257

Shades and tints

Shades of #C8C9AF

#C8C9AF
(200,201,175)
#B6B7A0
(182,183,160)
#A4A591
(164,165,145)
#929382
(146,147,130)
#808173
(128,129,115)
#6E6F64
(110,111,100)
#5C5D55
(92,93,85)
#4A4B46
(74,75,70)
#383937
(56,57,55)
#262728
(38,39,40)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #C8C9AF

#C8C9AF
(200,201,175)
#CDCDB6
(205,205,182)
#D2D1BD
(210,209,189)
#D7D5C4
(215,213,196)
#DCD9CB
(220,217,203)
#E1DDD2
(225,221,210)
#E6E1D9
(230,225,217)
#EBE5E0
(235,229,224)
#F0E9E7
(240,233,231)
#F5EDEE
(245,237,238)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C9AF; }

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

This text font color is #C8C9AF.


Background Color

.myBgColor { background-color: #C8C9AF; }

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

This div background color is #C8C9AF.


Border color

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

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

This div border color is #C8C9AF.


Opacity

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

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

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

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

This text has shadow with #C8C9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C9AF on black background.


Color preview on white background

This text has color #C8C9AF on white background.



Black color preview on #C8C9AF background

This text has black color on #C8C9AF background.


White color preview on #C8C9AF background

This text has white color on #C8C9AF background.