COLOR #CCACCA

HEX: #CCACCA RGB: (204,172,202)

Color info

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

RGB color model

#CCACCA color RGB value is (204,172,202).

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

RGB channels and saturation

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

204
172
202

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

Portions of RGB colors in percentages

R + G + B = 204 + 172 + 202 = 578 (100%)
R 204 of 578 ~ 35.29%
G 172 of 578 ~ 29.76%
B 202 of 578 ~ 34.95'%

%35.29
%29.76
%34.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 0.98%
  • 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
%0.98
%20

Codes

Color #CCACCA in popluar color models

CC AC CA
RGB 204 172 202
HSL 304° 23.88% 73.73%
HSB/HSV 304° 15.69% 80.00%
CMYK 0.00% 15.69% 0.98%
20.00%

Color #CCACCA in popluar number systems.

HEX CC AC CA
Decimal 204 172 202
Binary 11001100 10101100 11001010
Octal 314 254 312

Shades and tints

Shades of #CCACCA

#CCACCA
(204,172,202)
#BA9DB8
(186,157,184)
#A88EA6
(168,142,166)
#967F94
(150,127,148)
#847082
(132,112,130)
#726170
(114,97,112)
#60525E
(96,82,94)
#4E434C
(78,67,76)
#3C343A
(60,52,58)
#2A2528
(42,37,40)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCACCA

#CCACCA
(204,172,202)
#D0B3CE
(208,179,206)
#D4BAD2
(212,186,210)
#D8C1D6
(216,193,214)
#DCC8DA
(220,200,218)
#E0CFDE
(224,207,222)
#E4D6E2
(228,214,226)
#E8DDE6
(232,221,230)
#ECE4EA
(236,228,234)
#F0EBEE
(240,235,238)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCACCA; }

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

This text font color is #CCACCA.

Background Color

.myBgColor { background-color: #CCACCA; }

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

This div background color is #CCACCA.

Border color

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

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

This div border color is #CCACCA.

Opacity

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

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

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

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

This text has shadow with #CCACCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCACCA.

Preview

Color preview on black background

This text has color #CCACCA on black background.


Color preview on white background

This text has color #CCACCA on white background.


Black color preview on #CCACCA background

This text has black color on #CCACCA background.


White color preview on #CCACCA background

This text has white color on #CCACCA background.


Related colors

Complementary color

Complementary color for #hex is #335335.


I love getcolorcode.com

Triadic colors

1 #CACCAC and #ACCACC with #CCACCA are triadic colors.

2 #CAACCC and #ACCCCA with #CCACCA are triadic colors.