COLOR #CCA1E5

HEX: #CCA1E5
RGB: (204,161,229)

Color info

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

RGB color model

#CCA1E5 color RGB value is (204,161,229).

  • red value is 204;
  • green value is 161;
  • blue value is 229.
RGB:
(204,161,229)
(80%,63%,90%)

RGB channels and saturation

R 204 of 255 = 80%
G 161 of 255 = 63%
B 229 of 255 = 90%

204
161
229

R + G + B ~ 78%. #CCA1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 161 + 229 = 594 (100%)
R 204 of 594 ~ 34.34%
G 161 of 594 ~ 27.1%
B 229 of 594 ~ 38.55%

%34.34
%27.1
%38.55

CMYK color model

#CCA1E5 color CMYK value is (11,30,0,10).

  • cyan value is 10.92%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(11,30,0,10)
C11M30Y0K10 
(11%,30%,0%,10%)
(0.11/0.30/0.00/0.10)	

CMYK percentages

%10.92
%29.69
%0
%10.2

Codes

Color #CCA1E5 in popluar color models

CCA1E5
RGB204161229
HSL278°56.67%76.47%
HSB/HSV278°29.69%89.80%
CMYK10.92%29.69%0.00%
10.20%

Color #CCA1E5 in popluar number systems.

HEXCCA1E5
Decimal204161229
Binary110011001010000111100101
Octal314241345

Shades and tints

Shades of #CCA1E5

#CCA1E5
(204,161,229)
#BA93D1
(186,147,209)
#A885BD
(168,133,189)
#9677A9
(150,119,169)
#846995
(132,105,149)
#725B81
(114,91,129)
#604D6D
(96,77,109)
#4E3F59
(78,63,89)
#3C3145
(60,49,69)
#2A2331
(42,35,49)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #CCA1E5

#CCA1E5
(204,161,229)
#D0A9E7
(208,169,231)
#D4B1E9
(212,177,233)
#D8B9EB
(216,185,235)
#DCC1ED
(220,193,237)
#E0C9EF
(224,201,239)
#E4D1F1
(228,209,241)
#E8D9F3
(232,217,243)
#ECE1F5
(236,225,245)
#F0E9F7
(240,233,247)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA1E5 color. Also use rgb(204,161,229) instead hex code.

Text Font Color

.myTextColor { color: #CCA1E5; }

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

This text font color is #CCA1E5.


Background Color

.myBgColor { background-color: #CCA1E5; }

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

This div background color is #CCA1E5.


Border color

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

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

This div border color is #CCA1E5.


Opacity

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

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

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

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

This text has shadow with #CCA1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA1E5 on black background.


Color preview on white background

This text has color #CCA1E5 on white background.



Black color preview on #CCA1E5 background

This text has black color on #CCA1E5 background.


White color preview on #CCA1E5 background

This text has white color on #CCA1E5 background.