COLOR #CC9AD0

HEX: #CC9AD0
RGB: (204,154,208)

Color info

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

RGB color model

#CC9AD0 color RGB value is (204,154,208).

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

RGB channels and saturation

R 204 of 255 = 80%
G 154 of 255 = 60%
B 208 of 255 = 82%

204
154
208

R + G + B ~ 74%. #CC9AD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 154 + 208 = 566 (100%)
R 204 of 566 ~ 36.04%
G 154 of 566 ~ 27.21%
B 208 of 566 ~ 36.75%

%36.04
%27.21
%36.75

CMYK color model

#CC9AD0 color CMYK value is (2,26,0,18).

  • cyan value is 1.92%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(2,26,0,18)
C2M26Y0K18 
(2%,26%,0%,18%)
(0.02/0.26/0.00/0.18)	

CMYK percentages

%1.92
%25.96
%0
%18.43

Codes

Color #CC9AD0 in popluar color models

CC9AD0
RGB204154208
HSL296°36.49%70.98%
HSB/HSV296°25.96%81.57%
CMYK1.92%25.96%0.00%
18.43%

Color #CC9AD0 in popluar number systems.

HEXCC9AD0
Decimal204154208
Binary110011001001101011010000
Octal314232320

Shades and tints

Shades of #CC9AD0

#CC9AD0
(204,154,208)
#BA8CBE
(186,140,190)
#A87EAC
(168,126,172)
#96709A
(150,112,154)
#846288
(132,98,136)
#725476
(114,84,118)
#604664
(96,70,100)
#4E3852
(78,56,82)
#3C2A40
(60,42,64)
#2A1C2E
(42,28,46)
#180E1C
(24,14,28)
#000000
(0,0,0)

Tints of #CC9AD0

#CC9AD0
(204,154,208)
#D0A3D4
(208,163,212)
#D4ACD8
(212,172,216)
#D8B5DC
(216,181,220)
#DCBEE0
(220,190,224)
#E0C7E4
(224,199,228)
#E4D0E8
(228,208,232)
#E8D9EC
(232,217,236)
#ECE2F0
(236,226,240)
#F0EBF4
(240,235,244)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9AD0; }

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

This text font color is #CC9AD0.


Background Color

.myBgColor { background-color: #CC9AD0; }

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

This div background color is #CC9AD0.


Border color

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

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

This div border color is #CC9AD0.


Opacity

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

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

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

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

This text has shadow with #CC9AD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9AD0 on black background.


Color preview on white background

This text has color #CC9AD0 on white background.



Black color preview on #CC9AD0 background

This text has black color on #CC9AD0 background.


White color preview on #CC9AD0 background

This text has white color on #CC9AD0 background.