COLOR #CC94BD

HEX: #CC94BD
RGB: (204,148,189)

Color info

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

RGB color model

#CC94BD color RGB value is (204,148,189).

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

RGB channels and saturation

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

204
148
189

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

Portions of RGB colors in percentages

R + G + B =
204 + 148 + 189 = 541 (100%)
R 204 of 541 ~ 37.71%
G 148 of 541 ~ 27.36%
B 189 of 541 ~ 34.94%

%37.71
%27.36
%34.94

CMYK color model

#CC94BD color CMYK value is (0,27,7,20).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 7.35%
  • key color value is 20.00%
CMYK:
(0,27,7,20)
C0M27Y7K20 
(0%,27%,7%,20%)
(0.00/0.27/0.07/0.20)	

CMYK percentages

%0
%27.45
%7.35
%20

Codes

Color #CC94BD in popluar color models

CC94BD
RGB204148189
HSL316°35.44%69.02%
HSB/HSV316°27.45%80.00%
CMYK0.00%27.45%7.35%
20.00%

Color #CC94BD in popluar number systems.

HEXCC94BD
Decimal204148189
Binary110011001001010010111101
Octal314224275

Shades and tints

Shades of #CC94BD

#CC94BD
(204,148,189)
#BA87AC
(186,135,172)
#A87A9B
(168,122,155)
#966D8A
(150,109,138)
#846079
(132,96,121)
#725368
(114,83,104)
#604657
(96,70,87)
#4E3946
(78,57,70)
#3C2C35
(60,44,53)
#2A1F24
(42,31,36)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #CC94BD

#CC94BD
(204,148,189)
#D09DC3
(208,157,195)
#D4A6C9
(212,166,201)
#D8AFCF
(216,175,207)
#DCB8D5
(220,184,213)
#E0C1DB
(224,193,219)
#E4CAE1
(228,202,225)
#E8D3E7
(232,211,231)
#ECDCED
(236,220,237)
#F0E5F3
(240,229,243)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC94BD; }

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

This text font color is #CC94BD.


Background Color

.myBgColor { background-color: #CC94BD; }

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

This div background color is #CC94BD.


Border color

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

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

This div border color is #CC94BD.


Opacity

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

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

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

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

This text has shadow with #CC94BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC94BD on black background.


Color preview on white background

This text has color #CC94BD on white background.



Black color preview on #CC94BD background

This text has black color on #CC94BD background.


White color preview on #CC94BD background

This text has white color on #CC94BD background.