COLOR #CC93D4

HEX: #CC93D4
RGB: (204,147,212)

Color info

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

RGB color model

#CC93D4 color RGB value is (204,147,212).

  • red value is 204;
  • green value is 147;
  • blue value is 212.
RGB:
(204,147,212)
(80%,58%,83%)

RGB channels and saturation

R 204 of 255 = 80%
G 147 of 255 = 58%
B 212 of 255 = 83%

204
147
212

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

Portions of RGB colors in percentages

R + G + B =
204 + 147 + 212 = 563 (100%)
R 204 of 563 ~ 36.23%
G 147 of 563 ~ 26.11%
B 212 of 563 ~ 37.66%

%36.23
%26.11
%37.66

CMYK color model

#CC93D4 color CMYK value is (4,31,0,17).

  • cyan value is 3.77%
  • magenta value is 30.66%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(4,31,0,17)
C4M31Y0K17 
(4%,31%,0%,17%)
(0.04/0.31/0.00/0.17)	

CMYK percentages

%3.77
%30.66
%0
%16.86

Codes

Color #CC93D4 in popluar color models

CC93D4
RGB204147212
HSL293°43.05%70.39%
HSB/HSV293°30.66%83.14%
CMYK3.77%30.66%0.00%
16.86%

Color #CC93D4 in popluar number systems.

HEXCC93D4
Decimal204147212
Binary110011001001001111010100
Octal314223324

Shades and tints

Shades of #CC93D4

#CC93D4
(204,147,212)
#BA86C1
(186,134,193)
#A879AE
(168,121,174)
#966C9B
(150,108,155)
#845F88
(132,95,136)
#725275
(114,82,117)
#604562
(96,69,98)
#4E384F
(78,56,79)
#3C2B3C
(60,43,60)
#2A1E29
(42,30,41)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #CC93D4

#CC93D4
(204,147,212)
#D09CD7
(208,156,215)
#D4A5DA
(212,165,218)
#D8AEDD
(216,174,221)
#DCB7E0
(220,183,224)
#E0C0E3
(224,192,227)
#E4C9E6
(228,201,230)
#E8D2E9
(232,210,233)
#ECDBEC
(236,219,236)
#F0E4EF
(240,228,239)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC93D4 color. Also use rgb(204,147,212) instead hex code.

Text Font Color

.myTextColor { color: #CC93D4; }

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

This text font color is #CC93D4.


Background Color

.myBgColor { background-color: #CC93D4; }

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

This div background color is #CC93D4.


Border color

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

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

This div border color is #CC93D4.


Opacity

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

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

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

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

This text has shadow with #CC93D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC93D4 on black background.


Color preview on white background

This text has color #CC93D4 on white background.



Black color preview on #CC93D4 background

This text has black color on #CC93D4 background.


White color preview on #CC93D4 background

This text has white color on #CC93D4 background.