COLOR #CCA8B8

HEX: #CCA8B8
RGB: (204,168,184)

Color info

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

RGB color model

#CCA8B8 color RGB value is (204,168,184).

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

RGB channels and saturation

R 204 of 255 = 80%
G 168 of 255 = 66%
B 184 of 255 = 72%

204
168
184

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

Portions of RGB colors in percentages

R + G + B =
204 + 168 + 184 = 556 (100%)
R 204 of 556 ~ 36.69%
G 168 of 556 ~ 30.22%
B 184 of 556 ~ 33.09%

%36.69
%30.22
%33.09

CMYK color model

#CCA8B8 color CMYK value is (0,18,10,20).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(0,18,10,20)
C0M18Y10K20 
(0%,18%,10%,20%)
(0.00/0.18/0.10/0.20)	

CMYK percentages

%0
%17.65
%9.8
%20

Codes

Color #CCA8B8 in popluar color models

CCA8B8
RGB204168184
HSL333°26.09%72.94%
HSB/HSV333°17.65%80.00%
CMYK0.00%17.65%9.80%
20.00%

Color #CCA8B8 in popluar number systems.

HEXCCA8B8
Decimal204168184
Binary110011001010100010111000
Octal314250270

Shades and tints

Shades of #CCA8B8

#CCA8B8
(204,168,184)
#BA99A8
(186,153,168)
#A88A98
(168,138,152)
#967B88
(150,123,136)
#846C78
(132,108,120)
#725D68
(114,93,104)
#604E58
(96,78,88)
#4E3F48
(78,63,72)
#3C3038
(60,48,56)
#2A2128
(42,33,40)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #CCA8B8

#CCA8B8
(204,168,184)
#D0AFBE
(208,175,190)
#D4B6C4
(212,182,196)
#D8BDCA
(216,189,202)
#DCC4D0
(220,196,208)
#E0CBD6
(224,203,214)
#E4D2DC
(228,210,220)
#E8D9E2
(232,217,226)
#ECE0E8
(236,224,232)
#F0E7EE
(240,231,238)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA8B8; }

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

This text font color is #CCA8B8.


Background Color

.myBgColor { background-color: #CCA8B8; }

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

This div background color is #CCA8B8.


Border color

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

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

This div border color is #CCA8B8.


Opacity

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

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

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

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

This text has shadow with #CCA8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA8B8 on black background.


Color preview on white background

This text has color #CCA8B8 on white background.



Black color preview on #CCA8B8 background

This text has black color on #CCA8B8 background.


White color preview on #CCA8B8 background

This text has white color on #CCA8B8 background.