COLOR #CC94D7

HEX: #CC94D7
RGB: (204,148,215)

Color info

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

RGB color model

#CC94D7 color RGB value is (204,148,215).

  • red value is 204;
  • green value is 148;
  • blue value is 215.
RGB:
(204,148,215)
(80%,58%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 148 of 255 = 58%
B 215 of 255 = 84%

204
148
215

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

Portions of RGB colors in percentages

R + G + B =
204 + 148 + 215 = 567 (100%)
R 204 of 567 ~ 35.98%
G 148 of 567 ~ 26.1%
B 215 of 567 ~ 37.92%

%35.98
%26.1
%37.92

CMYK color model

#CC94D7 color CMYK value is (5,31,0,16).

  • cyan value is 5.12%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(5,31,0,16)
C5M31Y0K16 
(5%,31%,0%,16%)
(0.05/0.31/0.00/0.16)	

CMYK percentages

%5.12
%31.16
%0
%15.69

Codes

Color #CC94D7 in popluar color models

CC94D7
RGB204148215
HSL290°45.58%71.18%
HSB/HSV290°31.16%84.31%
CMYK5.12%31.16%0.00%
15.69%

Color #CC94D7 in popluar number systems.

HEXCC94D7
Decimal204148215
Binary110011001001010011010111
Octal314224327

Shades and tints

Shades of #CC94D7

#CC94D7
(204,148,215)
#BA87C4
(186,135,196)
#A87AB1
(168,122,177)
#966D9E
(150,109,158)
#84608B
(132,96,139)
#725378
(114,83,120)
#604665
(96,70,101)
#4E3952
(78,57,82)
#3C2C3F
(60,44,63)
#2A1F2C
(42,31,44)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CC94D7

#CC94D7
(204,148,215)
#D09DDA
(208,157,218)
#D4A6DD
(212,166,221)
#D8AFE0
(216,175,224)
#DCB8E3
(220,184,227)
#E0C1E6
(224,193,230)
#E4CAE9
(228,202,233)
#E8D3EC
(232,211,236)
#ECDCEF
(236,220,239)
#F0E5F2
(240,229,242)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC94D7 color. Also use rgb(204,148,215) instead hex code.

Text Font Color

.myTextColor { color: #CC94D7; }

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

This text font color is #CC94D7.


Background Color

.myBgColor { background-color: #CC94D7; }

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

This div background color is #CC94D7.


Border color

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

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

This div border color is #CC94D7.


Opacity

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

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

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

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

This text has shadow with #CC94D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC94D7 on black background.


Color preview on white background

This text has color #CC94D7 on white background.



Black color preview on #CC94D7 background

This text has black color on #CC94D7 background.


White color preview on #CC94D7 background

This text has white color on #CC94D7 background.