COLOR #C987A4

HEX: #C987A4
RGB: (201,135,164)

Color info

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

RGB color model

#C987A4 color RGB value is (201,135,164).

  • red value is 201;
  • green value is 135;
  • blue value is 164.
RGB:
(201,135,164)
(79%,53%,64%)

RGB channels and saturation

R 201 of 255 = 79%
G 135 of 255 = 53%
B 164 of 255 = 64%

201
135
164

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

Portions of RGB colors in percentages

R + G + B =
201 + 135 + 164 = 500 (100%)
R 201 of 500 ~ 40.2%
G 135 of 500 ~ 27%
B 164 of 500 ~ 32.8%

%40.2
%27
%32.8

CMYK color model

#C987A4 color CMYK value is (0,33,18,21).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 18.41%
  • key color value is 21.18%
CMYK:
(0,33,18,21)
C0M33Y18K21 
(0%,33%,18%,21%)
(0.00/0.33/0.18/0.21)	

CMYK percentages

%0
%32.84
%18.41
%21.18

Codes

Color #C987A4 in popluar color models

C987A4
RGB201135164
HSL334°37.93%65.88%
HSB/HSV334°32.84%78.82%
CMYK0.00%32.84%18.41%
21.18%

Color #C987A4 in popluar number systems.

HEXC987A4
Decimal201135164
Binary110010011000011110100100
Octal311207244

Shades and tints

Shades of #C987A4

#C987A4
(201,135,164)
#B77B96
(183,123,150)
#A56F88
(165,111,136)
#93637A
(147,99,122)
#81576C
(129,87,108)
#6F4B5E
(111,75,94)
#5D3F50
(93,63,80)
#4B3342
(75,51,66)
#392734
(57,39,52)
#271B26
(39,27,38)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #C987A4

#C987A4
(201,135,164)
#CD91AC
(205,145,172)
#D19BB4
(209,155,180)
#D5A5BC
(213,165,188)
#D9AFC4
(217,175,196)
#DDB9CC
(221,185,204)
#E1C3D4
(225,195,212)
#E5CDDC
(229,205,220)
#E9D7E4
(233,215,228)
#EDE1EC
(237,225,236)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C987A4 color. Also use rgb(201,135,164) instead hex code.

Text Font Color

.myTextColor { color: #C987A4; }

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

This text font color is #C987A4.


Background Color

.myBgColor { background-color: #C987A4; }

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

This div background color is #C987A4.


Border color

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

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

This div border color is #C987A4.


Opacity

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

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

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

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

This text has shadow with #C987A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C987A4 on black background.


Color preview on white background

This text has color #C987A4 on white background.



Black color preview on #C987A4 background

This text has black color on #C987A4 background.


White color preview on #C987A4 background

This text has white color on #C987A4 background.