COLOR #CCA9D5

HEX: #CCA9D5 RGB: (204,169,213)

Color info

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

RGB color model

#CCA9D5 color RGB value is (204,169,213).

RGB: (204,169,213) (80%, 66%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 213 of 255 = 84%

204
169
213

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

Portions of RGB colors in percentages

R + G + B = 204 + 169 + 213 = 586 (100%)
R 204 of 586 ~ 34.81%
G 169 of 586 ~ 28.84%
B 213 of 586 ~ 36.35'%

%34.81
%28.84
%36.35

CMYK color model

#CCA9D5 color CMYK value is (4,21,0,16).

  • cyan value is 4.23%
  • magenta value is 20.66%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (4,21,0,16)
C4M21Y0K16 (4%, 21%, 0%, 16%)
(0.04 / 0.21 / 0.00 / 0.16)

CMYK percentages

%4.23
%20.66
%0
%16.47

Codes

Color #CCA9D5 in popluar color models

CC A9 D5
RGB 204 169 213
HSL 288° 34.38% 74.90%
HSB/HSV 288° 20.66% 83.53%
CMYK 4.23% 20.66% 0.00%
16.47%

Color #CCA9D5 in popluar number systems.

HEX CC A9 D5
Decimal 204 169 213
Binary 11001100 10101001 11010101
Octal 314 251 325

Shades and tints

Shades of #CCA9D5

#CCA9D5
(204,169,213)
#BA9AC2
(186,154,194)
#A88BAF
(168,139,175)
#967C9C
(150,124,156)
#846D89
(132,109,137)
#725E76
(114,94,118)
#604F63
(96,79,99)
#4E4050
(78,64,80)
#3C313D
(60,49,61)
#2A222A
(42,34,42)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #CCA9D5

#CCA9D5
(204,169,213)
#D0B0D8
(208,176,216)
#D4B7DB
(212,183,219)
#D8BEDE
(216,190,222)
#DCC5E1
(220,197,225)
#E0CCE4
(224,204,228)
#E4D3E7
(228,211,231)
#E8DAEA
(232,218,234)
#ECE1ED
(236,225,237)
#F0E8F0
(240,232,240)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA9D5 color. Also use rgb(204,169,213) instead hex code.

Text Font Color

.myTextColor { color: #CCA9D5; }

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

This text font color is #CCA9D5.

Background Color

.myBgColor { background-color: #CCA9D5; }

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

This div background color is #CCA9D5.

Border color

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

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

This div border color is #CCA9D5.

Opacity

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

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

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

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

This text has shadow with #CCA9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA9D5.

Preview

Color preview on black background

This text has color #CCA9D5 on black background.


Color preview on white background

This text has color #CCA9D5 on white background.


Black color preview on #CCA9D5 background

This text has black color on #CCA9D5 background.


White color preview on #CCA9D5 background

This text has white color on #CCA9D5 background.


Related colors

Complementary color

Complementary color for #hex is #33562A.


I love getcolorcode.com

Triadic colors

1 #D5CCA9 and #A9D5CC with #CCA9D5 are triadic colors.

2 #D5A9CC and #A9CCD5 with #CCA9D5 are triadic colors.