COLOR #C9ABCD

HEX: #C9ABCD RGB: (201,171,205)

Color info

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

RGB color model

#C9ABCD color RGB value is (201,171,205).

RGB: (201,171,205) (79%, 67%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 205 of 255 = 80%

201
171
205

R + G + B ~ 75%. #C9ABCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 171 + 205 = 577 (100%)
R 201 of 577 ~ 34.84%
G 171 of 577 ~ 29.64%
B 205 of 577 ~ 35.53'%

%34.84
%29.64
%35.53

CMYK color model

#C9ABCD color CMYK value is (2,17,0,20).

  • cyan value is 1.95%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (2,17,0,20) C2M17Y0K20 (2%,17%,0%,20%) (0.02/0.17/0.00/0.20) 

CMYK percentages

%1.95
%16.59
%0
%19.61

Codes

Color #C9ABCD in popluar color models

C9 AB CD
RGB 201 171 205
HSL 293° 25.37% 73.73%
HSB/HSV 293° 16.59% 80.39%
CMYK 1.95% 16.59% 0.00%
19.61%

Color #C9ABCD in popluar number systems.

HEX C9 AB CD
Decimal 201 171 205
Binary 11001001 10101011 11001101
Octal 311 253 315

Shades and tints

Shades of #C9ABCD

#C9ABCD
(201,171,205)
#B79CBB
(183,156,187)
#A58DA9
(165,141,169)
#937E97
(147,126,151)
#816F85
(129,111,133)
#6F6073
(111,96,115)
#5D5161
(93,81,97)
#4B424F
(75,66,79)
#39333D
(57,51,61)
#27242B
(39,36,43)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #C9ABCD

#C9ABCD
(201,171,205)
#CDB2D1
(205,178,209)
#D1B9D5
(209,185,213)
#D5C0D9
(213,192,217)
#D9C7DD
(217,199,221)
#DDCEE1
(221,206,225)
#E1D5E5
(225,213,229)
#E5DCE9
(229,220,233)
#E9E3ED
(233,227,237)
#EDEAF1
(237,234,241)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ABCD; }

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

This text font color is #C9ABCD.

Background Color

.myBgColor { background-color: #C9ABCD; }

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

This div background color is #C9ABCD.

Border color

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

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

This div border color is #C9ABCD.

Opacity

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

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

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

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

This text has shadow with #C9ABCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ABCD.

Preview

Color preview on black background

This text has color #C9ABCD on black background.


Color preview on white background

This text has color #C9ABCD on white background.


Black color preview on #C9ABCD background

This text has black color on #C9ABCD background.


White color preview on #C9ABCD background

This text has white color on #C9ABCD background.


Related colors

Complementary color

Complementary color for #hex is #365432.


I love getcolorcode.com

Triadic colors

1 #CDC9AB and #ABCDC9 with #C9ABCD are triadic colors.

2 #CDABC9 and #ABC9CD with #C9ABCD are triadic colors.