COLOR #CCA2C3

HEX: #CCA2C3
RGB: (204,162,195)

Color info

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

RGB color model

#CCA2C3 color RGB value is (204,162,195).

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

RGB channels and saturation

R 204 of 255 = 80%
G 162 of 255 = 64%
B 195 of 255 = 76%

204
162
195

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

Portions of RGB colors in percentages

R + G + B =
204 + 162 + 195 = 561 (100%)
R 204 of 561 ~ 36.36%
G 162 of 561 ~ 28.88%
B 195 of 561 ~ 34.76%

%36.36
%28.88
%34.76

CMYK color model

#CCA2C3 color CMYK value is (0,21,4,20).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 4.41%
  • key color value is 20.00%
CMYK:
(0,21,4,20)
C0M21Y4K20 
(0%,21%,4%,20%)
(0.00/0.21/0.04/0.20)	

CMYK percentages

%0
%20.59
%4.41
%20

Codes

Color #CCA2C3 in popluar color models

CCA2C3
RGB204162195
HSL313°29.17%71.76%
HSB/HSV313°20.59%80.00%
CMYK0.00%20.59%4.41%
20.00%

Color #CCA2C3 in popluar number systems.

HEXCCA2C3
Decimal204162195
Binary110011001010001011000011
Octal314242303

Shades and tints

Shades of #CCA2C3

#CCA2C3
(204,162,195)
#BA94B2
(186,148,178)
#A886A1
(168,134,161)
#967890
(150,120,144)
#846A7F
(132,106,127)
#725C6E
(114,92,110)
#604E5D
(96,78,93)
#4E404C
(78,64,76)
#3C323B
(60,50,59)
#2A242A
(42,36,42)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #CCA2C3

#CCA2C3
(204,162,195)
#D0AAC8
(208,170,200)
#D4B2CD
(212,178,205)
#D8BAD2
(216,186,210)
#DCC2D7
(220,194,215)
#E0CADC
(224,202,220)
#E4D2E1
(228,210,225)
#E8DAE6
(232,218,230)
#ECE2EB
(236,226,235)
#F0EAF0
(240,234,240)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA2C3; }

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

This text font color is #CCA2C3.


Background Color

.myBgColor { background-color: #CCA2C3; }

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

This div background color is #CCA2C3.


Border color

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

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

This div border color is #CCA2C3.


Opacity

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

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

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

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

This text has shadow with #CCA2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA2C3 on black background.


Color preview on white background

This text has color #CCA2C3 on white background.



Black color preview on #CCA2C3 background

This text has black color on #CCA2C3 background.


White color preview on #CCA2C3 background

This text has white color on #CCA2C3 background.