COLOR #C9A3EC

HEX: #C9A3EC RGB: (201,163,236)

Color info

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

RGB color model

#C9A3EC color RGB value is (201,163,236).

RGB: (201,163,236) (79%, 64%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 163 of 255 = 64%
B 236 of 255 = 93%

201
163
236

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

Portions of RGB colors in percentages

R + G + B = 201 + 163 + 236 = 600 (100%)
R 201 of 600 ~ 33.5%
G 163 of 600 ~ 27.17%
B 236 of 600 ~ 39.33'%

%33.5
%27.17
%39.33

CMYK color model

#C9A3EC color CMYK value is (15,31,0,7).

  • cyan value is 14.83%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (15,31,0,7)
C15M31Y0K7 (15%, 31%, 0%, 7%)
(0.15 / 0.31 / 0.00 / 0.07)

CMYK percentages

%14.83
%30.93
%0
%7.45

Codes

Color #C9A3EC in popluar color models

C9 A3 EC
RGB 201 163 236
HSL 271° 65.77% 78.24%
HSB/HSV 271° 30.93% 92.55%
CMYK 14.83% 30.93% 0.00%
7.45%

Color #C9A3EC in popluar number systems.

HEX C9 A3 EC
Decimal 201 163 236
Binary 11001001 10100011 11101100
Octal 311 243 354

Shades and tints

Shades of #C9A3EC

#C9A3EC
(201,163,236)
#B795D7
(183,149,215)
#A587C2
(165,135,194)
#9379AD
(147,121,173)
#816B98
(129,107,152)
#6F5D83
(111,93,131)
#5D4F6E
(93,79,110)
#4B4159
(75,65,89)
#393344
(57,51,68)
#27252F
(39,37,47)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9A3EC

#C9A3EC
(201,163,236)
#CDABED
(205,171,237)
#D1B3EE
(209,179,238)
#D5BBEF
(213,187,239)
#D9C3F0
(217,195,240)
#DDCBF1
(221,203,241)
#E1D3F2
(225,211,242)
#E5DBF3
(229,219,243)
#E9E3F4
(233,227,244)
#EDEBF5
(237,235,245)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A3EC color. Also use rgb(201,163,236) instead hex code.

Text Font Color

.myTextColor { color: #C9A3EC; }

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

This text font color is #C9A3EC.

Background Color

.myBgColor { background-color: #C9A3EC; }

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

This div background color is #C9A3EC.

Border color

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

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

This div border color is #C9A3EC.

Opacity

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

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

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

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

This text has shadow with #C9A3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A3EC.

Preview

Color preview on black background

This text has color #C9A3EC on black background.


Color preview on white background

This text has color #C9A3EC on white background.


Black color preview on #C9A3EC background

This text has black color on #C9A3EC background.


White color preview on #C9A3EC background

This text has white color on #C9A3EC background.


Related colors

Complementary color

Complementary color for #hex is #365C13.


I love getcolorcode.com

Triadic colors

1 #ECC9A3 and #A3ECC9 with #C9A3EC are triadic colors.

2 #ECA3C9 and #A3C9EC with #C9A3EC are triadic colors.