COLOR #CC8EA4

HEX: #CC8EA4
RGB: (204,142,164)

Color info

#CC8EA4 contains mainly red and blue colors. Web safe color of #CC8EA4 is #CC9999 (or #C99).

RGB color model

#CC8EA4 color RGB value is (204,142,164).

  • red value is 204;
  • green value is 142;
  • blue value is 164.
RGB:
(204,142,164)
(80%,56%,64%)

RGB channels and saturation

R 204 of 255 = 80%
G 142 of 255 = 56%
B 164 of 255 = 64%

204
142
164

R + G + B ~ 67%. #CC8EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 142 + 164 = 510 (100%)
R 204 of 510 ~ 40%
G 142 of 510 ~ 27.84%
B 164 of 510 ~ 32.16%

%40
%27.84
%32.16

CMYK color model

#CC8EA4 color CMYK value is (0,30,20,20).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 19.61%
  • key color value is 20.00%
CMYK:
(0,30,20,20)
C0M30Y20K20 
(0%,30%,20%,20%)
(0.00/0.30/0.20/0.20)	

CMYK percentages

%0
%30.39
%19.61
%20

Codes

Color #CC8EA4 in popluar color models

CC8EA4
RGB204142164
HSL339°37.80%67.84%
HSB/HSV339°30.39%80.00%
CMYK0.00%30.39%19.61%
20.00%

Color #CC8EA4 in popluar number systems.

HEXCC8EA4
Decimal204142164
Binary110011001000111010100100
Octal314216244

Shades and tints

Shades of #CC8EA4

#CC8EA4
(204,142,164)
#BA8296
(186,130,150)
#A87688
(168,118,136)
#966A7A
(150,106,122)
#845E6C
(132,94,108)
#72525E
(114,82,94)
#604650
(96,70,80)
#4E3A42
(78,58,66)
#3C2E34
(60,46,52)
#2A2226
(42,34,38)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CC8EA4

#CC8EA4
(204,142,164)
#D098AC
(208,152,172)
#D4A2B4
(212,162,180)
#D8ACBC
(216,172,188)
#DCB6C4
(220,182,196)
#E0C0CC
(224,192,204)
#E4CAD4
(228,202,212)
#E8D4DC
(232,212,220)
#ECDEE4
(236,222,228)
#F0E8EC
(240,232,236)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8EA4 color. Also use rgb(204,142,164) instead hex code.

Text Font Color

.myTextColor { color: #CC8EA4; }

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

This text font color is #CC8EA4.


Background Color

.myBgColor { background-color: #CC8EA4; }

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

This div background color is #CC8EA4.


Border color

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

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

This div border color is #CC8EA4.


Opacity

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

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

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

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

This text has shadow with #CC8EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8EA4 on black background.


Color preview on white background

This text has color #CC8EA4 on white background.



Black color preview on #CC8EA4 background

This text has black color on #CC8EA4 background.


White color preview on #CC8EA4 background

This text has white color on #CC8EA4 background.