COLOR #CC89B4

HEX: #CC89B4
RGB: (204,137,180)

Color info

#CC89B4 contains mainly red and blue colors. Web safe color of #CC89B4 is #CC99CC (or #C9C).

RGB color model

#CC89B4 color RGB value is (204,137,180).

  • red value is 204;
  • green value is 137;
  • blue value is 180.
RGB:
(204,137,180)
(80%,54%,71%)

RGB channels and saturation

R 204 of 255 = 80%
G 137 of 255 = 54%
B 180 of 255 = 71%

204
137
180

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

Portions of RGB colors in percentages

R + G + B =
204 + 137 + 180 = 521 (100%)
R 204 of 521 ~ 39.16%
G 137 of 521 ~ 26.3%
B 180 of 521 ~ 34.55%

%39.16
%26.3
%34.55

CMYK color model

#CC89B4 color CMYK value is (0,33,12,20).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(0,33,12,20)
C0M33Y12K20 
(0%,33%,12%,20%)
(0.00/0.33/0.12/0.20)	

CMYK percentages

%0
%32.84
%11.76
%20

Codes

Color #CC89B4 in popluar color models

CC89B4
RGB204137180
HSL321°39.64%66.86%
HSB/HSV321°32.84%80.00%
CMYK0.00%32.84%11.76%
20.00%

Color #CC89B4 in popluar number systems.

HEXCC89B4
Decimal204137180
Binary110011001000100110110100
Octal314211264

Shades and tints

Shades of #CC89B4

#CC89B4
(204,137,180)
#BA7DA4
(186,125,164)
#A87194
(168,113,148)
#966584
(150,101,132)
#845974
(132,89,116)
#724D64
(114,77,100)
#604154
(96,65,84)
#4E3544
(78,53,68)
#3C2934
(60,41,52)
#2A1D24
(42,29,36)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #CC89B4

#CC89B4
(204,137,180)
#D093BA
(208,147,186)
#D49DC0
(212,157,192)
#D8A7C6
(216,167,198)
#DCB1CC
(220,177,204)
#E0BBD2
(224,187,210)
#E4C5D8
(228,197,216)
#E8CFDE
(232,207,222)
#ECD9E4
(236,217,228)
#F0E3EA
(240,227,234)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC89B4 color. Also use rgb(204,137,180) instead hex code.

Text Font Color

.myTextColor { color: #CC89B4; }

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

This text font color is #CC89B4.


Background Color

.myBgColor { background-color: #CC89B4; }

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

This div background color is #CC89B4.


Border color

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

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

This div border color is #CC89B4.


Opacity

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

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

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

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

This text has shadow with #CC89B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC89B4 on black background.


Color preview on white background

This text has color #CC89B4 on white background.



Black color preview on #CC89B4 background

This text has black color on #CC89B4 background.


White color preview on #CC89B4 background

This text has white color on #CC89B4 background.