COLOR #CCACC0

HEX: #CCACC0 RGB: (204,172,192)

Color info

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

RGB color model

#CCACC0 color RGB value is (204,172,192).

RGB: (204,172,192) (80%, 67%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 172 of 255 = 67%
B 192 of 255 = 75%

204
172
192

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

Portions of RGB colors in percentages

R + G + B = 204 + 172 + 192 = 568 (100%)
R 204 of 568 ~ 35.92%
G 172 of 568 ~ 30.28%
B 192 of 568 ~ 33.8'%

%35.92
%30.28
%33.8

CMYK color model

#CCACC0 color CMYK value is (0,16,6,20).

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

CMYK: (0,16,6,20)
C0M16Y6K20 (0%, 16%, 6%, 20%)
(0.00 / 0.16 / 0.06 / 0.20)

CMYK percentages

%0
%15.69
%5.88
%20

Codes

Color #CCACC0 in popluar color models

CC AC C0
RGB 204 172 192
HSL 323° 23.88% 73.73%
HSB/HSV 323° 15.69% 80.00%
CMYK 0.00% 15.69% 5.88%
20.00%

Color #CCACC0 in popluar number systems.

HEX CC AC C0
Decimal 204 172 192
Binary 11001100 10101100 11000000
Octal 314 254 300

Shades and tints

Shades of #CCACC0

#CCACC0
(204,172,192)
#BA9DAF
(186,157,175)
#A88E9E
(168,142,158)
#967F8D
(150,127,141)
#84707C
(132,112,124)
#72616B
(114,97,107)
#60525A
(96,82,90)
#4E4349
(78,67,73)
#3C3438
(60,52,56)
#2A2527
(42,37,39)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCACC0

#CCACC0
(204,172,192)
#D0B3C5
(208,179,197)
#D4BACA
(212,186,202)
#D8C1CF
(216,193,207)
#DCC8D4
(220,200,212)
#E0CFD9
(224,207,217)
#E4D6DE
(228,214,222)
#E8DDE3
(232,221,227)
#ECE4E8
(236,228,232)
#F0EBED
(240,235,237)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCACC0; }

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

This text font color is #CCACC0.

Background Color

.myBgColor { background-color: #CCACC0; }

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

This div background color is #CCACC0.

Border color

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

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

This div border color is #CCACC0.

Opacity

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

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

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

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

This text has shadow with #CCACC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCACC0.

Preview

Color preview on black background

This text has color #CCACC0 on black background.


Color preview on white background

This text has color #CCACC0 on white background.


Black color preview on #CCACC0 background

This text has black color on #CCACC0 background.


White color preview on #CCACC0 background

This text has white color on #CCACC0 background.


Related colors

Complementary color

Complementary color for #hex is #33533F.


I love getcolorcode.com

Triadic colors

1 #C0CCAC and #ACC0CC with #CCACC0 are triadic colors.

2 #C0ACCC and #ACCCC0 with #CCACC0 are triadic colors.