COLOR #CCA3AA

HEX: #CCA3AA
RGB: (204,163,170)

Color info

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

RGB color model

#CCA3AA color RGB value is (204,163,170).

  • red value is 204;
  • green value is 163;
  • blue value is 170.
RGB:
(204,163,170)
(80%,64%,67%)

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 170 of 255 = 67%

204
163
170

R + G + B ~ 70%. #CCA3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 170 = 537 (100%)
R 204 of 537 ~ 37.99%
G 163 of 537 ~ 30.35%
B 170 of 537 ~ 31.66%

%37.99
%30.35
%31.66

CMYK color model

#CCA3AA color CMYK value is (0,20,17,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(0,20,17,20)
C0M20Y17K20 
(0%,20%,17%,20%)
(0.00/0.20/0.17/0.20)	

CMYK percentages

%0
%20.1
%16.67
%20

Codes

Color #CCA3AA in popluar color models

CCA3AA
RGB204163170
HSL350°28.67%71.96%
HSB/HSV350°20.10%80.00%
CMYK0.00%20.10%16.67%
20.00%

Color #CCA3AA in popluar number systems.

HEXCCA3AA
Decimal204163170
Binary110011001010001110101010
Octal314243252

Shades and tints

Shades of #CCA3AA

#CCA3AA
(204,163,170)
#BA959B
(186,149,155)
#A8878C
(168,135,140)
#96797D
(150,121,125)
#846B6E
(132,107,110)
#725D5F
(114,93,95)
#604F50
(96,79,80)
#4E4141
(78,65,65)
#3C3332
(60,51,50)
#2A2523
(42,37,35)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #CCA3AA

#CCA3AA
(204,163,170)
#D0ABB1
(208,171,177)
#D4B3B8
(212,179,184)
#D8BBBF
(216,187,191)
#DCC3C6
(220,195,198)
#E0CBCD
(224,203,205)
#E4D3D4
(228,211,212)
#E8DBDB
(232,219,219)
#ECE3E2
(236,227,226)
#F0EBE9
(240,235,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA3AA color. Also use rgb(204,163,170) instead hex code.

Text Font Color

.myTextColor { color: #CCA3AA; }

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

This text font color is #CCA3AA.


Background Color

.myBgColor { background-color: #CCA3AA; }

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

This div background color is #CCA3AA.


Border color

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

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

This div border color is #CCA3AA.


Opacity

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

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

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

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

This text has shadow with #CCA3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA3AA on black background.


Color preview on white background

This text has color #CCA3AA on white background.



Black color preview on #CCA3AA background

This text has black color on #CCA3AA background.


White color preview on #CCA3AA background

This text has white color on #CCA3AA background.