COLOR #C9A3AE

HEX: #C9A3AE
RGB: (201,163,174)

Color info

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

RGB color model

#C9A3AE color RGB value is (201,163,174).

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

RGB channels and saturation

R 201 of 255 = 79%
G 163 of 255 = 64%
B 174 of 255 = 68%

201
163
174

R + G + B ~ 70%. #C9A3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 163 + 174 = 538 (100%)
R 201 of 538 ~ 37.36%
G 163 of 538 ~ 30.3%
B 174 of 538 ~ 32.34%

%37.36
%30.3
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(0,19,13,21)
C0M19Y13K21 
(0%,19%,13%,21%)
(0.00/0.19/0.13/0.21)	

CMYK percentages

%0
%18.91
%13.43
%21.18

Codes

Color #C9A3AE in popluar color models

C9A3AE
RGB201163174
HSL343°26.03%71.37%
HSB/HSV343°18.91%78.82%
CMYK0.00%18.91%13.43%
21.18%

Color #C9A3AE in popluar number systems.

HEXC9A3AE
Decimal201163174
Binary110010011010001110101110
Octal311243256

Shades and tints

Shades of #C9A3AE

#C9A3AE
(201,163,174)
#B7959F
(183,149,159)
#A58790
(165,135,144)
#937981
(147,121,129)
#816B72
(129,107,114)
#6F5D63
(111,93,99)
#5D4F54
(93,79,84)
#4B4145
(75,65,69)
#393336
(57,51,54)
#272527
(39,37,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C9A3AE

#C9A3AE
(201,163,174)
#CDABB5
(205,171,181)
#D1B3BC
(209,179,188)
#D5BBC3
(213,187,195)
#D9C3CA
(217,195,202)
#DDCBD1
(221,203,209)
#E1D3D8
(225,211,216)
#E5DBDF
(229,219,223)
#E9E3E6
(233,227,230)
#EDEBED
(237,235,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A3AE; }

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

This text font color is #C9A3AE.


Background Color

.myBgColor { background-color: #C9A3AE; }

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

This div background color is #C9A3AE.


Border color

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

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

This div border color is #C9A3AE.


Opacity

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

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

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

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

This text has shadow with #C9A3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A3AE on black background.


Color preview on white background

This text has color #C9A3AE on white background.



Black color preview on #C9A3AE background

This text has black color on #C9A3AE background.


White color preview on #C9A3AE background

This text has white color on #C9A3AE background.