COLOR #CCA5B8

HEX: #CCA5B8
RGB: (204,165,184)

Color info

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

RGB color model

#CCA5B8 color RGB value is (204,165,184).

  • red value is 204;
  • green value is 165;
  • blue value is 184.
RGB:
(204,165,184)
(80%,65%,72%)

RGB channels and saturation

R 204 of 255 = 80%
G 165 of 255 = 65%
B 184 of 255 = 72%

204
165
184

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

Portions of RGB colors in percentages

R + G + B =
204 + 165 + 184 = 553 (100%)
R 204 of 553 ~ 36.89%
G 165 of 553 ~ 29.84%
B 184 of 553 ~ 33.27%

%36.89
%29.84
%33.27

CMYK color model

#CCA5B8 color CMYK value is (0,19,10,20).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(0,19,10,20)
C0M19Y10K20 
(0%,19%,10%,20%)
(0.00/0.19/0.10/0.20)	

CMYK percentages

%0
%19.12
%9.8
%20

Codes

Color #CCA5B8 in popluar color models

CCA5B8
RGB204165184
HSL331°27.66%72.35%
HSB/HSV331°19.12%80.00%
CMYK0.00%19.12%9.80%
20.00%

Color #CCA5B8 in popluar number systems.

HEXCCA5B8
Decimal204165184
Binary110011001010010110111000
Octal314245270

Shades and tints

Shades of #CCA5B8

#CCA5B8
(204,165,184)
#BA96A8
(186,150,168)
#A88798
(168,135,152)
#967888
(150,120,136)
#846978
(132,105,120)
#725A68
(114,90,104)
#604B58
(96,75,88)
#4E3C48
(78,60,72)
#3C2D38
(60,45,56)
#2A1E28
(42,30,40)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #CCA5B8

#CCA5B8
(204,165,184)
#D0ADBE
(208,173,190)
#D4B5C4
(212,181,196)
#D8BDCA
(216,189,202)
#DCC5D0
(220,197,208)
#E0CDD6
(224,205,214)
#E4D5DC
(228,213,220)
#E8DDE2
(232,221,226)
#ECE5E8
(236,229,232)
#F0EDEE
(240,237,238)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA5B8 color. Also use rgb(204,165,184) instead hex code.

Text Font Color

.myTextColor { color: #CCA5B8; }

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

This text font color is #CCA5B8.


Background Color

.myBgColor { background-color: #CCA5B8; }

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

This div background color is #CCA5B8.


Border color

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

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

This div border color is #CCA5B8.


Opacity

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

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

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

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

This text has shadow with #CCA5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA5B8 on black background.


Color preview on white background

This text has color #CCA5B8 on white background.



Black color preview on #CCA5B8 background

This text has black color on #CCA5B8 background.


White color preview on #CCA5B8 background

This text has white color on #CCA5B8 background.