COLOR #CCACC1

HEX: #CCACC1
RGB: (204,172,193)

Color info

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

RGB color model

#CCACC1 color RGB value is (204,172,193).

  • red value is 204;
  • green value is 172;
  • blue value is 193.
RGB:
(204,172,193)
(80%,67%,76%)

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 193 of 255 = 76%

204
172
193

R + G + B ~ 74%. #CCACC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 172 + 193 = 569 (100%)
R 204 of 569 ~ 35.85%
G 172 of 569 ~ 30.23%
B 193 of 569 ~ 33.92%

%35.85
%30.23
%33.92

CMYK color model

#CCACC1 color CMYK value is (0,16,5,20).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 5.39%
  • key color value is 20.00%
CMYK:
(0,16,5,20)
C0M16Y5K20 
(0%,16%,5%,20%)
(0.00/0.16/0.05/0.20)	

CMYK percentages

%0
%15.69
%5.39
%20

Codes

Color #CCACC1 in popluar color models

CCACC1
RGB204172193
HSL321°23.88%73.73%
HSB/HSV321°15.69%80.00%
CMYK0.00%15.69%5.39%
20.00%

Color #CCACC1 in popluar number systems.

HEXCCACC1
Decimal204172193
Binary110011001010110011000001
Octal314254301

Shades and tints

Shades of #CCACC1

#CCACC1
(204,172,193)
#BA9DB0
(186,157,176)
#A88E9F
(168,142,159)
#967F8E
(150,127,142)
#84707D
(132,112,125)
#72616C
(114,97,108)
#60525B
(96,82,91)
#4E434A
(78,67,74)
#3C3439
(60,52,57)
#2A2528
(42,37,40)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #CCACC1

#CCACC1
(204,172,193)
#D0B3C6
(208,179,198)
#D4BACB
(212,186,203)
#D8C1D0
(216,193,208)
#DCC8D5
(220,200,213)
#E0CFDA
(224,207,218)
#E4D6DF
(228,214,223)
#E8DDE4
(232,221,228)
#ECE4E9
(236,228,233)
#F0EBEE
(240,235,238)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCACC1 color. Also use rgb(204,172,193) instead hex code.

Text Font Color

.myTextColor { color: #CCACC1; }

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

This text font color is #CCACC1.


Background Color

.myBgColor { background-color: #CCACC1; }

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

This div background color is #CCACC1.


Border color

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

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

This div border color is #CCACC1.


Opacity

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

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

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

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

This text has shadow with #CCACC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCACC1 on black background.


Color preview on white background

This text has color #CCACC1 on white background.



Black color preview on #CCACC1 background

This text has black color on #CCACC1 background.


White color preview on #CCACC1 background

This text has white color on #CCACC1 background.