COLOR #CC7ED9

HEX: #CC7ED9
RGB: (204,126,217)

Color info

#CC7ED9 contains mainly red and blue colors. Web safe color of #CC7ED9 is #CC66CC (or #C6C).

RGB color model

#CC7ED9 color RGB value is (204,126,217).

  • red value is 204;
  • green value is 126;
  • blue value is 217.
RGB:
(204,126,217)
(80%,49%,85%)

RGB channels and saturation

R 204 of 255 = 80%
G 126 of 255 = 49%
B 217 of 255 = 85%

204
126
217

R + G + B ~ 71%. #CC7ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 126 + 217 = 547 (100%)
R 204 of 547 ~ 37.29%
G 126 of 547 ~ 23.03%
B 217 of 547 ~ 39.67%

%37.29
%23.03
%39.67

CMYK color model

#CC7ED9 color CMYK value is (6,42,0,15).

  • cyan value is 5.99%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(6,42,0,15)
C6M42Y0K15 
(6%,42%,0%,15%)
(0.06/0.42/0.00/0.15)	

CMYK percentages

%5.99
%41.94
%0
%14.9

Codes

Color #CC7ED9 in popluar color models

CC7ED9
RGB204126217
HSL291°54.49%67.25%
HSB/HSV291°41.94%85.10%
CMYK5.99%41.94%0.00%
14.90%

Color #CC7ED9 in popluar number systems.

HEXCC7ED9
Decimal204126217
Binary11001100111111011011001
Octal314176331

Shades and tints

Shades of #CC7ED9

#CC7ED9
(204,126,217)
#BA73C6
(186,115,198)
#A868B3
(168,104,179)
#965DA0
(150,93,160)
#84528D
(132,82,141)
#72477A
(114,71,122)
#603C67
(96,60,103)
#4E3154
(78,49,84)
#3C2641
(60,38,65)
#2A1B2E
(42,27,46)
#18101B
(24,16,27)
#000000
(0,0,0)

Tints of #CC7ED9

#CC7ED9
(204,126,217)
#D089DC
(208,137,220)
#D494DF
(212,148,223)
#D89FE2
(216,159,226)
#DCAAE5
(220,170,229)
#E0B5E8
(224,181,232)
#E4C0EB
(228,192,235)
#E8CBEE
(232,203,238)
#ECD6F1
(236,214,241)
#F0E1F4
(240,225,244)
#F4ECF7
(244,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7ED9 color. Also use rgb(204,126,217) instead hex code.

Text Font Color

.myTextColor { color: #CC7ED9; }

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

This text font color is #CC7ED9.


Background Color

.myBgColor { background-color: #CC7ED9; }

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

This div background color is #CC7ED9.


Border color

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

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

This div border color is #CC7ED9.


Opacity

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

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

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

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

This text has shadow with #CC7ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7ED9 on black background.


Color preview on white background

This text has color #CC7ED9 on white background.



Black color preview on #CC7ED9 background

This text has black color on #CC7ED9 background.


White color preview on #CC7ED9 background

This text has white color on #CC7ED9 background.