COLOR #CCAAC3

HEX: #CCAAC3 RGB: (204,170,195)

Color info

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

RGB color model

#CCAAC3 color RGB value is (204,170,195).

RGB: (204,170,195) (80%, 67%, 76%)

RGB channels and saturation

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

204
170
195

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

Portions of RGB colors in percentages

R + G + B = 204 + 170 + 195 = 569 (100%)
R 204 of 569 ~ 35.85%
G 170 of 569 ~ 29.88%
B 195 of 569 ~ 34.27'%

%35.85
%29.88
%34.27

CMYK color model

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

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

CMYK percentages

%0
%16.67
%4.41
%20

Codes

Color #CCAAC3 in popluar color models

CC AA C3
RGB 204 170 195
HSL 316° 25.00% 73.33%
HSB/HSV 316° 16.67% 80.00%
CMYK 0.00% 16.67% 4.41%
20.00%

Color #CCAAC3 in popluar number systems.

HEX CC AA C3
Decimal 204 170 195
Binary 11001100 10101010 11000011
Octal 314 252 303

Shades and tints

Shades of #CCAAC3

#CCAAC3
(204,170,195)
#BA9BB2
(186,155,178)
#A88CA1
(168,140,161)
#967D90
(150,125,144)
#846E7F
(132,110,127)
#725F6E
(114,95,110)
#60505D
(96,80,93)
#4E414C
(78,65,76)
#3C323B
(60,50,59)
#2A232A
(42,35,42)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #CCAAC3

#CCAAC3
(204,170,195)
#D0B1C8
(208,177,200)
#D4B8CD
(212,184,205)
#D8BFD2
(216,191,210)
#DCC6D7
(220,198,215)
#E0CDDC
(224,205,220)
#E4D4E1
(228,212,225)
#E8DBE6
(232,219,230)
#ECE2EB
(236,226,235)
#F0E9F0
(240,233,240)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAAC3; }

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

This text font color is #CCAAC3.

Background Color

.myBgColor { background-color: #CCAAC3; }

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

This div background color is #CCAAC3.

Border color

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

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

This div border color is #CCAAC3.

Opacity

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

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

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

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

This text has shadow with #CCAAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAAC3.

Preview

Color preview on black background

This text has color #CCAAC3 on black background.


Color preview on white background

This text has color #CCAAC3 on white background.


Black color preview on #CCAAC3 background

This text has black color on #CCAAC3 background.


White color preview on #CCAAC3 background

This text has white color on #CCAAC3 background.


Related colors

Complementary color

Complementary color for #hex is #33553C.


I love getcolorcode.com

Triadic colors

1 #C3CCAA and #AAC3CC with #CCAAC3 are triadic colors.

2 #C3AACC and #AACCC3 with #CCAAC3 are triadic colors.