COLOR #CCA3CD

HEX: #CCA3CD
RGB: (204,163,205)

Color info

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

RGB color model

#CCA3CD color RGB value is (204,163,205).

  • red value is 204;
  • green value is 163;
  • blue value is 205.
RGB:
(204,163,205)
(80%,64%,80%)

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 205 of 255 = 80%

204
163
205

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

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 205 = 572 (100%)
R 204 of 572 ~ 35.66%
G 163 of 572 ~ 28.5%
B 205 of 572 ~ 35.84%

%35.66
%28.5
%35.84

CMYK color model

#CCA3CD color CMYK value is (0,20,0,20).

  • cyan value is 0.49%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(0,20,0,20)
C0M20Y0K20 
(0%,20%,0%,20%)
(0.00/0.20/0.00/0.20)	

CMYK percentages

%0.49
%20.49
%0
%19.61

Codes

Color #CCA3CD in popluar color models

CCA3CD
RGB204163205
HSL299°29.58%72.16%
HSB/HSV299°20.49%80.39%
CMYK0.49%20.49%0.00%
19.61%

Color #CCA3CD in popluar number systems.

HEXCCA3CD
Decimal204163205
Binary110011001010001111001101
Octal314243315

Shades and tints

Shades of #CCA3CD

#CCA3CD
(204,163,205)
#BA95BB
(186,149,187)
#A887A9
(168,135,169)
#967997
(150,121,151)
#846B85
(132,107,133)
#725D73
(114,93,115)
#604F61
(96,79,97)
#4E414F
(78,65,79)
#3C333D
(60,51,61)
#2A252B
(42,37,43)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCA3CD

#CCA3CD
(204,163,205)
#D0ABD1
(208,171,209)
#D4B3D5
(212,179,213)
#D8BBD9
(216,187,217)
#DCC3DD
(220,195,221)
#E0CBE1
(224,203,225)
#E4D3E5
(228,211,229)
#E8DBE9
(232,219,233)
#ECE3ED
(236,227,237)
#F0EBF1
(240,235,241)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA3CD color. Also use rgb(204,163,205) instead hex code.

Text Font Color

.myTextColor { color: #CCA3CD; }

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

This text font color is #CCA3CD.


Background Color

.myBgColor { background-color: #CCA3CD; }

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

This div background color is #CCA3CD.


Border color

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

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

This div border color is #CCA3CD.


Opacity

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

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

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

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

This text has shadow with #CCA3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA3CD on black background.


Color preview on white background

This text has color #CCA3CD on white background.



Black color preview on #CCA3CD background

This text has black color on #CCA3CD background.


White color preview on #CCA3CD background

This text has white color on #CCA3CD background.