COLOR #CCA2B3

HEX: #CCA2B3
RGB: (204,162,179)

Color info

#CCA2B3 contains red, green and blue colors in about the same proportion. Web safe color of #CCA2B3 is #CC9999 (or #C99).

RGB color model

#CCA2B3 color RGB value is (204,162,179).

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

RGB channels and saturation

R 204 of 255 = 80%
G 162 of 255 = 64%
B 179 of 255 = 70%

204
162
179

R + G + B ~ 71%. #CCA2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 162 + 179 = 545 (100%)
R 204 of 545 ~ 37.43%
G 162 of 545 ~ 29.72%
B 179 of 545 ~ 32.84%

%37.43
%29.72
%32.84

CMYK color model

#CCA2B3 color CMYK value is (0,21,12,20).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK:
(0,21,12,20)
C0M21Y12K20 
(0%,21%,12%,20%)
(0.00/0.21/0.12/0.20)	

CMYK percentages

%0
%20.59
%12.25
%20

Codes

Color #CCA2B3 in popluar color models

CCA2B3
RGB204162179
HSL336°29.17%71.76%
HSB/HSV336°20.59%80.00%
CMYK0.00%20.59%12.25%
20.00%

Color #CCA2B3 in popluar number systems.

HEXCCA2B3
Decimal204162179
Binary110011001010001010110011
Octal314242263

Shades and tints

Shades of #CCA2B3

#CCA2B3
(204,162,179)
#BA94A3
(186,148,163)
#A88693
(168,134,147)
#967883
(150,120,131)
#846A73
(132,106,115)
#725C63
(114,92,99)
#604E53
(96,78,83)
#4E4043
(78,64,67)
#3C3233
(60,50,51)
#2A2423
(42,36,35)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #CCA2B3

#CCA2B3
(204,162,179)
#D0AAB9
(208,170,185)
#D4B2BF
(212,178,191)
#D8BAC5
(216,186,197)
#DCC2CB
(220,194,203)
#E0CAD1
(224,202,209)
#E4D2D7
(228,210,215)
#E8DADD
(232,218,221)
#ECE2E3
(236,226,227)
#F0EAE9
(240,234,233)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA2B3; }

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

This text font color is #CCA2B3.


Background Color

.myBgColor { background-color: #CCA2B3; }

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

This div background color is #CCA2B3.


Border color

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

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

This div border color is #CCA2B3.


Opacity

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

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

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

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

This text has shadow with #CCA2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA2B3 on black background.


Color preview on white background

This text has color #CCA2B3 on white background.



Black color preview on #CCA2B3 background

This text has black color on #CCA2B3 background.


White color preview on #CCA2B3 background

This text has white color on #CCA2B3 background.