COLOR #C87F93

HEX: #C87F93
RGB: (200,127,147)

Color info

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

RGB color model

#C87F93 color RGB value is (200,127,147).

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

RGB channels and saturation

R 200 of 255 = 78%
G 127 of 255 = 50%
B 147 of 255 = 58%

200
127
147

R + G + B ~ 62%. #C87F93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 127 + 147 = 474 (100%)
R 200 of 474 ~ 42.19%
G 127 of 474 ~ 26.79%
B 147 of 474 ~ 31.01%

%42.19
%26.79
%31.01

CMYK color model

#C87F93 color CMYK value is (0,37,27,22).

  • cyan value is 0.00%
  • magenta value is 36.50%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK:
(0,37,27,22)
C0M37Y27K22 
(0%,37%,27%,22%)
(0.00/0.37/0.27/0.22)	

CMYK percentages

%0
%36.5
%26.5
%21.57

Codes

Color #C87F93 in popluar color models

C87F93
RGB200127147
HSL344°39.89%64.12%
HSB/HSV344°36.50%78.43%
CMYK0.00%36.50%26.50%
21.57%

Color #C87F93 in popluar number systems.

HEXC87F93
Decimal200127147
Binary11001000111111110010011
Octal310177223

Shades and tints

Shades of #C87F93

#C87F93
(200,127,147)
#B67486
(182,116,134)
#A46979
(164,105,121)
#925E6C
(146,94,108)
#80535F
(128,83,95)
#6E4852
(110,72,82)
#5C3D45
(92,61,69)
#4A3238
(74,50,56)
#38272B
(56,39,43)
#261C1E
(38,28,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #C87F93

#C87F93
(200,127,147)
#CD8A9C
(205,138,156)
#D295A5
(210,149,165)
#D7A0AE
(215,160,174)
#DCABB7
(220,171,183)
#E1B6C0
(225,182,192)
#E6C1C9
(230,193,201)
#EBCCD2
(235,204,210)
#F0D7DB
(240,215,219)
#F5E2E4
(245,226,228)
#FAEDED
(250,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87F93; }

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

This text font color is #C87F93.


Background Color

.myBgColor { background-color: #C87F93; }

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

This div background color is #C87F93.


Border color

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

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

This div border color is #C87F93.


Opacity

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

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

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

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

This text has shadow with #C87F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87F93 on black background.


Color preview on white background

This text has color #C87F93 on white background.



Black color preview on #C87F93 background

This text has black color on #C87F93 background.


White color preview on #C87F93 background

This text has white color on #C87F93 background.