COLOR #CCA6DC

HEX: #CCA6DC
RGB: (204,166,220)

Color info

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

RGB color model

#CCA6DC color RGB value is (204,166,220).

  • red value is 204;
  • green value is 166;
  • blue value is 220.
RGB:
(204,166,220)
(80%,65%,86%)

RGB channels and saturation

R 204 of 255 = 80%
G 166 of 255 = 65%
B 220 of 255 = 86%

204
166
220

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

Portions of RGB colors in percentages

R + G + B =
204 + 166 + 220 = 590 (100%)
R 204 of 590 ~ 34.58%
G 166 of 590 ~ 28.14%
B 220 of 590 ~ 37.29%

%34.58
%28.14
%37.29

CMYK color model

#CCA6DC color CMYK value is (7,25,0,14).

  • cyan value is 7.27%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(7,25,0,14)
C7M25Y0K14 
(7%,25%,0%,14%)
(0.07/0.25/0.00/0.14)	

CMYK percentages

%7.27
%24.55
%0
%13.73

Codes

Color #CCA6DC in popluar color models

CCA6DC
RGB204166220
HSL282°43.55%75.69%
HSB/HSV282°24.55%86.27%
CMYK7.27%24.55%0.00%
13.73%

Color #CCA6DC in popluar number systems.

HEXCCA6DC
Decimal204166220
Binary110011001010011011011100
Octal314246334

Shades and tints

Shades of #CCA6DC

#CCA6DC
(204,166,220)
#BA97C8
(186,151,200)
#A888B4
(168,136,180)
#9679A0
(150,121,160)
#846A8C
(132,106,140)
#725B78
(114,91,120)
#604C64
(96,76,100)
#4E3D50
(78,61,80)
#3C2E3C
(60,46,60)
#2A1F28
(42,31,40)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #CCA6DC

#CCA6DC
(204,166,220)
#D0AEDF
(208,174,223)
#D4B6E2
(212,182,226)
#D8BEE5
(216,190,229)
#DCC6E8
(220,198,232)
#E0CEEB
(224,206,235)
#E4D6EE
(228,214,238)
#E8DEF1
(232,222,241)
#ECE6F4
(236,230,244)
#F0EEF7
(240,238,247)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA6DC color. Also use rgb(204,166,220) instead hex code.

Text Font Color

.myTextColor { color: #CCA6DC; }

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

This text font color is #CCA6DC.


Background Color

.myBgColor { background-color: #CCA6DC; }

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

This div background color is #CCA6DC.


Border color

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

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

This div border color is #CCA6DC.


Opacity

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

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

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

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

This text has shadow with #CCA6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA6DC on black background.


Color preview on white background

This text has color #CCA6DC on white background.



Black color preview on #CCA6DC background

This text has black color on #CCA6DC background.


White color preview on #CCA6DC background

This text has white color on #CCA6DC background.