COLOR #CC94A8

HEX: #CC94A8
RGB: (204,148,168)

Color info

#CC94A8 contains red, green and blue colors in about the same proportion. Web safe color of #CC94A8 is #CC9999 (or #C99).

RGB color model

#CC94A8 color RGB value is (204,148,168).

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

RGB channels and saturation

R 204 of 255 = 80%
G 148 of 255 = 58%
B 168 of 255 = 66%

204
148
168

R + G + B ~ 68%. #CC94A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 148 + 168 = 520 (100%)
R 204 of 520 ~ 39.23%
G 148 of 520 ~ 28.46%
B 168 of 520 ~ 32.31%

%39.23
%28.46
%32.31

CMYK color model

#CC94A8 color CMYK value is (0,27,18,20).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 17.65%
  • key color value is 20.00%
CMYK:
(0,27,18,20)
C0M27Y18K20 
(0%,27%,18%,20%)
(0.00/0.27/0.18/0.20)	

CMYK percentages

%0
%27.45
%17.65
%20

Codes

Color #CC94A8 in popluar color models

CC94A8
RGB204148168
HSL339°35.44%69.02%
HSB/HSV339°27.45%80.00%
CMYK0.00%27.45%17.65%
20.00%

Color #CC94A8 in popluar number systems.

HEXCC94A8
Decimal204148168
Binary110011001001010010101000
Octal314224250

Shades and tints

Shades of #CC94A8

#CC94A8
(204,148,168)
#BA8799
(186,135,153)
#A87A8A
(168,122,138)
#966D7B
(150,109,123)
#84606C
(132,96,108)
#72535D
(114,83,93)
#60464E
(96,70,78)
#4E393F
(78,57,63)
#3C2C30
(60,44,48)
#2A1F21
(42,31,33)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #CC94A8

#CC94A8
(204,148,168)
#D09DAF
(208,157,175)
#D4A6B6
(212,166,182)
#D8AFBD
(216,175,189)
#DCB8C4
(220,184,196)
#E0C1CB
(224,193,203)
#E4CAD2
(228,202,210)
#E8D3D9
(232,211,217)
#ECDCE0
(236,220,224)
#F0E5E7
(240,229,231)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC94A8; }

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

This text font color is #CC94A8.


Background Color

.myBgColor { background-color: #CC94A8; }

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

This div background color is #CC94A8.


Border color

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

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

This div border color is #CC94A8.


Opacity

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

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

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

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

This text has shadow with #CC94A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC94A8 on black background.


Color preview on white background

This text has color #CC94A8 on white background.



Black color preview on #CC94A8 background

This text has black color on #CC94A8 background.


White color preview on #CC94A8 background

This text has white color on #CC94A8 background.