COLOR #CC9AE1

HEX: #CC9AE1 RGB: (204,154,225)

Color info

#CC9AE1 contains mainly red and blue colors. Web safe color of #CC9AE1 is #CC99CC (or #C9C).

RGB color model

#CC9AE1 color RGB value is (204,154,225).

RGB: (204,154,225) (80%, 60%, 88%)

RGB channels and saturation

R 204 of 255 = 80%
G 154 of 255 = 60%
B 225 of 255 = 88%

204
154
225

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

Portions of RGB colors in percentages

R + G + B = 204 + 154 + 225 = 583 (100%)
R 204 of 583 ~ 34.99%
G 154 of 583 ~ 26.42%
B 225 of 583 ~ 38.59'%

%34.99
%26.42
%38.59

CMYK color model

#CC9AE1 color CMYK value is (9,32,0,12).

  • cyan value is 9.33%
  • magenta value is 31.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (9,32,0,12)
C9M32Y0K12 (9%, 32%, 0%, 12%)
(0.09 / 0.32 / 0.00 / 0.12)

CMYK percentages

%9.33
%31.56
%0
%11.76

Codes

Color #CC9AE1 in popluar color models

CC 9A E1
RGB 204 154 225
HSL 282° 54.20% 74.31%
HSB/HSV 282° 31.56% 88.24%
CMYK 9.33% 31.56% 0.00%
11.76%

Color #CC9AE1 in popluar number systems.

HEX CC 9A E1
Decimal 204 154 225
Binary 11001100 10011010 11100001
Octal 314 232 341

Shades and tints

Shades of #CC9AE1

#CC9AE1
(204,154,225)
#BA8CCD
(186,140,205)
#A87EB9
(168,126,185)
#9670A5
(150,112,165)
#846291
(132,98,145)
#72547D
(114,84,125)
#604669
(96,70,105)
#4E3855
(78,56,85)
#3C2A41
(60,42,65)
#2A1C2D
(42,28,45)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #CC9AE1

#CC9AE1
(204,154,225)
#D0A3E3
(208,163,227)
#D4ACE5
(212,172,229)
#D8B5E7
(216,181,231)
#DCBEE9
(220,190,233)
#E0C7EB
(224,199,235)
#E4D0ED
(228,208,237)
#E8D9EF
(232,217,239)
#ECE2F1
(236,226,241)
#F0EBF3
(240,235,243)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9AE1 color. Also use rgb(204,154,225) instead hex code.

Text Font Color

.myTextColor { color: #CC9AE1; }

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

This text font color is #CC9AE1.

Background Color

.myBgColor { background-color: #CC9AE1; }

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

This div background color is #CC9AE1.

Border color

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

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

This div border color is #CC9AE1.

Opacity

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

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

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

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

This text has shadow with #CC9AE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9AE1.

Preview

Color preview on black background

This text has color #CC9AE1 on black background.


Color preview on white background

This text has color #CC9AE1 on white background.


Black color preview on #CC9AE1 background

This text has black color on #CC9AE1 background.


White color preview on #CC9AE1 background

This text has white color on #CC9AE1 background.


Related colors

Complementary color

Complementary color for #hex is #33651E.


I love getcolorcode.com

Triadic colors

1 #E1CC9A and #9AE1CC with #CC9AE1 are triadic colors.

2 #E19ACC and #9ACCE1 with #CC9AE1 are triadic colors.