COLOR #CC94BC

HEX: #CC94BC
RGB: (204,148,188)

Color info

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

RGB color model

#CC94BC color RGB value is (204,148,188).

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

RGB channels and saturation

R 204 of 255 = 80%
G 148 of 255 = 58%
B 188 of 255 = 74%

204
148
188

R + G + B ~ 71%. #CC94BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 148 + 188 = 540 (100%)
R 204 of 540 ~ 37.78%
G 148 of 540 ~ 27.41%
B 188 of 540 ~ 34.81%

%37.78
%27.41
%34.81

CMYK color model

#CC94BC color CMYK value is (0,27,8,20).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 7.84%
  • key color value is 20.00%
CMYK:
(0,27,8,20)
C0M27Y8K20 
(0%,27%,8%,20%)
(0.00/0.27/0.08/0.20)	

CMYK percentages

%0
%27.45
%7.84
%20

Codes

Color #CC94BC in popluar color models

CC94BC
RGB204148188
HSL317°35.44%69.02%
HSB/HSV317°27.45%80.00%
CMYK0.00%27.45%7.84%
20.00%

Color #CC94BC in popluar number systems.

HEXCC94BC
Decimal204148188
Binary110011001001010010111100
Octal314224274

Shades and tints

Shades of #CC94BC

#CC94BC
(204,148,188)
#BA87AB
(186,135,171)
#A87A9A
(168,122,154)
#966D89
(150,109,137)
#846078
(132,96,120)
#725367
(114,83,103)
#604656
(96,70,86)
#4E3945
(78,57,69)
#3C2C34
(60,44,52)
#2A1F23
(42,31,35)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #CC94BC

#CC94BC
(204,148,188)
#D09DC2
(208,157,194)
#D4A6C8
(212,166,200)
#D8AFCE
(216,175,206)
#DCB8D4
(220,184,212)
#E0C1DA
(224,193,218)
#E4CAE0
(228,202,224)
#E8D3E6
(232,211,230)
#ECDCEC
(236,220,236)
#F0E5F2
(240,229,242)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC94BC; }

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

This text font color is #CC94BC.


Background Color

.myBgColor { background-color: #CC94BC; }

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

This div background color is #CC94BC.


Border color

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

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

This div border color is #CC94BC.


Opacity

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

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

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

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

This text has shadow with #CC94BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC94BC on black background.


Color preview on white background

This text has color #CC94BC on white background.



Black color preview on #CC94BC background

This text has black color on #CC94BC background.


White color preview on #CC94BC background

This text has white color on #CC94BC background.