COLOR #CCA2EF

HEX: #CCA2EF
RGB: (204,162,239)

Color info

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

RGB color model

#CCA2EF color RGB value is (204,162,239).

  • red value is 204;
  • green value is 162;
  • blue value is 239.
RGB:
(204,162,239)
(80%,64%,94%)

RGB channels and saturation

R 204 of 255 = 80%
G 162 of 255 = 64%
B 239 of 255 = 94%

204
162
239

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

Portions of RGB colors in percentages

R + G + B =
204 + 162 + 239 = 605 (100%)
R 204 of 605 ~ 33.72%
G 162 of 605 ~ 26.78%
B 239 of 605 ~ 39.5%

%33.72
%26.78
%39.5

CMYK color model

#CCA2EF color CMYK value is (15,32,0,6).

  • cyan value is 14.64%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(15,32,0,6)
C15M32Y0K6 
(15%,32%,0%,6%)
(0.15/0.32/0.00/0.06)	

CMYK percentages

%14.64
%32.22
%0
%6.27

Codes

Color #CCA2EF in popluar color models

CCA2EF
RGB204162239
HSL273°70.64%78.63%
HSB/HSV273°32.22%93.73%
CMYK14.64%32.22%0.00%
6.27%

Color #CCA2EF in popluar number systems.

HEXCCA2EF
Decimal204162239
Binary110011001010001011101111
Octal314242357

Shades and tints

Shades of #CCA2EF

#CCA2EF
(204,162,239)
#BA94DA
(186,148,218)
#A886C5
(168,134,197)
#9678B0
(150,120,176)
#846A9B
(132,106,155)
#725C86
(114,92,134)
#604E71
(96,78,113)
#4E405C
(78,64,92)
#3C3247
(60,50,71)
#2A2432
(42,36,50)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #CCA2EF

#CCA2EF
(204,162,239)
#D0AAF0
(208,170,240)
#D4B2F1
(212,178,241)
#D8BAF2
(216,186,242)
#DCC2F3
(220,194,243)
#E0CAF4
(224,202,244)
#E4D2F5
(228,210,245)
#E8DAF6
(232,218,246)
#ECE2F7
(236,226,247)
#F0EAF8
(240,234,248)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA2EF color. Also use rgb(204,162,239) instead hex code.

Text Font Color

.myTextColor { color: #CCA2EF; }

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

This text font color is #CCA2EF.


Background Color

.myBgColor { background-color: #CCA2EF; }

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

This div background color is #CCA2EF.


Border color

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

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

This div border color is #CCA2EF.


Opacity

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

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

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

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

This text has shadow with #CCA2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA2EF on black background.


Color preview on white background

This text has color #CCA2EF on white background.



Black color preview on #CCA2EF background

This text has black color on #CCA2EF background.


White color preview on #CCA2EF background

This text has white color on #CCA2EF background.