COLOR #C9AEC0

HEX: #C9AEC0 RGB: (201,174,192)

Color info

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

RGB color model

#C9AEC0 color RGB value is (201,174,192).

RGB: (201,174,192) (79%, 68%, 75%)

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 192 of 255 = 75%

201
174
192

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

Portions of RGB colors in percentages

R + G + B = 201 + 174 + 192 = 567 (100%)
R 201 of 567 ~ 35.45%
G 174 of 567 ~ 30.69%
B 192 of 567 ~ 33.86'%

%35.45
%30.69
%33.86

CMYK color model

#C9AEC0 color CMYK value is (0,13,4,21).

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

CMYK: (0,13,4,21)
C0M13Y4K21 (0%, 13%, 4%, 21%)
(0.00 / 0.13 / 0.04 / 0.21)

CMYK percentages

%0
%13.43
%4.48
%21.18

Codes

Color #C9AEC0 in popluar color models

C9 AE C0
RGB 201 174 192
HSL 320° 20.00% 73.53%
HSB/HSV 320° 13.43% 78.82%
CMYK 0.00% 13.43% 4.48%
21.18%

Color #C9AEC0 in popluar number systems.

HEX C9 AE C0
Decimal 201 174 192
Binary 11001001 10101110 11000000
Octal 311 256 300

Shades and tints

Shades of #C9AEC0

#C9AEC0
(201,174,192)
#B79FAF
(183,159,175)
#A5909E
(165,144,158)
#93818D
(147,129,141)
#81727C
(129,114,124)
#6F636B
(111,99,107)
#5D545A
(93,84,90)
#4B4549
(75,69,73)
#393638
(57,54,56)
#272727
(39,39,39)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #C9AEC0

#C9AEC0
(201,174,192)
#CDB5C5
(205,181,197)
#D1BCCA
(209,188,202)
#D5C3CF
(213,195,207)
#D9CAD4
(217,202,212)
#DDD1D9
(221,209,217)
#E1D8DE
(225,216,222)
#E5DFE3
(229,223,227)
#E9E6E8
(233,230,232)
#EDEDED
(237,237,237)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AEC0; }

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

This text font color is #C9AEC0.

Background Color

.myBgColor { background-color: #C9AEC0; }

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

This div background color is #C9AEC0.

Border color

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

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

This div border color is #C9AEC0.

Opacity

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

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

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

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

This text has shadow with #C9AEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AEC0.

Preview

Color preview on black background

This text has color #C9AEC0 on black background.


Color preview on white background

This text has color #C9AEC0 on white background.


Black color preview on #C9AEC0 background

This text has black color on #C9AEC0 background.


White color preview on #C9AEC0 background

This text has white color on #C9AEC0 background.


Related colors

Complementary color

Complementary color for #hex is #36513F.


I love getcolorcode.com

Triadic colors

1 #C0C9AE and #AEC0C9 with #C9AEC0 are triadic colors.

2 #C0AEC9 and #AEC9C0 with #C9AEC0 are triadic colors.