COLOR #CCAAC5

HEX: #CCAAC5
RGB: (204,170,197)

Color info

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

RGB color model

#CCAAC5 color RGB value is (204,170,197).

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

RGB channels and saturation

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

204
170
197

R + G + B ~ 75%. #CCAAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 170 + 197 = 571 (100%)
R 204 of 571 ~ 35.73%
G 170 of 571 ~ 29.77%
B 197 of 571 ~ 34.5%

%35.73
%29.77
%34.5

CMYK color model

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

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

CMYK percentages

%0
%16.67
%3.43
%20

Codes

Color #CCAAC5 in popluar color models

CCAAC5
RGB204170197
HSL312°25.00%73.33%
HSB/HSV312°16.67%80.00%
CMYK0.00%16.67%3.43%
20.00%

Color #CCAAC5 in popluar number systems.

HEXCCAAC5
Decimal204170197
Binary110011001010101011000101
Octal314252305

Shades and tints

Shades of #CCAAC5

#CCAAC5
(204,170,197)
#BA9BB4
(186,155,180)
#A88CA3
(168,140,163)
#967D92
(150,125,146)
#846E81
(132,110,129)
#725F70
(114,95,112)
#60505F
(96,80,95)
#4E414E
(78,65,78)
#3C323D
(60,50,61)
#2A232C
(42,35,44)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #CCAAC5

#CCAAC5
(204,170,197)
#D0B1CA
(208,177,202)
#D4B8CF
(212,184,207)
#D8BFD4
(216,191,212)
#DCC6D9
(220,198,217)
#E0CDDE
(224,205,222)
#E4D4E3
(228,212,227)
#E8DBE8
(232,219,232)
#ECE2ED
(236,226,237)
#F0E9F2
(240,233,242)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAAC5; }

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

This text font color is #CCAAC5.


Background Color

.myBgColor { background-color: #CCAAC5; }

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

This div background color is #CCAAC5.


Border color

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

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

This div border color is #CCAAC5.


Opacity

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

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

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

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

This text has shadow with #CCAAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAAC5 on black background.


Color preview on white background

This text has color #CCAAC5 on white background.



Black color preview on #CCAAC5 background

This text has black color on #CCAAC5 background.


White color preview on #CCAAC5 background

This text has white color on #CCAAC5 background.