COLOR #CCA2F0

HEX: #CCA2F0 RGB: (204,162,240)

Color info

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

RGB color model

#CCA2F0 color RGB value is (204,162,240).

RGB: (204,162,240) (80%, 64%, 94%)

RGB channels and saturation

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

204
162
240

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

Portions of RGB colors in percentages

R + G + B = 204 + 162 + 240 = 606 (100%)
R 204 of 606 ~ 33.66%
G 162 of 606 ~ 26.73%
B 240 of 606 ~ 39.6'%

%33.66
%26.73
%39.6

CMYK color model

#CCA2F0 color CMYK value is (15,33,0,6).

  • cyan value is 15.00%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (15,33,0,6)
C15M33Y0K6 (15%, 33%, 0%, 6%)
(0.15 / 0.33 / 0.00 / 0.06)

CMYK percentages

%15
%32.5
%0
%5.88

Codes

Color #CCA2F0 in popluar color models

CC A2 F0
RGB 204 162 240
HSL 272° 72.22% 78.82%
HSB/HSV 272° 32.50% 94.12%
CMYK 15.00% 32.50% 0.00%
5.88%

Color #CCA2F0 in popluar number systems.

HEX CC A2 F0
Decimal 204 162 240
Binary 11001100 10100010 11110000
Octal 314 242 360

Shades and tints

Shades of #CCA2F0

#CCA2F0
(204,162,240)
#BA94DB
(186,148,219)
#A886C6
(168,134,198)
#9678B1
(150,120,177)
#846A9C
(132,106,156)
#725C87
(114,92,135)
#604E72
(96,78,114)
#4E405D
(78,64,93)
#3C3248
(60,50,72)
#2A2433
(42,36,51)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #CCA2F0

#CCA2F0
(204,162,240)
#D0AAF1
(208,170,241)
#D4B2F2
(212,178,242)
#D8BAF3
(216,186,243)
#DCC2F4
(220,194,244)
#E0CAF5
(224,202,245)
#E4D2F6
(228,210,246)
#E8DAF7
(232,218,247)
#ECE2F8
(236,226,248)
#F0EAF9
(240,234,249)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA2F0; }

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

This text font color is #CCA2F0.

Background Color

.myBgColor { background-color: #CCA2F0; }

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

This div background color is #CCA2F0.

Border color

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

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

This div border color is #CCA2F0.

Opacity

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

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

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

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

This text has shadow with #CCA2F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA2F0.

Preview

Color preview on black background

This text has color #CCA2F0 on black background.


Color preview on white background

This text has color #CCA2F0 on white background.


Black color preview on #CCA2F0 background

This text has black color on #CCA2F0 background.


White color preview on #CCA2F0 background

This text has white color on #CCA2F0 background.


Related colors

Complementary color

Complementary color for #hex is #335D0F.


I love getcolorcode.com

Triadic colors

1 #F0CCA2 and #A2F0CC with #CCA2F0 are triadic colors.

2 #F0A2CC and #A2CCF0 with #CCA2F0 are triadic colors.