COLOR #C9AFAA

HEX: #C9AFAA RGB: (201,175,170)

Color info

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

RGB color model

#C9AFAA color RGB value is (201,175,170).

RGB: (201,175,170) (79%, 69%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 170 of 255 = 67%

201
175
170

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

Portions of RGB colors in percentages

R + G + B = 201 + 175 + 170 = 546 (100%)
R 201 of 546 ~ 36.81%
G 175 of 546 ~ 32.05%
B 170 of 546 ~ 31.14'%

%36.81
%32.05
%31.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 15.42%
  • key color value is 21.18%

CMYK: (0,13,15,21)
C0M13Y15K21 (0%, 13%, 15%, 21%)
(0.00 / 0.13 / 0.15 / 0.21)

CMYK percentages

%0
%12.94
%15.42
%21.18

Codes

Color #C9AFAA in popluar color models

C9 AF AA
RGB 201 175 170
HSL 10° 22.30% 72.75%
HSB/HSV 10° 15.42% 78.82%
CMYK 0.00% 12.94% 15.42%
21.18%

Color #C9AFAA in popluar number systems.

HEX C9 AF AA
Decimal 201 175 170
Binary 11001001 10101111 10101010
Octal 311 257 252

Shades and tints

Shades of #C9AFAA

#C9AFAA
(201,175,170)
#B7A09B
(183,160,155)
#A5918C
(165,145,140)
#93827D
(147,130,125)
#81736E
(129,115,110)
#6F645F
(111,100,95)
#5D5550
(93,85,80)
#4B4641
(75,70,65)
#393732
(57,55,50)
#272823
(39,40,35)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #C9AFAA

#C9AFAA
(201,175,170)
#CDB6B1
(205,182,177)
#D1BDB8
(209,189,184)
#D5C4BF
(213,196,191)
#D9CBC6
(217,203,198)
#DDD2CD
(221,210,205)
#E1D9D4
(225,217,212)
#E5E0DB
(229,224,219)
#E9E7E2
(233,231,226)
#EDEEE9
(237,238,233)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AFAA; }

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

This text font color is #C9AFAA.

Background Color

.myBgColor { background-color: #C9AFAA; }

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

This div background color is #C9AFAA.

Border color

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

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

This div border color is #C9AFAA.

Opacity

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

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

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

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

This text has shadow with #C9AFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AFAA.

Preview

Color preview on black background

This text has color #C9AFAA on black background.


Color preview on white background

This text has color #C9AFAA on white background.


Black color preview on #C9AFAA background

This text has black color on #C9AFAA background.


White color preview on #C9AFAA background

This text has white color on #C9AFAA background.


Related colors

Complementary color

Complementary color for #hex is #365055.


I love getcolorcode.com

Triadic colors

1 #AAC9AF and #AFAAC9 with #C9AFAA are triadic colors.

2 #AAAFC9 and #AFC9AA with #C9AFAA are triadic colors.