COLOR #C9ABCF

HEX: #C9ABCF RGB: (201,171,207)

Color info

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

RGB color model

#C9ABCF color RGB value is (201,171,207).

RGB: (201,171,207) (79%, 67%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 207 of 255 = 81%

201
171
207

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

Portions of RGB colors in percentages

R + G + B = 201 + 171 + 207 = 579 (100%)
R 201 of 579 ~ 34.72%
G 171 of 579 ~ 29.53%
B 207 of 579 ~ 35.75'%

%34.72
%29.53
%35.75

CMYK color model

#C9ABCF color CMYK value is (3,17,0,19).

  • cyan value is 2.90%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (3,17,0,19) C3M17Y0K19 (3%,17%,0%,19%) (0.03/0.17/0.00/0.19) 

CMYK percentages

%2.9
%17.39
%0
%18.82

Codes

Color #C9ABCF in popluar color models

C9 AB CF
RGB 201 171 207
HSL 290° 27.27% 74.12%
HSB/HSV 290° 17.39% 81.18%
CMYK 2.90% 17.39% 0.00%
18.82%

Color #C9ABCF in popluar number systems.

HEX C9 AB CF
Decimal 201 171 207
Binary 11001001 10101011 11001111
Octal 311 253 317

Shades and tints

Shades of #C9ABCF

#C9ABCF
(201,171,207)
#B79CBD
(183,156,189)
#A58DAB
(165,141,171)
#937E99
(147,126,153)
#816F87
(129,111,135)
#6F6075
(111,96,117)
#5D5163
(93,81,99)
#4B4251
(75,66,81)
#39333F
(57,51,63)
#27242D
(39,36,45)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #C9ABCF

#C9ABCF
(201,171,207)
#CDB2D3
(205,178,211)
#D1B9D7
(209,185,215)
#D5C0DB
(213,192,219)
#D9C7DF
(217,199,223)
#DDCEE3
(221,206,227)
#E1D5E7
(225,213,231)
#E5DCEB
(229,220,235)
#E9E3EF
(233,227,239)
#EDEAF3
(237,234,243)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ABCF; }

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

This text font color is #C9ABCF.

Background Color

.myBgColor { background-color: #C9ABCF; }

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

This div background color is #C9ABCF.

Border color

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

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

This div border color is #C9ABCF.

Opacity

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

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

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

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

This text has shadow with #C9ABCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ABCF.

Preview

Color preview on black background

This text has color #C9ABCF on black background.


Color preview on white background

This text has color #C9ABCF on white background.


Black color preview on #C9ABCF background

This text has black color on #C9ABCF background.


White color preview on #C9ABCF background

This text has white color on #C9ABCF background.


Related colors

Complementary color

Complementary color for #hex is #365430.


I love getcolorcode.com

Triadic colors

1 #CFC9AB and #ABCFC9 with #C9ABCF are triadic colors.

2 #CFABC9 and #ABC9CF with #C9ABCF are triadic colors.