COLOR #CCA3E3

HEX: #CCA3E3
RGB: (204,163,227)

Color info

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

RGB color model

#CCA3E3 color RGB value is (204,163,227).

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

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 227 of 255 = 89%

204
163
227

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

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 227 = 594 (100%)
R 204 of 594 ~ 34.34%
G 163 of 594 ~ 27.44%
B 227 of 594 ~ 38.22%

%34.34
%27.44
%38.22

CMYK color model

#CCA3E3 color CMYK value is (10,28,0,11).

  • cyan value is 10.13%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(10,28,0,11)
C10M28Y0K11 
(10%,28%,0%,11%)
(0.10/0.28/0.00/0.11)	

CMYK percentages

%10.13
%28.19
%0
%10.98

Codes

Color #CCA3E3 in popluar color models

CCA3E3
RGB204163227
HSL278°53.33%76.47%
HSB/HSV278°28.19%89.02%
CMYK10.13%28.19%0.00%
10.98%

Color #CCA3E3 in popluar number systems.

HEXCCA3E3
Decimal204163227
Binary110011001010001111100011
Octal314243343

Shades and tints

Shades of #CCA3E3

#CCA3E3
(204,163,227)
#BA95CF
(186,149,207)
#A887BB
(168,135,187)
#9679A7
(150,121,167)
#846B93
(132,107,147)
#725D7F
(114,93,127)
#604F6B
(96,79,107)
#4E4157
(78,65,87)
#3C3343
(60,51,67)
#2A252F
(42,37,47)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #CCA3E3

#CCA3E3
(204,163,227)
#D0ABE5
(208,171,229)
#D4B3E7
(212,179,231)
#D8BBE9
(216,187,233)
#DCC3EB
(220,195,235)
#E0CBED
(224,203,237)
#E4D3EF
(228,211,239)
#E8DBF1
(232,219,241)
#ECE3F3
(236,227,243)
#F0EBF5
(240,235,245)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA3E3; }

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

This text font color is #CCA3E3.


Background Color

.myBgColor { background-color: #CCA3E3; }

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

This div background color is #CCA3E3.


Border color

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

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

This div border color is #CCA3E3.


Opacity

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

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

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

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

This text has shadow with #CCA3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA3E3 on black background.


Color preview on white background

This text has color #CCA3E3 on white background.



Black color preview on #CCA3E3 background

This text has black color on #CCA3E3 background.


White color preview on #CCA3E3 background

This text has white color on #CCA3E3 background.