COLOR #CCA4E3

HEX: #CCA4E3
RGB: (204,164,227)

Color info

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

RGB color model

#CCA4E3 color RGB value is (204,164,227).

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

RGB channels and saturation

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

204
164
227

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

Portions of RGB colors in percentages

R + G + B =
204 + 164 + 227 = 595 (100%)
R 204 of 595 ~ 34.29%
G 164 of 595 ~ 27.56%
B 227 of 595 ~ 38.15%

%34.29
%27.56
%38.15

CMYK color model

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

  • cyan value is 10.13%
  • magenta value is 27.75%
  • 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
%27.75
%0
%10.98

Codes

Color #CCA4E3 in popluar color models

CCA4E3
RGB204164227
HSL278°52.94%76.67%
HSB/HSV278°27.75%89.02%
CMYK10.13%27.75%0.00%
10.98%

Color #CCA4E3 in popluar number systems.

HEXCCA4E3
Decimal204164227
Binary110011001010010011100011
Octal314244343

Shades and tints

Shades of #CCA4E3

#CCA4E3
(204,164,227)
#BA96CF
(186,150,207)
#A888BB
(168,136,187)
#967AA7
(150,122,167)
#846C93
(132,108,147)
#725E7F
(114,94,127)
#60506B
(96,80,107)
#4E4257
(78,66,87)
#3C3443
(60,52,67)
#2A262F
(42,38,47)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #CCA4E3

#CCA4E3
(204,164,227)
#D0ACE5
(208,172,229)
#D4B4E7
(212,180,231)
#D8BCE9
(216,188,233)
#DCC4EB
(220,196,235)
#E0CCED
(224,204,237)
#E4D4EF
(228,212,239)
#E8DCF1
(232,220,241)
#ECE4F3
(236,228,243)
#F0ECF5
(240,236,245)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA4E3; }

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

This text font color is #CCA4E3.


Background Color

.myBgColor { background-color: #CCA4E3; }

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

This div background color is #CCA4E3.


Border color

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

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

This div border color is #CCA4E3.


Opacity

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

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

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

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

This text has shadow with #CCA4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA4E3 on black background.


Color preview on white background

This text has color #CCA4E3 on white background.



Black color preview on #CCA4E3 background

This text has black color on #CCA4E3 background.


White color preview on #CCA4E3 background

This text has white color on #CCA4E3 background.