COLOR #CCACC9

HEX: #CCACC9 RGB: (204,172,201)

Color info

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

RGB color model

#CCACC9 color RGB value is (204,172,201).

RGB: (204,172,201) (80%, 67%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 201 of 255 = 79%

204
172
201

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

Portions of RGB colors in percentages

R + G + B = 204 + 172 + 201 = 577 (100%)
R 204 of 577 ~ 35.36%
G 172 of 577 ~ 29.81%
B 201 of 577 ~ 34.84'%

%35.36
%29.81
%34.84

CMYK color model

#CCACC9 color CMYK value is (0,16,1,20).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 1.47%
  • key color value is 20.00%

CMYK: (0,16,1,20)
C0M16Y1K20 (0%, 16%, 1%, 20%)
(0.00 / 0.16 / 0.01 / 0.20)

CMYK percentages

%0
%15.69
%1.47
%20

Codes

Color #CCACC9 in popluar color models

CC AC C9
RGB 204 172 201
HSL 306° 23.88% 73.73%
HSB/HSV 306° 15.69% 80.00%
CMYK 0.00% 15.69% 1.47%
20.00%

Color #CCACC9 in popluar number systems.

HEX CC AC C9
Decimal 204 172 201
Binary 11001100 10101100 11001001
Octal 314 254 311

Shades and tints

Shades of #CCACC9

#CCACC9
(204,172,201)
#BA9DB7
(186,157,183)
#A88EA5
(168,142,165)
#967F93
(150,127,147)
#847081
(132,112,129)
#72616F
(114,97,111)
#60525D
(96,82,93)
#4E434B
(78,67,75)
#3C3439
(60,52,57)
#2A2527
(42,37,39)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #CCACC9

#CCACC9
(204,172,201)
#D0B3CD
(208,179,205)
#D4BAD1
(212,186,209)
#D8C1D5
(216,193,213)
#DCC8D9
(220,200,217)
#E0CFDD
(224,207,221)
#E4D6E1
(228,214,225)
#E8DDE5
(232,221,229)
#ECE4E9
(236,228,233)
#F0EBED
(240,235,237)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCACC9; }

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

This text font color is #CCACC9.

Background Color

.myBgColor { background-color: #CCACC9; }

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

This div background color is #CCACC9.

Border color

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

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

This div border color is #CCACC9.

Opacity

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

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

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

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

This text has shadow with #CCACC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCACC9.

Preview

Color preview on black background

This text has color #CCACC9 on black background.


Color preview on white background

This text has color #CCACC9 on white background.


Black color preview on #CCACC9 background

This text has black color on #CCACC9 background.


White color preview on #CCACC9 background

This text has white color on #CCACC9 background.


Related colors

Complementary color

Complementary color for #hex is #335336.


I love getcolorcode.com

Triadic colors

1 #C9CCAC and #ACC9CC with #CCACC9 are triadic colors.

2 #C9ACCC and #ACCCC9 with #CCACC9 are triadic colors.