COLOR #CCA2D1

HEX: #CCA2D1
RGB: (204,162,209)

Color info

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

RGB color model

#CCA2D1 color RGB value is (204,162,209).

  • red value is 204;
  • green value is 162;
  • blue value is 209.
RGB:
(204,162,209)
(80%,64%,82%)

RGB channels and saturation

R 204 of 255 = 80%
G 162 of 255 = 64%
B 209 of 255 = 82%

204
162
209

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

Portions of RGB colors in percentages

R + G + B =
204 + 162 + 209 = 575 (100%)
R 204 of 575 ~ 35.48%
G 162 of 575 ~ 28.17%
B 209 of 575 ~ 36.35%

%35.48
%28.17
%36.35

CMYK color model

#CCA2D1 color CMYK value is (2,22,0,18).

  • cyan value is 2.39%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(2,22,0,18)
C2M22Y0K18 
(2%,22%,0%,18%)
(0.02/0.22/0.00/0.18)	

CMYK percentages

%2.39
%22.49
%0
%18.04

Codes

Color #CCA2D1 in popluar color models

CCA2D1
RGB204162209
HSL294°33.81%72.75%
HSB/HSV294°22.49%81.96%
CMYK2.39%22.49%0.00%
18.04%

Color #CCA2D1 in popluar number systems.

HEXCCA2D1
Decimal204162209
Binary110011001010001011010001
Octal314242321

Shades and tints

Shades of #CCA2D1

#CCA2D1
(204,162,209)
#BA94BE
(186,148,190)
#A886AB
(168,134,171)
#967898
(150,120,152)
#846A85
(132,106,133)
#725C72
(114,92,114)
#604E5F
(96,78,95)
#4E404C
(78,64,76)
#3C3239
(60,50,57)
#2A2426
(42,36,38)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #CCA2D1

#CCA2D1
(204,162,209)
#D0AAD5
(208,170,213)
#D4B2D9
(212,178,217)
#D8BADD
(216,186,221)
#DCC2E1
(220,194,225)
#E0CAE5
(224,202,229)
#E4D2E9
(228,210,233)
#E8DAED
(232,218,237)
#ECE2F1
(236,226,241)
#F0EAF5
(240,234,245)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA2D1 color. Also use rgb(204,162,209) instead hex code.

Text Font Color

.myTextColor { color: #CCA2D1; }

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

This text font color is #CCA2D1.


Background Color

.myBgColor { background-color: #CCA2D1; }

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

This div background color is #CCA2D1.


Border color

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

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

This div border color is #CCA2D1.


Opacity

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

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

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

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

This text has shadow with #CCA2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA2D1 on black background.


Color preview on white background

This text has color #CCA2D1 on white background.



Black color preview on #CCA2D1 background

This text has black color on #CCA2D1 background.


White color preview on #CCA2D1 background

This text has white color on #CCA2D1 background.