COLOR #CCA3A8

HEX: #CCA3A8
RGB: (204,163,168)

Color info

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

RGB color model

#CCA3A8 color RGB value is (204,163,168).

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

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 168 of 255 = 66%

204
163
168

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

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 168 = 535 (100%)
R 204 of 535 ~ 38.13%
G 163 of 535 ~ 30.47%
B 168 of 535 ~ 31.4%

%38.13
%30.47
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 17.65%
  • key color value is 20.00%
CMYK:
(0,20,18,20)
C0M20Y18K20 
(0%,20%,18%,20%)
(0.00/0.20/0.18/0.20)	

CMYK percentages

%0
%20.1
%17.65
%20

Codes

Color #CCA3A8 in popluar color models

CCA3A8
RGB204163168
HSL353°28.67%71.96%
HSB/HSV353°20.10%80.00%
CMYK0.00%20.10%17.65%
20.00%

Color #CCA3A8 in popluar number systems.

HEXCCA3A8
Decimal204163168
Binary110011001010001110101000
Octal314243250

Shades and tints

Shades of #CCA3A8

#CCA3A8
(204,163,168)
#BA9599
(186,149,153)
#A8878A
(168,135,138)
#96797B
(150,121,123)
#846B6C
(132,107,108)
#725D5D
(114,93,93)
#604F4E
(96,79,78)
#4E413F
(78,65,63)
#3C3330
(60,51,48)
#2A2521
(42,37,33)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #CCA3A8

#CCA3A8
(204,163,168)
#D0ABAF
(208,171,175)
#D4B3B6
(212,179,182)
#D8BBBD
(216,187,189)
#DCC3C4
(220,195,196)
#E0CBCB
(224,203,203)
#E4D3D2
(228,211,210)
#E8DBD9
(232,219,217)
#ECE3E0
(236,227,224)
#F0EBE7
(240,235,231)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA3A8; }

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

This text font color is #CCA3A8.


Background Color

.myBgColor { background-color: #CCA3A8; }

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

This div background color is #CCA3A8.


Border color

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

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

This div border color is #CCA3A8.


Opacity

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

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

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

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

This text has shadow with #CCA3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA3A8 on black background.


Color preview on white background

This text has color #CCA3A8 on white background.



Black color preview on #CCA3A8 background

This text has black color on #CCA3A8 background.


White color preview on #CCA3A8 background

This text has white color on #CCA3A8 background.