COLOR #CCA0B8

HEX: #CCA0B8
RGB: (204,160,184)

Color info

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

RGB color model

#CCA0B8 color RGB value is (204,160,184).

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

RGB channels and saturation

R 204 of 255 = 80%
G 160 of 255 = 63%
B 184 of 255 = 72%

204
160
184

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

Portions of RGB colors in percentages

R + G + B =
204 + 160 + 184 = 548 (100%)
R 204 of 548 ~ 37.23%
G 160 of 548 ~ 29.2%
B 184 of 548 ~ 33.58%

%37.23
%29.2
%33.58

CMYK color model

#CCA0B8 color CMYK value is (0,22,10,20).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(0,22,10,20)
C0M22Y10K20 
(0%,22%,10%,20%)
(0.00/0.22/0.10/0.20)	

CMYK percentages

%0
%21.57
%9.8
%20

Codes

Color #CCA0B8 in popluar color models

CCA0B8
RGB204160184
HSL327°30.14%71.37%
HSB/HSV327°21.57%80.00%
CMYK0.00%21.57%9.80%
20.00%

Color #CCA0B8 in popluar number systems.

HEXCCA0B8
Decimal204160184
Binary110011001010000010111000
Octal314240270

Shades and tints

Shades of #CCA0B8

#CCA0B8
(204,160,184)
#BA92A8
(186,146,168)
#A88498
(168,132,152)
#967688
(150,118,136)
#846878
(132,104,120)
#725A68
(114,90,104)
#604C58
(96,76,88)
#4E3E48
(78,62,72)
#3C3038
(60,48,56)
#2A2228
(42,34,40)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #CCA0B8

#CCA0B8
(204,160,184)
#D0A8BE
(208,168,190)
#D4B0C4
(212,176,196)
#D8B8CA
(216,184,202)
#DCC0D0
(220,192,208)
#E0C8D6
(224,200,214)
#E4D0DC
(228,208,220)
#E8D8E2
(232,216,226)
#ECE0E8
(236,224,232)
#F0E8EE
(240,232,238)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA0B8; }

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

This text font color is #CCA0B8.


Background Color

.myBgColor { background-color: #CCA0B8; }

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

This div background color is #CCA0B8.


Border color

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

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

This div border color is #CCA0B8.


Opacity

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

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

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

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

This text has shadow with #CCA0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA0B8 on black background.


Color preview on white background

This text has color #CCA0B8 on white background.



Black color preview on #CCA0B8 background

This text has black color on #CCA0B8 background.


White color preview on #CCA0B8 background

This text has white color on #CCA0B8 background.