COLOR #CCA4CD

HEX: #CCA4CD
RGB: (204,164,205)

Color info

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

RGB color model

#CCA4CD color RGB value is (204,164,205).

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

RGB channels and saturation

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

204
164
205

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

Portions of RGB colors in percentages

R + G + B =
204 + 164 + 205 = 573 (100%)
R 204 of 573 ~ 35.6%
G 164 of 573 ~ 28.62%
B 205 of 573 ~ 35.78%

%35.6
%28.62
%35.78

CMYK color model

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

  • cyan value is 0.49%
  • magenta value is 20.00%
  • 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
%0
%19.61

Codes

Color #CCA4CD in popluar color models

CCA4CD
RGB204164205
HSL299°29.08%72.35%
HSB/HSV299°20.00%80.39%
CMYK0.49%20.00%0.00%
19.61%

Color #CCA4CD in popluar number systems.

HEXCCA4CD
Decimal204164205
Binary110011001010010011001101
Octal314244315

Shades and tints

Shades of #CCA4CD

#CCA4CD
(204,164,205)
#BA96BB
(186,150,187)
#A888A9
(168,136,169)
#967A97
(150,122,151)
#846C85
(132,108,133)
#725E73
(114,94,115)
#605061
(96,80,97)
#4E424F
(78,66,79)
#3C343D
(60,52,61)
#2A262B
(42,38,43)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCA4CD

#CCA4CD
(204,164,205)
#D0ACD1
(208,172,209)
#D4B4D5
(212,180,213)
#D8BCD9
(216,188,217)
#DCC4DD
(220,196,221)
#E0CCE1
(224,204,225)
#E4D4E5
(228,212,229)
#E8DCE9
(232,220,233)
#ECE4ED
(236,228,237)
#F0ECF1
(240,236,241)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA4CD; }

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

This text font color is #CCA4CD.


Background Color

.myBgColor { background-color: #CCA4CD; }

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

This div background color is #CCA4CD.


Border color

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

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

This div border color is #CCA4CD.


Opacity

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

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

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

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

This text has shadow with #CCA4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA4CD on black background.


Color preview on white background

This text has color #CCA4CD on white background.



Black color preview on #CCA4CD background

This text has black color on #CCA4CD background.


White color preview on #CCA4CD background

This text has white color on #CCA4CD background.