COLOR #CCA5D7

HEX: #CCA5D7
RGB: (204,165,215)

Color info

#CCA5D7 contains red, green and blue colors in about the same proportion. Web safe color of #CCA5D7 is #CC99CC (or #C9C).

RGB color model

#CCA5D7 color RGB value is (204,165,215).

  • red value is 204;
  • green value is 165;
  • blue value is 215.
RGB:
(204,165,215)
(80%,65%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 215 of 255 = 84%

204
165
215

R + G + B ~ 76%. #CCA5D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 165 + 215 = 584 (100%)
R 204 of 584 ~ 34.93%
G 165 of 584 ~ 28.25%
B 215 of 584 ~ 36.82%

%34.93
%28.25
%36.82

CMYK color model

#CCA5D7 color CMYK value is (5,23,0,16).

  • cyan value is 5.12%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(5,23,0,16)
C5M23Y0K16 
(5%,23%,0%,16%)
(0.05/0.23/0.00/0.16)	

CMYK percentages

%5.12
%23.26
%0
%15.69

Codes

Color #CCA5D7 in popluar color models

CCA5D7
RGB204165215
HSL287°38.46%74.51%
HSB/HSV287°23.26%84.31%
CMYK5.12%23.26%0.00%
15.69%

Color #CCA5D7 in popluar number systems.

HEXCCA5D7
Decimal204165215
Binary110011001010010111010111
Octal314245327

Shades and tints

Shades of #CCA5D7

#CCA5D7
(204,165,215)
#BA96C4
(186,150,196)
#A887B1
(168,135,177)
#96789E
(150,120,158)
#84698B
(132,105,139)
#725A78
(114,90,120)
#604B65
(96,75,101)
#4E3C52
(78,60,82)
#3C2D3F
(60,45,63)
#2A1E2C
(42,30,44)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #CCA5D7

#CCA5D7
(204,165,215)
#D0ADDA
(208,173,218)
#D4B5DD
(212,181,221)
#D8BDE0
(216,189,224)
#DCC5E3
(220,197,227)
#E0CDE6
(224,205,230)
#E4D5E9
(228,213,233)
#E8DDEC
(232,221,236)
#ECE5EF
(236,229,239)
#F0EDF2
(240,237,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA5D7 color. Also use rgb(204,165,215) instead hex code.

Text Font Color

.myTextColor { color: #CCA5D7; }

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

This text font color is #CCA5D7.


Background Color

.myBgColor { background-color: #CCA5D7; }

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

This div background color is #CCA5D7.


Border color

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

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

This div border color is #CCA5D7.


Opacity

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

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

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

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

This text has shadow with #CCA5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA5D7 on black background.


Color preview on white background

This text has color #CCA5D7 on white background.



Black color preview on #CCA5D7 background

This text has black color on #CCA5D7 background.


White color preview on #CCA5D7 background

This text has white color on #CCA5D7 background.