COLOR #CCA9B3

HEX: #CCA9B3
RGB: (204,169,179)

Color info

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

RGB color model

#CCA9B3 color RGB value is (204,169,179).

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

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 179 of 255 = 70%

204
169
179

R + G + B ~ 72%. #CCA9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 179 = 552 (100%)
R 204 of 552 ~ 36.96%
G 169 of 552 ~ 30.62%
B 179 of 552 ~ 32.43%

%36.96
%30.62
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK:
(0,17,12,20)
C0M17Y12K20 
(0%,17%,12%,20%)
(0.00/0.17/0.12/0.20)	

CMYK percentages

%0
%17.16
%12.25
%20

Codes

Color #CCA9B3 in popluar color models

CCA9B3
RGB204169179
HSL343°25.55%73.14%
HSB/HSV343°17.16%80.00%
CMYK0.00%17.16%12.25%
20.00%

Color #CCA9B3 in popluar number systems.

HEXCCA9B3
Decimal204169179
Binary110011001010100110110011
Octal314251263

Shades and tints

Shades of #CCA9B3

#CCA9B3
(204,169,179)
#BA9AA3
(186,154,163)
#A88B93
(168,139,147)
#967C83
(150,124,131)
#846D73
(132,109,115)
#725E63
(114,94,99)
#604F53
(96,79,83)
#4E4043
(78,64,67)
#3C3133
(60,49,51)
#2A2223
(42,34,35)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CCA9B3

#CCA9B3
(204,169,179)
#D0B0B9
(208,176,185)
#D4B7BF
(212,183,191)
#D8BEC5
(216,190,197)
#DCC5CB
(220,197,203)
#E0CCD1
(224,204,209)
#E4D3D7
(228,211,215)
#E8DADD
(232,218,221)
#ECE1E3
(236,225,227)
#F0E8E9
(240,232,233)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9B3; }

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

This text font color is #CCA9B3.


Background Color

.myBgColor { background-color: #CCA9B3; }

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

This div background color is #CCA9B3.


Border color

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

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

This div border color is #CCA9B3.


Opacity

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

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

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

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

This text has shadow with #CCA9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA9B3 on black background.


Color preview on white background

This text has color #CCA9B3 on white background.



Black color preview on #CCA9B3 background

This text has black color on #CCA9B3 background.


White color preview on #CCA9B3 background

This text has white color on #CCA9B3 background.