COLOR #C9ABDD

HEX: #C9ABDD RGB: (201,171,221)

Color info

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

RGB color model

#C9ABDD color RGB value is (201,171,221).

RGB: (201,171,221) (79%, 67%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 221 of 255 = 87%

201
171
221

R + G + B ~ 78%. #C9ABDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 171 + 221 = 593 (100%)
R 201 of 593 ~ 33.9%
G 171 of 593 ~ 28.84%
B 221 of 593 ~ 37.27'%

%33.9
%28.84
%37.27

CMYK color model

#C9ABDD color CMYK value is (9,23,0,13).

  • cyan value is 9.05%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (9,23,0,13) C9M23Y0K13 (9%,23%,0%,13%) (0.09/0.23/0.00/0.13) 

CMYK percentages

%9.05
%22.62
%0
%13.33

Codes

Color #C9ABDD in popluar color models

C9 AB DD
RGB 201 171 221
HSL 276° 42.37% 76.86%
HSB/HSV 276° 22.62% 86.67%
CMYK 9.05% 22.62% 0.00%
13.33%

Color #C9ABDD in popluar number systems.

HEX C9 AB DD
Decimal 201 171 221
Binary 11001001 10101011 11011101
Octal 311 253 335

Shades and tints

Shades of #C9ABDD

#C9ABDD
(201,171,221)
#B79CC9
(183,156,201)
#A58DB5
(165,141,181)
#937EA1
(147,126,161)
#816F8D
(129,111,141)
#6F6079
(111,96,121)
#5D5165
(93,81,101)
#4B4251
(75,66,81)
#39333D
(57,51,61)
#272429
(39,36,41)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #C9ABDD

#C9ABDD
(201,171,221)
#CDB2E0
(205,178,224)
#D1B9E3
(209,185,227)
#D5C0E6
(213,192,230)
#D9C7E9
(217,199,233)
#DDCEEC
(221,206,236)
#E1D5EF
(225,213,239)
#E5DCF2
(229,220,242)
#E9E3F5
(233,227,245)
#EDEAF8
(237,234,248)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ABDD; }

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

This text font color is #C9ABDD.

Background Color

.myBgColor { background-color: #C9ABDD; }

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

This div background color is #C9ABDD.

Border color

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

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

This div border color is #C9ABDD.

Opacity

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

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

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

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

This text has shadow with #C9ABDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ABDD.

Preview

Color preview on black background

This text has color #C9ABDD on black background.


Color preview on white background

This text has color #C9ABDD on white background.


Black color preview on #C9ABDD background

This text has black color on #C9ABDD background.


White color preview on #C9ABDD background

This text has white color on #C9ABDD background.


Related colors

Complementary color

Complementary color for #hex is #365422.


I love getcolorcode.com

Triadic colors

1 #DDC9AB and #ABDDC9 with #C9ABDD are triadic colors.

2 #DDABC9 and #ABC9DD with #C9ABDD are triadic colors.