COLOR #CCA5FE

HEX: #CCA5FE
RGB: (204,165,254)

Color info

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

RGB color model

#CCA5FE color RGB value is (204,165,254).

  • red value is 204;
  • green value is 165;
  • blue value is 254.
RGB:
(204,165,254)
(80%,65%,100%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 254 of 255 = 100%

204
165
254

R + G + B ~ 82%. #CCA5FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 165 + 254 = 623 (100%)
R 204 of 623 ~ 32.74%
G 165 of 623 ~ 26.48%
B 254 of 623 ~ 40.77%

%32.74
%26.48
%40.77

CMYK color model

#CCA5FE color CMYK value is (20,35,0,0).

  • cyan value is 19.69%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(20,35,0,0)
C20M35Y0K0 
(20%,35%,0%,0%)
(0.20/0.35/0.00/0.00)	

CMYK percentages

%19.69
%35.04
%0
%0.39

Codes

Color #CCA5FE in popluar color models

CCA5FE
RGB204165254
HSL266°97.80%82.16%
HSB/HSV266°35.04%99.61%
CMYK19.69%35.04%0.00%
0.39%

Color #CCA5FE in popluar number systems.

HEXCCA5FE
Decimal204165254
Binary110011001010010111111110
Octal314245376

Shades and tints

Shades of #CCA5FE

#CCA5FE
(204,165,254)
#BA96E7
(186,150,231)
#A887D0
(168,135,208)
#9678B9
(150,120,185)
#8469A2
(132,105,162)
#725A8B
(114,90,139)
#604B74
(96,75,116)
#4E3C5D
(78,60,93)
#3C2D46
(60,45,70)
#2A1E2F
(42,30,47)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #CCA5FE

#CCA5FE
(204,165,254)
#D0ADFE
(208,173,254)
#D4B5FE
(212,181,254)
#D8BDFE
(216,189,254)
#DCC5FE
(220,197,254)
#E0CDFE
(224,205,254)
#E4D5FE
(228,213,254)
#E8DDFE
(232,221,254)
#ECE5FE
(236,229,254)
#F0EDFE
(240,237,254)
#F4F5FE
(244,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA5FE color. Also use rgb(204,165,254) instead hex code.

Text Font Color

.myTextColor { color: #CCA5FE; }

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

This text font color is #CCA5FE.


Background Color

.myBgColor { background-color: #CCA5FE; }

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

This div background color is #CCA5FE.


Border color

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

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

This div border color is #CCA5FE.


Opacity

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

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

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

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

This text has shadow with #CCA5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA5FE on black background.


Color preview on white background

This text has color #CCA5FE on white background.



Black color preview on #CCA5FE background

This text has black color on #CCA5FE background.


White color preview on #CCA5FE background

This text has white color on #CCA5FE background.