COLOR #CCA9BD

HEX: #CCA9BD
RGB: (204,169,189)

Color info

#CCA9BD contains red, green and blue colors in about the same proportion. Web safe color of #CCA9BD is #CC99CC (or #C9C).

RGB color model

#CCA9BD color RGB value is (204,169,189).

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

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 189 of 255 = 74%

204
169
189

R + G + B ~ 73%. #CCA9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 189 = 562 (100%)
R 204 of 562 ~ 36.3%
G 169 of 562 ~ 30.07%
B 189 of 562 ~ 33.63%

%36.3
%30.07
%33.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK:
(0,17,7,20)
C0M17Y7K20 
(0%,17%,7%,20%)
(0.00/0.17/0.07/0.20)	

CMYK percentages

%0
%17.16
%7.35
%20

Codes

Color #CCA9BD in popluar color models

CCA9BD
RGB204169189
HSL326°25.55%73.14%
HSB/HSV326°17.16%80.00%
CMYK0.00%17.16%7.35%
20.00%

Color #CCA9BD in popluar number systems.

HEXCCA9BD
Decimal204169189
Binary110011001010100110111101
Octal314251275

Shades and tints

Shades of #CCA9BD

#CCA9BD
(204,169,189)
#BA9AAC
(186,154,172)
#A88B9B
(168,139,155)
#967C8A
(150,124,138)
#846D79
(132,109,121)
#725E68
(114,94,104)
#604F57
(96,79,87)
#4E4046
(78,64,70)
#3C3135
(60,49,53)
#2A2224
(42,34,36)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CCA9BD

#CCA9BD
(204,169,189)
#D0B0C3
(208,176,195)
#D4B7C9
(212,183,201)
#D8BECF
(216,190,207)
#DCC5D5
(220,197,213)
#E0CCDB
(224,204,219)
#E4D3E1
(228,211,225)
#E8DAE7
(232,218,231)
#ECE1ED
(236,225,237)
#F0E8F3
(240,232,243)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9BD; }

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

This text font color is #CCA9BD.


Background Color

.myBgColor { background-color: #CCA9BD; }

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

This div background color is #CCA9BD.


Border color

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

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

This div border color is #CCA9BD.


Opacity

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

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

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

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

This text has shadow with #CCA9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA9BD on black background.


Color preview on white background

This text has color #CCA9BD on white background.



Black color preview on #CCA9BD background

This text has black color on #CCA9BD background.


White color preview on #CCA9BD background

This text has white color on #CCA9BD background.