COLOR #C87FAA

HEX: #C87FAA
RGB: (200,127,170)

Color info

#C87FAA contains mainly red and blue colors. Web safe color of #C87FAA is #CC6699 (or #C69).

RGB color model

#C87FAA color RGB value is (200,127,170).

  • red value is 200;
  • green value is 127;
  • blue value is 170.
RGB:
(200,127,170)
(78%,50%,67%)

RGB channels and saturation

R 200 of 255 = 78%
G 127 of 255 = 50%
B 170 of 255 = 67%

200
127
170

R + G + B ~ 65%. #C87FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 127 + 170 = 497 (100%)
R 200 of 497 ~ 40.24%
G 127 of 497 ~ 25.55%
B 170 of 497 ~ 34.21%

%40.24
%25.55
%34.21

CMYK color model

#C87FAA color CMYK value is (0,37,15,22).

  • cyan value is 0.00%
  • magenta value is 36.50%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK:
(0,37,15,22)
C0M37Y15K22 
(0%,37%,15%,22%)
(0.00/0.37/0.15/0.22)	

CMYK percentages

%0
%36.5
%15
%21.57

Codes

Color #C87FAA in popluar color models

C87FAA
RGB200127170
HSL325°39.89%64.12%
HSB/HSV325°36.50%78.43%
CMYK0.00%36.50%15.00%
21.57%

Color #C87FAA in popluar number systems.

HEXC87FAA
Decimal200127170
Binary11001000111111110101010
Octal310177252

Shades and tints

Shades of #C87FAA

#C87FAA
(200,127,170)
#B6749B
(182,116,155)
#A4698C
(164,105,140)
#925E7D
(146,94,125)
#80536E
(128,83,110)
#6E485F
(110,72,95)
#5C3D50
(92,61,80)
#4A3241
(74,50,65)
#382732
(56,39,50)
#261C23
(38,28,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #C87FAA

#C87FAA
(200,127,170)
#CD8AB1
(205,138,177)
#D295B8
(210,149,184)
#D7A0BF
(215,160,191)
#DCABC6
(220,171,198)
#E1B6CD
(225,182,205)
#E6C1D4
(230,193,212)
#EBCCDB
(235,204,219)
#F0D7E2
(240,215,226)
#F5E2E9
(245,226,233)
#FAEDF0
(250,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87FAA color. Also use rgb(200,127,170) instead hex code.

Text Font Color

.myTextColor { color: #C87FAA; }

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

This text font color is #C87FAA.


Background Color

.myBgColor { background-color: #C87FAA; }

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

This div background color is #C87FAA.


Border color

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

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

This div border color is #C87FAA.


Opacity

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

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

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

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

This text has shadow with #C87FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87FAA on black background.


Color preview on white background

This text has color #C87FAA on white background.



Black color preview on #C87FAA background

This text has black color on #C87FAA background.


White color preview on #C87FAA background

This text has white color on #C87FAA background.