COLOR #CCA5D0

HEX: #CCA5D0 RGB: (204,165,208)

Color info

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

RGB color model

#CCA5D0 color RGB value is (204,165,208).

RGB: (204,165,208) (80%, 65%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 208 of 255 = 82%

204
165
208

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

Portions of RGB colors in percentages

R + G + B = 204 + 165 + 208 = 577 (100%)
R 204 of 577 ~ 35.36%
G 165 of 577 ~ 28.6%
B 208 of 577 ~ 36.05'%

%35.36
%28.6
%36.05

CMYK color model

#CCA5D0 color CMYK value is (2,21,0,18).

  • cyan value is 1.92%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (2,21,0,18)
C2M21Y0K18 (2%, 21%, 0%, 18%)
(0.02 / 0.21 / 0.00 / 0.18)

CMYK percentages

%1.92
%20.67
%0
%18.43

Codes

Color #CCA5D0 in popluar color models

CC A5 D0
RGB 204 165 208
HSL 294° 31.39% 73.14%
HSB/HSV 294° 20.67% 81.57%
CMYK 1.92% 20.67% 0.00%
18.43%

Color #CCA5D0 in popluar number systems.

HEX CC A5 D0
Decimal 204 165 208
Binary 11001100 10100101 11010000
Octal 314 245 320

Shades and tints

Shades of #CCA5D0

#CCA5D0
(204,165,208)
#BA96BE
(186,150,190)
#A887AC
(168,135,172)
#96789A
(150,120,154)
#846988
(132,105,136)
#725A76
(114,90,118)
#604B64
(96,75,100)
#4E3C52
(78,60,82)
#3C2D40
(60,45,64)
#2A1E2E
(42,30,46)
#180F1C
(24,15,28)
#000000
(0,0,0)

Tints of #CCA5D0

#CCA5D0
(204,165,208)
#D0ADD4
(208,173,212)
#D4B5D8
(212,181,216)
#D8BDDC
(216,189,220)
#DCC5E0
(220,197,224)
#E0CDE4
(224,205,228)
#E4D5E8
(228,213,232)
#E8DDEC
(232,221,236)
#ECE5F0
(236,229,240)
#F0EDF4
(240,237,244)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA5D0; }

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

This text font color is #CCA5D0.

Background Color

.myBgColor { background-color: #CCA5D0; }

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

This div background color is #CCA5D0.

Border color

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

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

This div border color is #CCA5D0.

Opacity

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

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

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

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

This text has shadow with #CCA5D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA5D0.

Preview

Color preview on black background

This text has color #CCA5D0 on black background.


Color preview on white background

This text has color #CCA5D0 on white background.


Black color preview on #CCA5D0 background

This text has black color on #CCA5D0 background.


White color preview on #CCA5D0 background

This text has white color on #CCA5D0 background.


Related colors

Complementary color

Complementary color for #hex is #335A2F.


I love getcolorcode.com

Triadic colors

1 #D0CCA5 and #A5D0CC with #CCA5D0 are triadic colors.

2 #D0A5CC and #A5CCD0 with #CCA5D0 are triadic colors.