COLOR #CCA8D0

HEX: #CCA8D0 RGB: (204,168,208)

Color info

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

RGB color model

#CCA8D0 color RGB value is (204,168,208).

RGB: (204,168,208) (80%, 66%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 168 of 255 = 66%
B 208 of 255 = 82%

204
168
208

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

Portions of RGB colors in percentages

R + G + B = 204 + 168 + 208 = 580 (100%)
R 204 of 580 ~ 35.17%
G 168 of 580 ~ 28.97%
B 208 of 580 ~ 35.86'%

%35.17
%28.97
%35.86

CMYK color model

#CCA8D0 color CMYK value is (2,19,0,18).

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

CMYK: (2,19,0,18)
C2M19Y0K18 (2%, 19%, 0%, 18%)
(0.02 / 0.19 / 0.00 / 0.18)

CMYK percentages

%1.92
%19.23
%0
%18.43

Codes

Color #CCA8D0 in popluar color models

CC A8 D0
RGB 204 168 208
HSL 294° 29.85% 73.73%
HSB/HSV 294° 19.23% 81.57%
CMYK 1.92% 19.23% 0.00%
18.43%

Color #CCA8D0 in popluar number systems.

HEX CC A8 D0
Decimal 204 168 208
Binary 11001100 10101000 11010000
Octal 314 250 320

Shades and tints

Shades of #CCA8D0

#CCA8D0
(204,168,208)
#BA99BE
(186,153,190)
#A88AAC
(168,138,172)
#967B9A
(150,123,154)
#846C88
(132,108,136)
#725D76
(114,93,118)
#604E64
(96,78,100)
#4E3F52
(78,63,82)
#3C3040
(60,48,64)
#2A212E
(42,33,46)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #CCA8D0

#CCA8D0
(204,168,208)
#D0AFD4
(208,175,212)
#D4B6D8
(212,182,216)
#D8BDDC
(216,189,220)
#DCC4E0
(220,196,224)
#E0CBE4
(224,203,228)
#E4D2E8
(228,210,232)
#E8D9EC
(232,217,236)
#ECE0F0
(236,224,240)
#F0E7F4
(240,231,244)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA8D0; }

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

This text font color is #CCA8D0.

Background Color

.myBgColor { background-color: #CCA8D0; }

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

This div background color is #CCA8D0.

Border color

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

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

This div border color is #CCA8D0.

Opacity

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

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

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

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

This text has shadow with #CCA8D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA8D0.

Preview

Color preview on black background

This text has color #CCA8D0 on black background.


Color preview on white background

This text has color #CCA8D0 on white background.


Black color preview on #CCA8D0 background

This text has black color on #CCA8D0 background.


White color preview on #CCA8D0 background

This text has white color on #CCA8D0 background.


Related colors

Complementary color

Complementary color for #hex is #33572F.


I love getcolorcode.com

Triadic colors

1 #D0CCA8 and #A8D0CC with #CCA8D0 are triadic colors.

2 #D0A8CC and #A8CCD0 with #CCA8D0 are triadic colors.