COLOR #C9ACAE

HEX: #C9ACAE
RGB: (201,172,174)

Color info

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

RGB color model

#C9ACAE color RGB value is (201,172,174).

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

RGB channels and saturation

R 201 of 255 = 79%
G 172 of 255 = 67%
B 174 of 255 = 68%

201
172
174

R + G + B ~ 71%. #C9ACAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 172 + 174 = 547 (100%)
R 201 of 547 ~ 36.75%
G 172 of 547 ~ 31.44%
B 174 of 547 ~ 31.81%

%36.75
%31.44
%31.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(0,14,13,21)
C0M14Y13K21 
(0%,14%,13%,21%)
(0.00/0.14/0.13/0.21)	

CMYK percentages

%0
%14.43
%13.43
%21.18

Codes

Color #C9ACAE in popluar color models

C9ACAE
RGB201172174
HSL356°21.17%73.14%
HSB/HSV356°14.43%78.82%
CMYK0.00%14.43%13.43%
21.18%

Color #C9ACAE in popluar number systems.

HEXC9ACAE
Decimal201172174
Binary110010011010110010101110
Octal311254256

Shades and tints

Shades of #C9ACAE

#C9ACAE
(201,172,174)
#B79D9F
(183,157,159)
#A58E90
(165,142,144)
#937F81
(147,127,129)
#817072
(129,112,114)
#6F6163
(111,97,99)
#5D5254
(93,82,84)
#4B4345
(75,67,69)
#393436
(57,52,54)
#272527
(39,37,39)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #C9ACAE

#C9ACAE
(201,172,174)
#CDB3B5
(205,179,181)
#D1BABC
(209,186,188)
#D5C1C3
(213,193,195)
#D9C8CA
(217,200,202)
#DDCFD1
(221,207,209)
#E1D6D8
(225,214,216)
#E5DDDF
(229,221,223)
#E9E4E6
(233,228,230)
#EDEBED
(237,235,237)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ACAE; }

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

This text font color is #C9ACAE.


Background Color

.myBgColor { background-color: #C9ACAE; }

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

This div background color is #C9ACAE.


Border color

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

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

This div border color is #C9ACAE.


Opacity

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

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

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

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

This text has shadow with #C9ACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ACAE on black background.


Color preview on white background

This text has color #C9ACAE on white background.



Black color preview on #C9ACAE background

This text has black color on #C9ACAE background.


White color preview on #C9ACAE background

This text has white color on #C9ACAE background.