COLOR #CCA9BE

HEX: #CCA9BE
RGB: (204,169,190)

Color info

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

RGB color model

#CCA9BE color RGB value is (204,169,190).

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

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 190 of 255 = 75%

204
169
190

R + G + B ~ 74%. #CCA9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 169 + 190 = 563 (100%)
R 204 of 563 ~ 36.23%
G 169 of 563 ~ 30.02%
B 190 of 563 ~ 33.75%

%36.23
%30.02
%33.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 6.86%
  • 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
%6.86
%20

Codes

Color #CCA9BE in popluar color models

CCA9BE
RGB204169190
HSL324°25.55%73.14%
HSB/HSV324°17.16%80.00%
CMYK0.00%17.16%6.86%
20.00%

Color #CCA9BE in popluar number systems.

HEXCCA9BE
Decimal204169190
Binary110011001010100110111110
Octal314251276

Shades and tints

Shades of #CCA9BE

#CCA9BE
(204,169,190)
#BA9AAD
(186,154,173)
#A88B9C
(168,139,156)
#967C8B
(150,124,139)
#846D7A
(132,109,122)
#725E69
(114,94,105)
#604F58
(96,79,88)
#4E4047
(78,64,71)
#3C3136
(60,49,54)
#2A2225
(42,34,37)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #CCA9BE

#CCA9BE
(204,169,190)
#D0B0C3
(208,176,195)
#D4B7C8
(212,183,200)
#D8BECD
(216,190,205)
#DCC5D2
(220,197,210)
#E0CCD7
(224,204,215)
#E4D3DC
(228,211,220)
#E8DAE1
(232,218,225)
#ECE1E6
(236,225,230)
#F0E8EB
(240,232,235)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9BE; }

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

This text font color is #CCA9BE.


Background Color

.myBgColor { background-color: #CCA9BE; }

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

This div background color is #CCA9BE.


Border color

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

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

This div border color is #CCA9BE.


Opacity

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

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

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

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

This text has shadow with #CCA9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA9BE on black background.


Color preview on white background

This text has color #CCA9BE on white background.



Black color preview on #CCA9BE background

This text has black color on #CCA9BE background.


White color preview on #CCA9BE background

This text has white color on #CCA9BE background.