COLOR #CCA5AB

HEX: #CCA5AB RGB: (204,165,171)

Color info

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

RGB color model

#CCA5AB color RGB value is (204,165,171).

RGB: (204,165,171) (80%, 65%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 171 of 255 = 67%

204
165
171

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

Portions of RGB colors in percentages

R + G + B = 204 + 165 + 171 = 540 (100%)
R 204 of 540 ~ 37.78%
G 165 of 540 ~ 30.56%
B 171 of 540 ~ 31.67'%

%37.78
%30.56
%31.67

CMYK color model

#CCA5AB color CMYK value is (0,19,16,20).

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

CMYK: (0,19,16,20)
C0M19Y16K20 (0%, 19%, 16%, 20%)
(0.00 / 0.19 / 0.16 / 0.20)

CMYK percentages

%0
%19.12
%16.18
%20

Codes

Color #CCA5AB in popluar color models

CC A5 AB
RGB 204 165 171
HSL 351° 27.66% 72.35%
HSB/HSV 351° 19.12% 80.00%
CMYK 0.00% 19.12% 16.18%
20.00%

Color #CCA5AB in popluar number systems.

HEX CC A5 AB
Decimal 204 165 171
Binary 11001100 10100101 10101011
Octal 314 245 253

Shades and tints

Shades of #CCA5AB

#CCA5AB
(204,165,171)
#BA969C
(186,150,156)
#A8878D
(168,135,141)
#96787E
(150,120,126)
#84696F
(132,105,111)
#725A60
(114,90,96)
#604B51
(96,75,81)
#4E3C42
(78,60,66)
#3C2D33
(60,45,51)
#2A1E24
(42,30,36)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #CCA5AB

#CCA5AB
(204,165,171)
#D0ADB2
(208,173,178)
#D4B5B9
(212,181,185)
#D8BDC0
(216,189,192)
#DCC5C7
(220,197,199)
#E0CDCE
(224,205,206)
#E4D5D5
(228,213,213)
#E8DDDC
(232,221,220)
#ECE5E3
(236,229,227)
#F0EDEA
(240,237,234)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA5AB; }

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

This text font color is #CCA5AB.

Background Color

.myBgColor { background-color: #CCA5AB; }

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

This div background color is #CCA5AB.

Border color

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

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

This div border color is #CCA5AB.

Opacity

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

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

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

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

This text has shadow with #CCA5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA5AB.

Preview

Color preview on black background

This text has color #CCA5AB on black background.


Color preview on white background

This text has color #CCA5AB on white background.


Black color preview on #CCA5AB background

This text has black color on #CCA5AB background.


White color preview on #CCA5AB background

This text has white color on #CCA5AB background.


Related colors

Complementary color

Complementary color for #hex is #335A54.


I love getcolorcode.com

Triadic colors

1 #ABCCA5 and #A5ABCC with #CCA5AB are triadic colors.

2 #ABA5CC and #A5CCAB with #CCA5AB are triadic colors.