COLOR #C87E99

HEX: #C87E99
RGB: (200,126,153)

Color info

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

RGB color model

#C87E99 color RGB value is (200,126,153).

  • red value is 200;
  • green value is 126;
  • blue value is 153.
RGB:
(200,126,153)
(78%,49%,60%)

RGB channels and saturation

R 200 of 255 = 78%
G 126 of 255 = 49%
B 153 of 255 = 60%

200
126
153

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

Portions of RGB colors in percentages

R + G + B =
200 + 126 + 153 = 479 (100%)
R 200 of 479 ~ 41.75%
G 126 of 479 ~ 26.3%
B 153 of 479 ~ 31.94%

%41.75
%26.3
%31.94

CMYK color model

#C87E99 color CMYK value is (0,37,24,22).

  • cyan value is 0.00%
  • magenta value is 37.00%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(0,37,24,22)
C0M37Y24K22 
(0%,37%,24%,22%)
(0.00/0.37/0.24/0.22)	

CMYK percentages

%0
%37
%23.5
%21.57

Codes

Color #C87E99 in popluar color models

C87E99
RGB200126153
HSL338°40.22%63.92%
HSB/HSV338°37.00%78.43%
CMYK0.00%37.00%23.50%
21.57%

Color #C87E99 in popluar number systems.

HEXC87E99
Decimal200126153
Binary11001000111111010011001
Octal310176231

Shades and tints

Shades of #C87E99

#C87E99
(200,126,153)
#B6738C
(182,115,140)
#A4687F
(164,104,127)
#925D72
(146,93,114)
#805265
(128,82,101)
#6E4758
(110,71,88)
#5C3C4B
(92,60,75)
#4A313E
(74,49,62)
#382631
(56,38,49)
#261B24
(38,27,36)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #C87E99

#C87E99
(200,126,153)
#CD89A2
(205,137,162)
#D294AB
(210,148,171)
#D79FB4
(215,159,180)
#DCAABD
(220,170,189)
#E1B5C6
(225,181,198)
#E6C0CF
(230,192,207)
#EBCBD8
(235,203,216)
#F0D6E1
(240,214,225)
#F5E1EA
(245,225,234)
#FAECF3
(250,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87E99 color. Also use rgb(200,126,153) instead hex code.

Text Font Color

.myTextColor { color: #C87E99; }

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

This text font color is #C87E99.


Background Color

.myBgColor { background-color: #C87E99; }

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

This div background color is #C87E99.


Border color

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

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

This div border color is #C87E99.


Opacity

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

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

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

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

This text has shadow with #C87E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87E99 on black background.


Color preview on white background

This text has color #C87E99 on white background.



Black color preview on #C87E99 background

This text has black color on #C87E99 background.


White color preview on #C87E99 background

This text has white color on #C87E99 background.