COLOR #CC9AEA

HEX: #CC9AEA
RGB: (204,154,234)

Color info

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

RGB color model

#CC9AEA color RGB value is (204,154,234).

  • red value is 204;
  • green value is 154;
  • blue value is 234.
RGB:
(204,154,234)
(80%,60%,92%)

RGB channels and saturation

R 204 of 255 = 80%
G 154 of 255 = 60%
B 234 of 255 = 92%

204
154
234

R + G + B ~ 77%. #CC9AEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 154 + 234 = 592 (100%)
R 204 of 592 ~ 34.46%
G 154 of 592 ~ 26.01%
B 234 of 592 ~ 39.53%

%34.46
%26.01
%39.53

CMYK color model

#CC9AEA color CMYK value is (13,34,0,8).

  • cyan value is 12.82%
  • magenta value is 34.19%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(13,34,0,8)
C13M34Y0K8 
(13%,34%,0%,8%)
(0.13/0.34/0.00/0.08)	

CMYK percentages

%12.82
%34.19
%0
%8.24

Codes

Color #CC9AEA in popluar color models

CC9AEA
RGB204154234
HSL278°65.57%76.08%
HSB/HSV278°34.19%91.76%
CMYK12.82%34.19%0.00%
8.24%

Color #CC9AEA in popluar number systems.

HEXCC9AEA
Decimal204154234
Binary110011001001101011101010
Octal314232352

Shades and tints

Shades of #CC9AEA

#CC9AEA
(204,154,234)
#BA8CD5
(186,140,213)
#A87EC0
(168,126,192)
#9670AB
(150,112,171)
#846296
(132,98,150)
#725481
(114,84,129)
#60466C
(96,70,108)
#4E3857
(78,56,87)
#3C2A42
(60,42,66)
#2A1C2D
(42,28,45)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #CC9AEA

#CC9AEA
(204,154,234)
#D0A3EB
(208,163,235)
#D4ACEC
(212,172,236)
#D8B5ED
(216,181,237)
#DCBEEE
(220,190,238)
#E0C7EF
(224,199,239)
#E4D0F0
(228,208,240)
#E8D9F1
(232,217,241)
#ECE2F2
(236,226,242)
#F0EBF3
(240,235,243)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9AEA; }

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

This text font color is #CC9AEA.


Background Color

.myBgColor { background-color: #CC9AEA; }

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

This div background color is #CC9AEA.


Border color

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

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

This div border color is #CC9AEA.


Opacity

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

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

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

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

This text has shadow with #CC9AEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9AEA on black background.


Color preview on white background

This text has color #CC9AEA on white background.



Black color preview on #CC9AEA background

This text has black color on #CC9AEA background.


White color preview on #CC9AEA background

This text has white color on #CC9AEA background.