COLOR #CCA3E5

HEX: #CCA3E5
RGB: (204,163,229)

Color info

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

RGB color model

#CCA3E5 color RGB value is (204,163,229).

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

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 229 of 255 = 90%

204
163
229

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

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 229 = 596 (100%)
R 204 of 596 ~ 34.23%
G 163 of 596 ~ 27.35%
B 229 of 596 ~ 38.42%

%34.23
%27.35
%38.42

CMYK color model

#CCA3E5 color CMYK value is (11,29,0,10).

  • cyan value is 10.92%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(11,29,0,10)
C11M29Y0K10 
(11%,29%,0%,10%)
(0.11/0.29/0.00/0.10)	

CMYK percentages

%10.92
%28.82
%0
%10.2

Codes

Color #CCA3E5 in popluar color models

CCA3E5
RGB204163229
HSL277°55.93%76.86%
HSB/HSV277°28.82%89.80%
CMYK10.92%28.82%0.00%
10.20%

Color #CCA3E5 in popluar number systems.

HEXCCA3E5
Decimal204163229
Binary110011001010001111100101
Octal314243345

Shades and tints

Shades of #CCA3E5

#CCA3E5
(204,163,229)
#BA95D1
(186,149,209)
#A887BD
(168,135,189)
#9679A9
(150,121,169)
#846B95
(132,107,149)
#725D81
(114,93,129)
#604F6D
(96,79,109)
#4E4159
(78,65,89)
#3C3345
(60,51,69)
#2A2531
(42,37,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #CCA3E5

#CCA3E5
(204,163,229)
#D0ABE7
(208,171,231)
#D4B3E9
(212,179,233)
#D8BBEB
(216,187,235)
#DCC3ED
(220,195,237)
#E0CBEF
(224,203,239)
#E4D3F1
(228,211,241)
#E8DBF3
(232,219,243)
#ECE3F5
(236,227,245)
#F0EBF7
(240,235,247)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA3E5; }

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

This text font color is #CCA3E5.


Background Color

.myBgColor { background-color: #CCA3E5; }

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

This div background color is #CCA3E5.


Border color

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

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

This div border color is #CCA3E5.


Opacity

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

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

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

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

This text has shadow with #CCA3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA3E5 on black background.


Color preview on white background

This text has color #CCA3E5 on white background.



Black color preview on #CCA3E5 background

This text has black color on #CCA3E5 background.


White color preview on #CCA3E5 background

This text has white color on #CCA3E5 background.