COLOR #CC87B0

HEX: #CC87B0
RGB: (204,135,176)

Color info

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

RGB color model

#CC87B0 color RGB value is (204,135,176).

  • red value is 204;
  • green value is 135;
  • blue value is 176.
RGB:
(204,135,176)
(80%,53%,69%)

RGB channels and saturation

R 204 of 255 = 80%
G 135 of 255 = 53%
B 176 of 255 = 69%

204
135
176

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

Portions of RGB colors in percentages

R + G + B =
204 + 135 + 176 = 515 (100%)
R 204 of 515 ~ 39.61%
G 135 of 515 ~ 26.21%
B 176 of 515 ~ 34.17%

%39.61
%26.21
%34.17

CMYK color model

#CC87B0 color CMYK value is (0,34,14,20).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 13.73%
  • key color value is 20.00%
CMYK:
(0,34,14,20)
C0M34Y14K20 
(0%,34%,14%,20%)
(0.00/0.34/0.14/0.20)	

CMYK percentages

%0
%33.82
%13.73
%20

Codes

Color #CC87B0 in popluar color models

CC87B0
RGB204135176
HSL324°40.35%66.47%
HSB/HSV324°33.82%80.00%
CMYK0.00%33.82%13.73%
20.00%

Color #CC87B0 in popluar number systems.

HEXCC87B0
Decimal204135176
Binary110011001000011110110000
Octal314207260

Shades and tints

Shades of #CC87B0

#CC87B0
(204,135,176)
#BA7BA0
(186,123,160)
#A86F90
(168,111,144)
#966380
(150,99,128)
#845770
(132,87,112)
#724B60
(114,75,96)
#603F50
(96,63,80)
#4E3340
(78,51,64)
#3C2730
(60,39,48)
#2A1B20
(42,27,32)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #CC87B0

#CC87B0
(204,135,176)
#D091B7
(208,145,183)
#D49BBE
(212,155,190)
#D8A5C5
(216,165,197)
#DCAFCC
(220,175,204)
#E0B9D3
(224,185,211)
#E4C3DA
(228,195,218)
#E8CDE1
(232,205,225)
#ECD7E8
(236,215,232)
#F0E1EF
(240,225,239)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC87B0 color. Also use rgb(204,135,176) instead hex code.

Text Font Color

.myTextColor { color: #CC87B0; }

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

This text font color is #CC87B0.


Background Color

.myBgColor { background-color: #CC87B0; }

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

This div background color is #CC87B0.


Border color

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

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

This div border color is #CC87B0.


Opacity

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

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

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

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

This text has shadow with #CC87B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC87B0 on black background.


Color preview on white background

This text has color #CC87B0 on white background.



Black color preview on #CC87B0 background

This text has black color on #CC87B0 background.


White color preview on #CC87B0 background

This text has white color on #CC87B0 background.