COLOR #CCA8D7

HEX: #CCA8D7
RGB: (204,168,215)

Color info

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

RGB color model

#CCA8D7 color RGB value is (204,168,215).

  • red value is 204;
  • green value is 168;
  • blue value is 215.
RGB:
(204,168,215)
(80%,66%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 168 of 255 = 66%
B 215 of 255 = 84%

204
168
215

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

Portions of RGB colors in percentages

R + G + B =
204 + 168 + 215 = 587 (100%)
R 204 of 587 ~ 34.75%
G 168 of 587 ~ 28.62%
B 215 of 587 ~ 36.63%

%34.75
%28.62
%36.63

CMYK color model

#CCA8D7 color CMYK value is (5,22,0,16).

  • cyan value is 5.12%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(5,22,0,16)
C5M22Y0K16 
(5%,22%,0%,16%)
(0.05/0.22/0.00/0.16)	

CMYK percentages

%5.12
%21.86
%0
%15.69

Codes

Color #CCA8D7 in popluar color models

CCA8D7
RGB204168215
HSL286°37.01%75.10%
HSB/HSV286°21.86%84.31%
CMYK5.12%21.86%0.00%
15.69%

Color #CCA8D7 in popluar number systems.

HEXCCA8D7
Decimal204168215
Binary110011001010100011010111
Octal314250327

Shades and tints

Shades of #CCA8D7

#CCA8D7
(204,168,215)
#BA99C4
(186,153,196)
#A88AB1
(168,138,177)
#967B9E
(150,123,158)
#846C8B
(132,108,139)
#725D78
(114,93,120)
#604E65
(96,78,101)
#4E3F52
(78,63,82)
#3C303F
(60,48,63)
#2A212C
(42,33,44)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CCA8D7

#CCA8D7
(204,168,215)
#D0AFDA
(208,175,218)
#D4B6DD
(212,182,221)
#D8BDE0
(216,189,224)
#DCC4E3
(220,196,227)
#E0CBE6
(224,203,230)
#E4D2E9
(228,210,233)
#E8D9EC
(232,217,236)
#ECE0EF
(236,224,239)
#F0E7F2
(240,231,242)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA8D7; }

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

This text font color is #CCA8D7.


Background Color

.myBgColor { background-color: #CCA8D7; }

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

This div background color is #CCA8D7.


Border color

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

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

This div border color is #CCA8D7.


Opacity

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

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

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

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

This text has shadow with #CCA8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA8D7 on black background.


Color preview on white background

This text has color #CCA8D7 on white background.



Black color preview on #CCA8D7 background

This text has black color on #CCA8D7 background.


White color preview on #CCA8D7 background

This text has white color on #CCA8D7 background.