COLOR #C9AEAF

HEX: #C9AEAF
RGB: (201,174,175)

Color info

#C9AEAF contains red, green and blue colors in about the same proportion. Web safe color of #C9AEAF is #CC9999 (or #C99).

RGB color model

#C9AEAF color RGB value is (201,174,175).

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

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 175 of 255 = 69%

201
174
175

R + G + B ~ 72%. #C9AEAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 174 + 175 = 550 (100%)
R 201 of 550 ~ 36.55%
G 174 of 550 ~ 31.64%
B 175 of 550 ~ 31.82%

%36.55
%31.64
%31.82

CMYK color model

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

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

CMYK percentages

%0
%13.43
%12.94
%21.18

Codes

Color #C9AEAF in popluar color models

C9AEAF
RGB201174175
HSL358°20.00%73.53%
HSB/HSV358°13.43%78.82%
CMYK0.00%13.43%12.94%
21.18%

Color #C9AEAF in popluar number systems.

HEXC9AEAF
Decimal201174175
Binary110010011010111010101111
Octal311256257

Shades and tints

Shades of #C9AEAF

#C9AEAF
(201,174,175)
#B79FA0
(183,159,160)
#A59091
(165,144,145)
#938182
(147,129,130)
#817273
(129,114,115)
#6F6364
(111,99,100)
#5D5455
(93,84,85)
#4B4546
(75,69,70)
#393637
(57,54,55)
#272728
(39,39,40)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #C9AEAF

#C9AEAF
(201,174,175)
#CDB5B6
(205,181,182)
#D1BCBD
(209,188,189)
#D5C3C4
(213,195,196)
#D9CACB
(217,202,203)
#DDD1D2
(221,209,210)
#E1D8D9
(225,216,217)
#E5DFE0
(229,223,224)
#E9E6E7
(233,230,231)
#EDEDEE
(237,237,238)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AEAF; }

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

This text font color is #C9AEAF.


Background Color

.myBgColor { background-color: #C9AEAF; }

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

This div background color is #C9AEAF.


Border color

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

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

This div border color is #C9AEAF.


Opacity

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

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

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

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

This text has shadow with #C9AEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AEAF on black background.


Color preview on white background

This text has color #C9AEAF on white background.



Black color preview on #C9AEAF background

This text has black color on #C9AEAF background.


White color preview on #C9AEAF background

This text has white color on #C9AEAF background.