COLOR #CCA0EC

HEX: #CCA0EC
RGB: (204,160,236)

Color info

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

RGB color model

#CCA0EC color RGB value is (204,160,236).

  • red value is 204;
  • green value is 160;
  • blue value is 236.
RGB:
(204,160,236)
(80%,63%,93%)

RGB channels and saturation

R 204 of 255 = 80%
G 160 of 255 = 63%
B 236 of 255 = 93%

204
160
236

R + G + B ~ 79%. #CCA0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 160 + 236 = 600 (100%)
R 204 of 600 ~ 34%
G 160 of 600 ~ 26.67%
B 236 of 600 ~ 39.33%

%34
%26.67
%39.33

CMYK color model

#CCA0EC color CMYK value is (14,32,0,7).

  • cyan value is 13.56%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(14,32,0,7)
C14M32Y0K7 
(14%,32%,0%,7%)
(0.14/0.32/0.00/0.07)	

CMYK percentages

%13.56
%32.2
%0
%7.45

Codes

Color #CCA0EC in popluar color models

CCA0EC
RGB204160236
HSL275°66.67%77.65%
HSB/HSV275°32.20%92.55%
CMYK13.56%32.20%0.00%
7.45%

Color #CCA0EC in popluar number systems.

HEXCCA0EC
Decimal204160236
Binary110011001010000011101100
Octal314240354

Shades and tints

Shades of #CCA0EC

#CCA0EC
(204,160,236)
#BA92D7
(186,146,215)
#A884C2
(168,132,194)
#9676AD
(150,118,173)
#846898
(132,104,152)
#725A83
(114,90,131)
#604C6E
(96,76,110)
#4E3E59
(78,62,89)
#3C3044
(60,48,68)
#2A222F
(42,34,47)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #CCA0EC

#CCA0EC
(204,160,236)
#D0A8ED
(208,168,237)
#D4B0EE
(212,176,238)
#D8B8EF
(216,184,239)
#DCC0F0
(220,192,240)
#E0C8F1
(224,200,241)
#E4D0F2
(228,208,242)
#E8D8F3
(232,216,243)
#ECE0F4
(236,224,244)
#F0E8F5
(240,232,245)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA0EC color. Also use rgb(204,160,236) instead hex code.

Text Font Color

.myTextColor { color: #CCA0EC; }

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

This text font color is #CCA0EC.


Background Color

.myBgColor { background-color: #CCA0EC; }

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

This div background color is #CCA0EC.


Border color

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

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

This div border color is #CCA0EC.


Opacity

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

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

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

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

This text has shadow with #CCA0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA0EC on black background.


Color preview on white background

This text has color #CCA0EC on white background.



Black color preview on #CCA0EC background

This text has black color on #CCA0EC background.


White color preview on #CCA0EC background

This text has white color on #CCA0EC background.