COLOR #C9AAC1

HEX: #C9AAC1
RGB: (201,170,193)

Color info

#C9AAC1 contains red, green and blue colors in about the same proportion. Web safe color of #C9AAC1 is #CC99CC (or #C9C).

RGB color model

#C9AAC1 color RGB value is (201,170,193).

  • red value is 201;
  • green value is 170;
  • blue value is 193.
RGB:
(201,170,193)
(79%,67%,76%)

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 193 of 255 = 76%

201
170
193

R + G + B ~ 74%. #C9AAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 170 + 193 = 564 (100%)
R 201 of 564 ~ 35.64%
G 170 of 564 ~ 30.14%
B 193 of 564 ~ 34.22%

%35.64
%30.14
%34.22

CMYK color model

#C9AAC1 color CMYK value is (0,15,4,21).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 3.98%
  • key color value is 21.18%
CMYK:
(0,15,4,21)
C0M15Y4K21 
(0%,15%,4%,21%)
(0.00/0.15/0.04/0.21)	

CMYK percentages

%0
%15.42
%3.98
%21.18

Codes

Color #C9AAC1 in popluar color models

C9AAC1
RGB201170193
HSL315°22.30%72.75%
HSB/HSV315°15.42%78.82%
CMYK0.00%15.42%3.98%
21.18%

Color #C9AAC1 in popluar number systems.

HEXC9AAC1
Decimal201170193
Binary110010011010101011000001
Octal311252301

Shades and tints

Shades of #C9AAC1

#C9AAC1
(201,170,193)
#B79BB0
(183,155,176)
#A58C9F
(165,140,159)
#937D8E
(147,125,142)
#816E7D
(129,110,125)
#6F5F6C
(111,95,108)
#5D505B
(93,80,91)
#4B414A
(75,65,74)
#393239
(57,50,57)
#272328
(39,35,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C9AAC1

#C9AAC1
(201,170,193)
#CDB1C6
(205,177,198)
#D1B8CB
(209,184,203)
#D5BFD0
(213,191,208)
#D9C6D5
(217,198,213)
#DDCDDA
(221,205,218)
#E1D4DF
(225,212,223)
#E5DBE4
(229,219,228)
#E9E2E9
(233,226,233)
#EDE9EE
(237,233,238)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AAC1 color. Also use rgb(201,170,193) instead hex code.

Text Font Color

.myTextColor { color: #C9AAC1; }

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

This text font color is #C9AAC1.


Background Color

.myBgColor { background-color: #C9AAC1; }

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

This div background color is #C9AAC1.


Border color

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

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

This div border color is #C9AAC1.


Opacity

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

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

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

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

This text has shadow with #C9AAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AAC1 on black background.


Color preview on white background

This text has color #C9AAC1 on white background.



Black color preview on #C9AAC1 background

This text has black color on #C9AAC1 background.


White color preview on #C9AAC1 background

This text has white color on #C9AAC1 background.