COLOR #CCA9C8

HEX: #CCA9C8 RGB: (204,169,200)

Color info

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

RGB color model

#CCA9C8 color RGB value is (204,169,200).

RGB: (204,169,200) (80%, 66%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 200 of 255 = 78%

204
169
200

R + G + B ~ 75%. #CCA9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 169 + 200 = 573 (100%)
R 204 of 573 ~ 35.6%
G 169 of 573 ~ 29.49%
B 200 of 573 ~ 34.9'%

%35.6
%29.49
%34.9

CMYK color model

#CCA9C8 color CMYK value is (0,17,2,20).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 1.96%
  • key color value is 20.00%

CMYK: (0,17,2,20)
C0M17Y2K20 (0%, 17%, 2%, 20%)
(0.00 / 0.17 / 0.02 / 0.20)

CMYK percentages

%0
%17.16
%1.96
%20

Codes

Color #CCA9C8 in popluar color models

CC A9 C8
RGB 204 169 200
HSL 307° 25.55% 73.14%
HSB/HSV 307° 17.16% 80.00%
CMYK 0.00% 17.16% 1.96%
20.00%

Color #CCA9C8 in popluar number systems.

HEX CC A9 C8
Decimal 204 169 200
Binary 11001100 10101001 11001000
Octal 314 251 310

Shades and tints

Shades of #CCA9C8

#CCA9C8
(204,169,200)
#BA9AB6
(186,154,182)
#A88BA4
(168,139,164)
#967C92
(150,124,146)
#846D80
(132,109,128)
#725E6E
(114,94,110)
#604F5C
(96,79,92)
#4E404A
(78,64,74)
#3C3138
(60,49,56)
#2A2226
(42,34,38)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #CCA9C8

#CCA9C8
(204,169,200)
#D0B0CD
(208,176,205)
#D4B7D2
(212,183,210)
#D8BED7
(216,190,215)
#DCC5DC
(220,197,220)
#E0CCE1
(224,204,225)
#E4D3E6
(228,211,230)
#E8DAEB
(232,218,235)
#ECE1F0
(236,225,240)
#F0E8F5
(240,232,245)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9C8; }

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

This text font color is #CCA9C8.

Background Color

.myBgColor { background-color: #CCA9C8; }

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

This div background color is #CCA9C8.

Border color

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

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

This div border color is #CCA9C8.

Opacity

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

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

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

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

This text has shadow with #CCA9C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA9C8.

Preview

Color preview on black background

This text has color #CCA9C8 on black background.


Color preview on white background

This text has color #CCA9C8 on white background.


Black color preview on #CCA9C8 background

This text has black color on #CCA9C8 background.


White color preview on #CCA9C8 background

This text has white color on #CCA9C8 background.


Related colors

Complementary color

Complementary color for #hex is #335637.


I love getcolorcode.com

Triadic colors

1 #C8CCA9 and #A9C8CC with #CCA9C8 are triadic colors.

2 #C8A9CC and #A9CCC8 with #CCA9C8 are triadic colors.