COLOR #C9AED7

HEX: #C9AED7 RGB: (201,174,215)

Color info

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

RGB color model

#C9AED7 color RGB value is (201,174,215).

RGB: (201,174,215) (79%, 68%, 84%)

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 215 of 255 = 84%

201
174
215

R + G + B ~ 77%. #C9AED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 174 + 215 = 590 (100%)
R 201 of 590 ~ 34.07%
G 174 of 590 ~ 29.49%
B 215 of 590 ~ 36.44'%

%34.07
%29.49
%36.44

CMYK color model

#C9AED7 color CMYK value is (7,19,0,16).

  • cyan value is 6.51%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (7,19,0,16) C7M19Y0K16 (7%,19%,0%,16%) (0.07/0.19/0.00/0.16) 

CMYK percentages

%6.51
%19.07
%0
%15.69

Codes

Color #C9AED7 in popluar color models

C9 AE D7
RGB 201 174 215
HSL 280° 33.88% 76.27%
HSB/HSV 280° 19.07% 84.31%
CMYK 6.51% 19.07% 0.00%
15.69%

Color #C9AED7 in popluar number systems.

HEX C9 AE D7
Decimal 201 174 215
Binary 11001001 10101110 11010111
Octal 311 256 327

Shades and tints

Shades of #C9AED7

#C9AED7
(201,174,215)
#B79FC4
(183,159,196)
#A590B1
(165,144,177)
#93819E
(147,129,158)
#81728B
(129,114,139)
#6F6378
(111,99,120)
#5D5465
(93,84,101)
#4B4552
(75,69,82)
#39363F
(57,54,63)
#27272C
(39,39,44)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #C9AED7

#C9AED7
(201,174,215)
#CDB5DA
(205,181,218)
#D1BCDD
(209,188,221)
#D5C3E0
(213,195,224)
#D9CAE3
(217,202,227)
#DDD1E6
(221,209,230)
#E1D8E9
(225,216,233)
#E5DFEC
(229,223,236)
#E9E6EF
(233,230,239)
#EDEDF2
(237,237,242)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AED7; }

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

This text font color is #C9AED7.

Background Color

.myBgColor { background-color: #C9AED7; }

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

This div background color is #C9AED7.

Border color

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

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

This div border color is #C9AED7.

Opacity

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

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

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

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

This text has shadow with #C9AED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AED7.

Preview

Color preview on black background

This text has color #C9AED7 on black background.


Color preview on white background

This text has color #C9AED7 on white background.


Black color preview on #C9AED7 background

This text has black color on #C9AED7 background.


White color preview on #C9AED7 background

This text has white color on #C9AED7 background.


Related colors

Complementary color

Complementary color for #hex is #365128.


I love getcolorcode.com

Triadic colors

1 #D7C9AE and #AED7C9 with #C9AED7 are triadic colors.

2 #D7AEC9 and #AEC9D7 with #C9AED7 are triadic colors.