COLOR #C9ADCE

HEX: #C9ADCE RGB: (201,173,206)

Color info

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

RGB color model

#C9ADCE color RGB value is (201,173,206).

RGB: (201,173,206) (79%, 68%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 173 of 255 = 68%
B 206 of 255 = 81%

201
173
206

R + G + B ~ 76%. #C9ADCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 173 + 206 = 580 (100%)
R 201 of 580 ~ 34.66%
G 173 of 580 ~ 29.83%
B 206 of 580 ~ 35.52'%

%34.66
%29.83
%35.52

CMYK color model

#C9ADCE color CMYK value is (2,16,0,19).

  • cyan value is 2.43%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (2,16,0,19)
C2M16Y0K19 (2%, 16%, 0%, 19%)
(0.02 / 0.16 / 0.00 / 0.19)

CMYK percentages

%2.43
%16.02
%0
%19.22

Codes

Color #C9ADCE in popluar color models

C9 AD CE
RGB 201 173 206
HSL 291° 25.19% 74.31%
HSB/HSV 291° 16.02% 80.78%
CMYK 2.43% 16.02% 0.00%
19.22%

Color #C9ADCE in popluar number systems.

HEX C9 AD CE
Decimal 201 173 206
Binary 11001001 10101101 11001110
Octal 311 255 316

Shades and tints

Shades of #C9ADCE

#C9ADCE
(201,173,206)
#B79EBC
(183,158,188)
#A58FAA
(165,143,170)
#938098
(147,128,152)
#817186
(129,113,134)
#6F6274
(111,98,116)
#5D5362
(93,83,98)
#4B4450
(75,68,80)
#39353E
(57,53,62)
#27262C
(39,38,44)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9ADCE

#C9ADCE
(201,173,206)
#CDB4D2
(205,180,210)
#D1BBD6
(209,187,214)
#D5C2DA
(213,194,218)
#D9C9DE
(217,201,222)
#DDD0E2
(221,208,226)
#E1D7E6
(225,215,230)
#E5DEEA
(229,222,234)
#E9E5EE
(233,229,238)
#EDECF2
(237,236,242)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9ADCE color. Also use rgb(201,173,206) instead hex code.

Text Font Color

.myTextColor { color: #C9ADCE; }

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

This text font color is #C9ADCE.

Background Color

.myBgColor { background-color: #C9ADCE; }

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

This div background color is #C9ADCE.

Border color

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

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

This div border color is #C9ADCE.

Opacity

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

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

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

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

This text has shadow with #C9ADCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ADCE.

Preview

Color preview on black background

This text has color #C9ADCE on black background.


Color preview on white background

This text has color #C9ADCE on white background.


Black color preview on #C9ADCE background

This text has black color on #C9ADCE background.


White color preview on #C9ADCE background

This text has white color on #C9ADCE background.


Related colors

Complementary color

Complementary color for #hex is #365231.


I love getcolorcode.com

Triadic colors

1 #CEC9AD and #ADCEC9 with #C9ADCE are triadic colors.

2 #CEADC9 and #ADC9CE with #C9ADCE are triadic colors.