COLOR #C887A3

HEX: #C887A3
RGB: (200,135,163)

Color info

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

RGB color model

#C887A3 color RGB value is (200,135,163).

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

RGB channels and saturation

R 200 of 255 = 78%
G 135 of 255 = 53%
B 163 of 255 = 64%

200
135
163

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

Portions of RGB colors in percentages

R + G + B =
200 + 135 + 163 = 498 (100%)
R 200 of 498 ~ 40.16%
G 135 of 498 ~ 27.11%
B 163 of 498 ~ 32.73%

%40.16
%27.11
%32.73

CMYK color model

#C887A3 color CMYK value is (0,33,19,22).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 18.50%
  • key color value is 21.57%
CMYK:
(0,33,19,22)
C0M33Y19K22 
(0%,33%,19%,22%)
(0.00/0.33/0.19/0.22)	

CMYK percentages

%0
%32.5
%18.5
%21.57

Codes

Color #C887A3 in popluar color models

C887A3
RGB200135163
HSL334°37.14%65.69%
HSB/HSV334°32.50%78.43%
CMYK0.00%32.50%18.50%
21.57%

Color #C887A3 in popluar number systems.

HEXC887A3
Decimal200135163
Binary110010001000011110100011
Octal310207243

Shades and tints

Shades of #C887A3

#C887A3
(200,135,163)
#B67B95
(182,123,149)
#A46F87
(164,111,135)
#926379
(146,99,121)
#80576B
(128,87,107)
#6E4B5D
(110,75,93)
#5C3F4F
(92,63,79)
#4A3341
(74,51,65)
#382733
(56,39,51)
#261B25
(38,27,37)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #C887A3

#C887A3
(200,135,163)
#CD91AB
(205,145,171)
#D29BB3
(210,155,179)
#D7A5BB
(215,165,187)
#DCAFC3
(220,175,195)
#E1B9CB
(225,185,203)
#E6C3D3
(230,195,211)
#EBCDDB
(235,205,219)
#F0D7E3
(240,215,227)
#F5E1EB
(245,225,235)
#FAEBF3
(250,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C887A3; }

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

This text font color is #C887A3.


Background Color

.myBgColor { background-color: #C887A3; }

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

This div background color is #C887A3.


Border color

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

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

This div border color is #C887A3.


Opacity

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

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

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

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

This text has shadow with #C887A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C887A3 on black background.


Color preview on white background

This text has color #C887A3 on white background.



Black color preview on #C887A3 background

This text has black color on #C887A3 background.


White color preview on #C887A3 background

This text has white color on #C887A3 background.