COLOR #CCAACC

HEX: #CCAACC
RGB: (204,170,204)

Color info

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

RGB color model

#CCAACC color RGB value is (204,170,204).

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

RGB channels and saturation

R 204 of 255 = 80%
G 170 of 255 = 67%
B 204 of 255 = 80%

204
170
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 170 + 204 = 578 (100%)
R 204 of 578 ~ 35.29%
G 170 of 578 ~ 29.41%
B 204 of 578 ~ 35.29%

%35.29
%29.41
%35.29

CMYK color model

#CCAACC color CMYK value is (0,17,0,20).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(0,17,0,20)
C0M17Y0K20 
(0%,17%,0%,20%)
(0.00/0.17/0.00/0.20)	

CMYK percentages

%0
%16.67
%0
%20

Codes

Color #CCAACC in popluar color models

CCAACC
RGB204170204
HSL300°25.00%73.33%
HSB/HSV300°16.67%80.00%
CMYK0.00%16.67%0.00%
20.00%

Color #CCAACC in popluar number systems.

HEXCCAACC
Decimal204170204
Binary110011001010101011001100
Octal314252314

Shades and tints

Shades of #CCAACC

#CCAACC
(204,170,204)
#BA9BBA
(186,155,186)
#A88CA8
(168,140,168)
#967D96
(150,125,150)
#846E84
(132,110,132)
#725F72
(114,95,114)
#605060
(96,80,96)
#4E414E
(78,65,78)
#3C323C
(60,50,60)
#2A232A
(42,35,42)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #CCAACC

#CCAACC
(204,170,204)
#D0B1D0
(208,177,208)
#D4B8D4
(212,184,212)
#D8BFD8
(216,191,216)
#DCC6DC
(220,198,220)
#E0CDE0
(224,205,224)
#E4D4E4
(228,212,228)
#E8DBE8
(232,219,232)
#ECE2EC
(236,226,236)
#F0E9F0
(240,233,240)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAACC; }

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

This text font color is #CCAACC.


Background Color

.myBgColor { background-color: #CCAACC; }

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

This div background color is #CCAACC.


Border color

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

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

This div border color is #CCAACC.


Opacity

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

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

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

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

This text has shadow with #CCAACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAACC on black background.


Color preview on white background

This text has color #CCAACC on white background.



Black color preview on #CCAACC background

This text has black color on #CCAACC background.


White color preview on #CCAACC background

This text has white color on #CCAACC background.