COLOR #CCA8AC

HEX: #CCA8AC RGB: (204,168,172)

Color info

#CCA8AC contains red, green and blue colors in about the same proportion. Web safe color of #CCA8AC is #CC9999 (or #C99).

RGB color model

#CCA8AC color RGB value is (204,168,172).

RGB: (204,168,172) (80%, 66%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 168 of 255 = 66%
B 172 of 255 = 67%

204
168
172

R + G + B ~ 71%. #CCA8AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 168 + 172 = 544 (100%)
R 204 of 544 ~ 37.5%
G 168 of 544 ~ 30.88%
B 172 of 544 ~ 31.62'%

%37.5
%30.88
%31.62

CMYK color model

#CCA8AC color CMYK value is (0,18,16,20).

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

CMYK: (0,18,16,20)
C0M18Y16K20 (0%, 18%, 16%, 20%)
(0.00 / 0.18 / 0.16 / 0.20)

CMYK percentages

%0
%17.65
%15.69
%20

Codes

Color #CCA8AC in popluar color models

CC A8 AC
RGB 204 168 172
HSL 353° 26.09% 72.94%
HSB/HSV 353° 17.65% 80.00%
CMYK 0.00% 17.65% 15.69%
20.00%

Color #CCA8AC in popluar number systems.

HEX CC A8 AC
Decimal 204 168 172
Binary 11001100 10101000 10101100
Octal 314 250 254

Shades and tints

Shades of #CCA8AC

#CCA8AC
(204,168,172)
#BA999D
(186,153,157)
#A88A8E
(168,138,142)
#967B7F
(150,123,127)
#846C70
(132,108,112)
#725D61
(114,93,97)
#604E52
(96,78,82)
#4E3F43
(78,63,67)
#3C3034
(60,48,52)
#2A2125
(42,33,37)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #CCA8AC

#CCA8AC
(204,168,172)
#D0AFB3
(208,175,179)
#D4B6BA
(212,182,186)
#D8BDC1
(216,189,193)
#DCC4C8
(220,196,200)
#E0CBCF
(224,203,207)
#E4D2D6
(228,210,214)
#E8D9DD
(232,217,221)
#ECE0E4
(236,224,228)
#F0E7EB
(240,231,235)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA8AC; }

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

This text font color is #CCA8AC.

Background Color

.myBgColor { background-color: #CCA8AC; }

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

This div background color is #CCA8AC.

Border color

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

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

This div border color is #CCA8AC.

Opacity

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

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

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

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

This text has shadow with #CCA8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA8AC.

Preview

Color preview on black background

This text has color #CCA8AC on black background.


Color preview on white background

This text has color #CCA8AC on white background.


Black color preview on #CCA8AC background

This text has black color on #CCA8AC background.


White color preview on #CCA8AC background

This text has white color on #CCA8AC background.


Related colors

Complementary color

Complementary color for #hex is #335753.


I love getcolorcode.com

Triadic colors

1 #ACCCA8 and #A8ACCC with #CCA8AC are triadic colors.

2 #ACA8CC and #A8CCAC with #CCA8AC are triadic colors.