COLOR #C9ACE9

HEX: #C9ACE9 RGB: (201,172,233)

Color info

#C9ACE9 contains mainly red and blue colors. Web safe color of #C9ACE9 is #CC99FF (or #C9F).

RGB color model

#C9ACE9 color RGB value is (201,172,233).

RGB: (201,172,233) (79%, 67%, 91%)

RGB channels and saturation

R 201 of 255 = 79%
G 172 of 255 = 67%
B 233 of 255 = 91%

201
172
233

R + G + B ~ 79%. #C9ACE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 172 + 233 = 606 (100%)
R 201 of 606 ~ 33.17%
G 172 of 606 ~ 28.38%
B 233 of 606 ~ 38.45'%

%33.17
%28.38
%38.45

CMYK color model

#C9ACE9 color CMYK value is (14,26,0,9).

  • cyan value is 13.73%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (14,26,0,9)
C14M26Y0K9 (14%, 26%, 0%, 9%)
(0.14 / 0.26 / 0.00 / 0.09)

CMYK percentages

%13.73
%26.18
%0
%8.63

Codes

Color #C9ACE9 in popluar color models

C9 AC E9
RGB 201 172 233
HSL 269° 58.10% 79.41%
HSB/HSV 269° 26.18% 91.37%
CMYK 13.73% 26.18% 0.00%
8.63%

Color #C9ACE9 in popluar number systems.

HEX C9 AC E9
Decimal 201 172 233
Binary 11001001 10101100 11101001
Octal 311 254 351

Shades and tints

Shades of #C9ACE9

#C9ACE9
(201,172,233)
#B79DD4
(183,157,212)
#A58EBF
(165,142,191)
#937FAA
(147,127,170)
#817095
(129,112,149)
#6F6180
(111,97,128)
#5D526B
(93,82,107)
#4B4356
(75,67,86)
#393441
(57,52,65)
#27252C
(39,37,44)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #C9ACE9

#C9ACE9
(201,172,233)
#CDB3EB
(205,179,235)
#D1BAED
(209,186,237)
#D5C1EF
(213,193,239)
#D9C8F1
(217,200,241)
#DDCFF3
(221,207,243)
#E1D6F5
(225,214,245)
#E5DDF7
(229,221,247)
#E9E4F9
(233,228,249)
#EDEBFB
(237,235,251)
#F1F2FD
(241,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9ACE9 color. Also use rgb(201,172,233) instead hex code.

Text Font Color

.myTextColor { color: #C9ACE9; }

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

This text font color is #C9ACE9.

Background Color

.myBgColor { background-color: #C9ACE9; }

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

This div background color is #C9ACE9.

Border color

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

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

This div border color is #C9ACE9.

Opacity

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

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

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

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

This text has shadow with #C9ACE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ACE9.

Preview

Color preview on black background

This text has color #C9ACE9 on black background.


Color preview on white background

This text has color #C9ACE9 on white background.


Black color preview on #C9ACE9 background

This text has black color on #C9ACE9 background.


White color preview on #C9ACE9 background

This text has white color on #C9ACE9 background.


Related colors

Complementary color

Complementary color for #hex is #365316.


I love getcolorcode.com

Triadic colors

1 #E9C9AC and #ACE9C9 with #C9ACE9 are triadic colors.

2 #E9ACC9 and #ACC9E9 with #C9ACE9 are triadic colors.