COLOR #CCA9A8

HEX: #CCA9A8
RGB: (204,169,168)

Color info

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

RGB color model

#CCA9A8 color RGB value is (204,169,168).

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

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 168 of 255 = 66%

204
169
168

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

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 168 = 541 (100%)
R 204 of 541 ~ 37.71%
G 169 of 541 ~ 31.24%
B 168 of 541 ~ 31.05%

%37.71
%31.24
%31.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 17.65%
  • key color value is 20.00%
CMYK:
(0,17,18,20)
C0M17Y18K20 
(0%,17%,18%,20%)
(0.00/0.17/0.18/0.20)	

CMYK percentages

%0
%17.16
%17.65
%20

Codes

Color #CCA9A8 in popluar color models

CCA9A8
RGB204169168
HSL26.09%72.94%
HSB/HSV17.65%80.00%
CMYK0.00%17.16%17.65%
20.00%

Color #CCA9A8 in popluar number systems.

HEXCCA9A8
Decimal204169168
Binary110011001010100110101000
Octal314251250

Shades and tints

Shades of #CCA9A8

#CCA9A8
(204,169,168)
#BA9A99
(186,154,153)
#A88B8A
(168,139,138)
#967C7B
(150,124,123)
#846D6C
(132,109,108)
#725E5D
(114,94,93)
#604F4E
(96,79,78)
#4E403F
(78,64,63)
#3C3130
(60,49,48)
#2A2221
(42,34,33)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #CCA9A8

#CCA9A8
(204,169,168)
#D0B0AF
(208,176,175)
#D4B7B6
(212,183,182)
#D8BEBD
(216,190,189)
#DCC5C4
(220,197,196)
#E0CCCB
(224,204,203)
#E4D3D2
(228,211,210)
#E8DAD9
(232,218,217)
#ECE1E0
(236,225,224)
#F0E8E7
(240,232,231)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9A8; }

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

This text font color is #CCA9A8.


Background Color

.myBgColor { background-color: #CCA9A8; }

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

This div background color is #CCA9A8.


Border color

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

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

This div border color is #CCA9A8.


Opacity

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

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

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

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

This text has shadow with #CCA9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA9A8 on black background.


Color preview on white background

This text has color #CCA9A8 on white background.



Black color preview on #CCA9A8 background

This text has black color on #CCA9A8 background.


White color preview on #CCA9A8 background

This text has white color on #CCA9A8 background.