COLOR #CCAACE

HEX: #CCAACE
RGB: (204,170,206)

Color info

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

RGB color model

#CCAACE color RGB value is (204,170,206).

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

RGB channels and saturation

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

204
170
206

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

Portions of RGB colors in percentages

R + G + B =
204 + 170 + 206 = 580 (100%)
R 204 of 580 ~ 35.17%
G 170 of 580 ~ 29.31%
B 206 of 580 ~ 35.52%

%35.17
%29.31
%35.52

CMYK color model

#CCAACE color CMYK value is (1,17,0,19).

  • cyan value is 0.97%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(1,17,0,19)
C1M17Y0K19 
(1%,17%,0%,19%)
(0.01/0.17/0.00/0.19)	

CMYK percentages

%0.97
%17.48
%0
%19.22

Codes

Color #CCAACE in popluar color models

CCAACE
RGB204170206
HSL297°26.87%73.73%
HSB/HSV297°17.48%80.78%
CMYK0.97%17.48%0.00%
19.22%

Color #CCAACE in popluar number systems.

HEXCCAACE
Decimal204170206
Binary110011001010101011001110
Octal314252316

Shades and tints

Shades of #CCAACE

#CCAACE
(204,170,206)
#BA9BBC
(186,155,188)
#A88CAA
(168,140,170)
#967D98
(150,125,152)
#846E86
(132,110,134)
#725F74
(114,95,116)
#605062
(96,80,98)
#4E4150
(78,65,80)
#3C323E
(60,50,62)
#2A232C
(42,35,44)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #CCAACE

#CCAACE
(204,170,206)
#D0B1D2
(208,177,210)
#D4B8D6
(212,184,214)
#D8BFDA
(216,191,218)
#DCC6DE
(220,198,222)
#E0CDE2
(224,205,226)
#E4D4E6
(228,212,230)
#E8DBEA
(232,219,234)
#ECE2EE
(236,226,238)
#F0E9F2
(240,233,242)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAACE; }

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

This text font color is #CCAACE.


Background Color

.myBgColor { background-color: #CCAACE; }

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

This div background color is #CCAACE.


Border color

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

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

This div border color is #CCAACE.


Opacity

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

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

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

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

This text has shadow with #CCAACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAACE on black background.


Color preview on white background

This text has color #CCAACE on white background.



Black color preview on #CCAACE background

This text has black color on #CCAACE background.


White color preview on #CCAACE background

This text has white color on #CCAACE background.