COLOR #CCA4D8

HEX: #CCA4D8
RGB: (204,164,216)

Color info

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

RGB color model

#CCA4D8 color RGB value is (204,164,216).

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

RGB channels and saturation

R 204 of 255 = 80%
G 164 of 255 = 64%
B 216 of 255 = 85%

204
164
216

R + G + B ~ 76%. #CCA4D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 164 + 216 = 584 (100%)
R 204 of 584 ~ 34.93%
G 164 of 584 ~ 28.08%
B 216 of 584 ~ 36.99%

%34.93
%28.08
%36.99

CMYK color model

#CCA4D8 color CMYK value is (6,24,0,15).

  • cyan value is 5.56%
  • magenta value is 24.07%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(6,24,0,15)
C6M24Y0K15 
(6%,24%,0%,15%)
(0.06/0.24/0.00/0.15)	

CMYK percentages

%5.56
%24.07
%0
%15.29

Codes

Color #CCA4D8 in popluar color models

CCA4D8
RGB204164216
HSL286°40.00%74.51%
HSB/HSV286°24.07%84.71%
CMYK5.56%24.07%0.00%
15.29%

Color #CCA4D8 in popluar number systems.

HEXCCA4D8
Decimal204164216
Binary110011001010010011011000
Octal314244330

Shades and tints

Shades of #CCA4D8

#CCA4D8
(204,164,216)
#BA96C5
(186,150,197)
#A888B2
(168,136,178)
#967A9F
(150,122,159)
#846C8C
(132,108,140)
#725E79
(114,94,121)
#605066
(96,80,102)
#4E4253
(78,66,83)
#3C3440
(60,52,64)
#2A262D
(42,38,45)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #CCA4D8

#CCA4D8
(204,164,216)
#D0ACDB
(208,172,219)
#D4B4DE
(212,180,222)
#D8BCE1
(216,188,225)
#DCC4E4
(220,196,228)
#E0CCE7
(224,204,231)
#E4D4EA
(228,212,234)
#E8DCED
(232,220,237)
#ECE4F0
(236,228,240)
#F0ECF3
(240,236,243)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA4D8; }

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

This text font color is #CCA4D8.


Background Color

.myBgColor { background-color: #CCA4D8; }

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

This div background color is #CCA4D8.


Border color

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

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

This div border color is #CCA4D8.


Opacity

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

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

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

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

This text has shadow with #CCA4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA4D8 on black background.


Color preview on white background

This text has color #CCA4D8 on white background.



Black color preview on #CCA4D8 background

This text has black color on #CCA4D8 background.


White color preview on #CCA4D8 background

This text has white color on #CCA4D8 background.