COLOR #CCA5DC

HEX: #CCA5DC RGB: (204,165,220)

Color info

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

RGB color model

#CCA5DC color RGB value is (204,165,220).

RGB: (204,165,220) (80%, 65%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 220 of 255 = 86%

204
165
220

R + G + B ~ 77%. #CCA5DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 165 + 220 = 589 (100%)
R 204 of 589 ~ 34.63%
G 165 of 589 ~ 28.01%
B 220 of 589 ~ 37.35'%

%34.63
%28.01
%37.35

CMYK color model

#CCA5DC color CMYK value is (7,25,0,14).

  • cyan value is 7.27%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (7,25,0,14)
C7M25Y0K14 (7%, 25%, 0%, 14%)
(0.07 / 0.25 / 0.00 / 0.14)

CMYK percentages

%7.27
%25
%0
%13.73

Codes

Color #CCA5DC in popluar color models

CC A5 DC
RGB 204 165 220
HSL 283° 44.00% 75.49%
HSB/HSV 283° 25.00% 86.27%
CMYK 7.27% 25.00% 0.00%
13.73%

Color #CCA5DC in popluar number systems.

HEX CC A5 DC
Decimal 204 165 220
Binary 11001100 10100101 11011100
Octal 314 245 334

Shades and tints

Shades of #CCA5DC

#CCA5DC
(204,165,220)
#BA96C8
(186,150,200)
#A887B4
(168,135,180)
#9678A0
(150,120,160)
#84698C
(132,105,140)
#725A78
(114,90,120)
#604B64
(96,75,100)
#4E3C50
(78,60,80)
#3C2D3C
(60,45,60)
#2A1E28
(42,30,40)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #CCA5DC

#CCA5DC
(204,165,220)
#D0ADDF
(208,173,223)
#D4B5E2
(212,181,226)
#D8BDE5
(216,189,229)
#DCC5E8
(220,197,232)
#E0CDEB
(224,205,235)
#E4D5EE
(228,213,238)
#E8DDF1
(232,221,241)
#ECE5F4
(236,229,244)
#F0EDF7
(240,237,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA5DC; }

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

This text font color is #CCA5DC.

Background Color

.myBgColor { background-color: #CCA5DC; }

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

This div background color is #CCA5DC.

Border color

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

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

This div border color is #CCA5DC.

Opacity

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

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

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

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

This text has shadow with #CCA5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA5DC.

Preview

Color preview on black background

This text has color #CCA5DC on black background.


Color preview on white background

This text has color #CCA5DC on white background.


Black color preview on #CCA5DC background

This text has black color on #CCA5DC background.


White color preview on #CCA5DC background

This text has white color on #CCA5DC background.


Related colors

Complementary color

Complementary color for #hex is #335A23.


I love getcolorcode.com

Triadic colors

1 #DCCCA5 and #A5DCCC with #CCA5DC are triadic colors.

2 #DCA5CC and #A5CCDC with #CCA5DC are triadic colors.