COLOR #CCA4C0

HEX: #CCA4C0
RGB: (204,164,192)

Color info

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

RGB color model

#CCA4C0 color RGB value is (204,164,192).

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

RGB channels and saturation

R 204 of 255 = 80%
G 164 of 255 = 64%
B 192 of 255 = 75%

204
164
192

R + G + B ~ 73%. #CCA4C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 164 + 192 = 560 (100%)
R 204 of 560 ~ 36.43%
G 164 of 560 ~ 29.29%
B 192 of 560 ~ 34.29%

%36.43
%29.29
%34.29

CMYK color model

#CCA4C0 color CMYK value is (0,20,6,20).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 5.88%
  • key color value is 20.00%
CMYK:
(0,20,6,20)
C0M20Y6K20 
(0%,20%,6%,20%)
(0.00/0.20/0.06/0.20)	

CMYK percentages

%0
%19.61
%5.88
%20

Codes

Color #CCA4C0 in popluar color models

CCA4C0
RGB204164192
HSL318°28.17%72.16%
HSB/HSV318°19.61%80.00%
CMYK0.00%19.61%5.88%
20.00%

Color #CCA4C0 in popluar number systems.

HEXCCA4C0
Decimal204164192
Binary110011001010010011000000
Octal314244300

Shades and tints

Shades of #CCA4C0

#CCA4C0
(204,164,192)
#BA96AF
(186,150,175)
#A8889E
(168,136,158)
#967A8D
(150,122,141)
#846C7C
(132,108,124)
#725E6B
(114,94,107)
#60505A
(96,80,90)
#4E4249
(78,66,73)
#3C3438
(60,52,56)
#2A2627
(42,38,39)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #CCA4C0

#CCA4C0
(204,164,192)
#D0ACC5
(208,172,197)
#D4B4CA
(212,180,202)
#D8BCCF
(216,188,207)
#DCC4D4
(220,196,212)
#E0CCD9
(224,204,217)
#E4D4DE
(228,212,222)
#E8DCE3
(232,220,227)
#ECE4E8
(236,228,232)
#F0ECED
(240,236,237)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA4C0; }

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

This text font color is #CCA4C0.


Background Color

.myBgColor { background-color: #CCA4C0; }

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

This div background color is #CCA4C0.


Border color

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

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

This div border color is #CCA4C0.


Opacity

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

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

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

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

This text has shadow with #CCA4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA4C0 on black background.


Color preview on white background

This text has color #CCA4C0 on white background.



Black color preview on #CCA4C0 background

This text has black color on #CCA4C0 background.


White color preview on #CCA4C0 background

This text has white color on #CCA4C0 background.