COLOR #CCA5AD

HEX: #CCA5AD RGB: (204,165,173)

Color info

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

RGB color model

#CCA5AD color RGB value is (204,165,173).

RGB: (204,165,173) (80%, 65%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 173 of 255 = 68%

204
165
173

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

Portions of RGB colors in percentages

R + G + B = 204 + 165 + 173 = 542 (100%)
R 204 of 542 ~ 37.64%
G 165 of 542 ~ 30.44%
B 173 of 542 ~ 31.92'%

%37.64
%30.44
%31.92

CMYK color model

#CCA5AD color CMYK value is (0,19,15,20).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 15.20%
  • key color value is 20.00%

CMYK: (0,19,15,20)
C0M19Y15K20 (0%, 19%, 15%, 20%)
(0.00 / 0.19 / 0.15 / 0.20)

CMYK percentages

%0
%19.12
%15.2
%20

Codes

Color #CCA5AD in popluar color models

CC A5 AD
RGB 204 165 173
HSL 348° 27.66% 72.35%
HSB/HSV 348° 19.12% 80.00%
CMYK 0.00% 19.12% 15.20%
20.00%

Color #CCA5AD in popluar number systems.

HEX CC A5 AD
Decimal 204 165 173
Binary 11001100 10100101 10101101
Octal 314 245 255

Shades and tints

Shades of #CCA5AD

#CCA5AD
(204,165,173)
#BA969E
(186,150,158)
#A8878F
(168,135,143)
#967880
(150,120,128)
#846971
(132,105,113)
#725A62
(114,90,98)
#604B53
(96,75,83)
#4E3C44
(78,60,68)
#3C2D35
(60,45,53)
#2A1E26
(42,30,38)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #CCA5AD

#CCA5AD
(204,165,173)
#D0ADB4
(208,173,180)
#D4B5BB
(212,181,187)
#D8BDC2
(216,189,194)
#DCC5C9
(220,197,201)
#E0CDD0
(224,205,208)
#E4D5D7
(228,213,215)
#E8DDDE
(232,221,222)
#ECE5E5
(236,229,229)
#F0EDEC
(240,237,236)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA5AD color. Also use rgb(204,165,173) instead hex code.

Text Font Color

.myTextColor { color: #CCA5AD; }

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

This text font color is #CCA5AD.

Background Color

.myBgColor { background-color: #CCA5AD; }

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

This div background color is #CCA5AD.

Border color

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

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

This div border color is #CCA5AD.

Opacity

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

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

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

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

This text has shadow with #CCA5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA5AD.

Preview

Color preview on black background

This text has color #CCA5AD on black background.


Color preview on white background

This text has color #CCA5AD on white background.


Black color preview on #CCA5AD background

This text has black color on #CCA5AD background.


White color preview on #CCA5AD background

This text has white color on #CCA5AD background.


Related colors

Complementary color

Complementary color for #hex is #335A52.


I love getcolorcode.com

Triadic colors

1 #ADCCA5 and #A5ADCC with #CCA5AD are triadic colors.

2 #ADA5CC and #A5CCAD with #CCA5AD are triadic colors.