COLOR #C9AEAB

HEX: #C9AEAB RGB: (201,174,171)

Color info

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

RGB color model

#C9AEAB color RGB value is (201,174,171).

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

RGB channels and saturation

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

201
174
171

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

Portions of RGB colors in percentages

R + G + B = 201 + 174 + 171 = 546 (100%)
R 201 of 546 ~ 36.81%
G 174 of 546 ~ 31.87%
B 171 of 546 ~ 31.32'%

%36.81
%31.87
%31.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 14.93%
  • 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
%13.43
%14.93
%21.18

Codes

Color #C9AEAB in popluar color models

C9 AE AB
RGB 201 174 171
HSL 21.74% 72.94%
HSB/HSV 14.93% 78.82%
CMYK 0.00% 13.43% 14.93%
21.18%

Color #C9AEAB in popluar number systems.

HEX C9 AE AB
Decimal 201 174 171
Binary 11001001 10101110 10101011
Octal 311 256 253

Shades and tints

Shades of #C9AEAB

#C9AEAB
(201,174,171)
#B79F9C
(183,159,156)
#A5908D
(165,144,141)
#93817E
(147,129,126)
#81726F
(129,114,111)
#6F6360
(111,99,96)
#5D5451
(93,84,81)
#4B4542
(75,69,66)
#393633
(57,54,51)
#272724
(39,39,36)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #C9AEAB

#C9AEAB
(201,174,171)
#CDB5B2
(205,181,178)
#D1BCB9
(209,188,185)
#D5C3C0
(213,195,192)
#D9CAC7
(217,202,199)
#DDD1CE
(221,209,206)
#E1D8D5
(225,216,213)
#E5DFDC
(229,223,220)
#E9E6E3
(233,230,227)
#EDEDEA
(237,237,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AEAB; }

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

This text font color is #C9AEAB.

Background Color

.myBgColor { background-color: #C9AEAB; }

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

This div background color is #C9AEAB.

Border color

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

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

This div border color is #C9AEAB.

Opacity

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

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

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

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

This text has shadow with #C9AEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AEAB.

Preview

Color preview on black background

This text has color #C9AEAB on black background.


Color preview on white background

This text has color #C9AEAB on white background.


Black color preview on #C9AEAB background

This text has black color on #C9AEAB background.


White color preview on #C9AEAB background

This text has white color on #C9AEAB background.


Related colors

Complementary color

Complementary color for #hex is #365154.


I love getcolorcode.com

Triadic colors

1 #ABC9AE and #AEABC9 with #C9AEAB are triadic colors.

2 #ABAEC9 and #AEC9AB with #C9AEAB are triadic colors.