COLOR #C9AEAC

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

Color info

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

RGB color model

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

RGB: (201,174,172) (79%, 68%, 67%)

RGB channels and saturation

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

201
174
172

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

Portions of RGB colors in percentages

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

%36.75
%31.81
%31.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 14.43%
  • key color value is 21.18%

CMYK: (0,13,14,21)
C0M13Y14K21 (0%, 13%, 14%, 21%)
(0.00 / 0.13 / 0.14 / 0.21)

CMYK percentages

%0
%13.43
%14.43
%21.18

Codes

Color #C9AEAC in popluar color models

C9 AE AC
RGB 201 174 172
HSL 21.17% 73.14%
HSB/HSV 14.43% 78.82%
CMYK 0.00% 13.43% 14.43%
21.18%

Color #C9AEAC in popluar number systems.

HEX C9 AE AC
Decimal 201 174 172
Binary 11001001 10101110 10101100
Octal 311 256 254

Shades and tints

Shades of #C9AEAC

#C9AEAC
(201,174,172)
#B79F9D
(183,159,157)
#A5908E
(165,144,142)
#93817F
(147,129,127)
#817270
(129,114,112)
#6F6361
(111,99,97)
#5D5452
(93,84,82)
#4B4543
(75,69,67)
#393634
(57,54,52)
#272725
(39,39,37)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #C9AEAC

#C9AEAC
(201,174,172)
#CDB5B3
(205,181,179)
#D1BCBA
(209,188,186)
#D5C3C1
(213,195,193)
#D9CAC8
(217,202,200)
#DDD1CF
(221,209,207)
#E1D8D6
(225,216,214)
#E5DFDD
(229,223,221)
#E9E6E4
(233,230,228)
#EDEDEB
(237,237,235)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AEAC; }

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

This text font color is #C9AEAC.

Background Color

.myBgColor { background-color: #C9AEAC; }

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

This div background color is #C9AEAC.

Border color

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

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

This div border color is #C9AEAC.

Opacity

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

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

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

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

This text has shadow with #C9AEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AEAC.

Preview

Color preview on black background

This text has color #C9AEAC on black background.


Color preview on white background

This text has color #C9AEAC on white background.


Black color preview on #C9AEAC background

This text has black color on #C9AEAC background.


White color preview on #C9AEAC background

This text has white color on #C9AEAC background.


Related colors

Complementary color

Complementary color for #hex is #365153.


I love getcolorcode.com

Triadic colors

1 #ACC9AE and #AEACC9 with #C9AEAC are triadic colors.

2 #ACAEC9 and #AEC9AC with #C9AEAC are triadic colors.