COLOR #C887A7

HEX: #C887A7
RGB: (200,135,167)

Color info

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

RGB color model

#C887A7 color RGB value is (200,135,167).

  • red value is 200;
  • green value is 135;
  • blue value is 167.
RGB:
(200,135,167)
(78%,53%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 135 of 255 = 53%
B 167 of 255 = 65%

200
135
167

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

Portions of RGB colors in percentages

R + G + B =
200 + 135 + 167 = 502 (100%)
R 200 of 502 ~ 39.84%
G 135 of 502 ~ 26.89%
B 167 of 502 ~ 33.27%

%39.84
%26.89
%33.27

CMYK color model

#C887A7 color CMYK value is (0,33,17,22).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 16.50%
  • key color value is 21.57%
CMYK:
(0,33,17,22)
C0M33Y17K22 
(0%,33%,17%,22%)
(0.00/0.33/0.17/0.22)	

CMYK percentages

%0
%32.5
%16.5
%21.57

Codes

Color #C887A7 in popluar color models

C887A7
RGB200135167
HSL330°37.14%65.69%
HSB/HSV330°32.50%78.43%
CMYK0.00%32.50%16.50%
21.57%

Color #C887A7 in popluar number systems.

HEXC887A7
Decimal200135167
Binary110010001000011110100111
Octal310207247

Shades and tints

Shades of #C887A7

#C887A7
(200,135,167)
#B67B98
(182,123,152)
#A46F89
(164,111,137)
#92637A
(146,99,122)
#80576B
(128,87,107)
#6E4B5C
(110,75,92)
#5C3F4D
(92,63,77)
#4A333E
(74,51,62)
#38272F
(56,39,47)
#261B20
(38,27,32)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #C887A7

#C887A7
(200,135,167)
#CD91AF
(205,145,175)
#D29BB7
(210,155,183)
#D7A5BF
(215,165,191)
#DCAFC7
(220,175,199)
#E1B9CF
(225,185,207)
#E6C3D7
(230,195,215)
#EBCDDF
(235,205,223)
#F0D7E7
(240,215,231)
#F5E1EF
(245,225,239)
#FAEBF7
(250,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C887A7 color. Also use rgb(200,135,167) instead hex code.

Text Font Color

.myTextColor { color: #C887A7; }

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

This text font color is #C887A7.


Background Color

.myBgColor { background-color: #C887A7; }

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

This div background color is #C887A7.


Border color

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

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

This div border color is #C887A7.


Opacity

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

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

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

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

This text has shadow with #C887A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C887A7 on black background.


Color preview on white background

This text has color #C887A7 on white background.



Black color preview on #C887A7 background

This text has black color on #C887A7 background.


White color preview on #C887A7 background

This text has white color on #C887A7 background.