COLOR #C987BA

HEX: #C987BA RGB: (201,135,186)

Color info

#C987BA contains mainly red and blue colors. Web safe color of #C987BA is #CC99CC (or #C9C).

RGB color model

#C987BA color RGB value is (201,135,186).

RGB: (201,135,186) (79%, 53%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 135 of 255 = 53%
B 186 of 255 = 73%

201
135
186

R + G + B ~ 68%. #C987BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 135 + 186 = 522 (100%)
R 201 of 522 ~ 38.51%
G 135 of 522 ~ 25.86%
B 186 of 522 ~ 35.63'%

%38.51
%25.86
%35.63

CMYK color model

#C987BA color CMYK value is (0,33,7,21).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 7.46%
  • key color value is 21.18%

CMYK: (0,33,7,21)
C0M33Y7K21 (0%, 33%, 7%, 21%)
(0.00 / 0.33 / 0.07 / 0.21)

CMYK percentages

%0
%32.84
%7.46
%21.18

Codes

Color #C987BA in popluar color models

C9 87 BA
RGB 201 135 186
HSL 314° 37.93% 65.88%
HSB/HSV 314° 32.84% 78.82%
CMYK 0.00% 32.84% 7.46%
21.18%

Color #C987BA in popluar number systems.

HEX C9 87 BA
Decimal 201 135 186
Binary 11001001 10000111 10111010
Octal 311 207 272

Shades and tints

Shades of #C987BA

#C987BA
(201,135,186)
#B77BAA
(183,123,170)
#A56F9A
(165,111,154)
#93638A
(147,99,138)
#81577A
(129,87,122)
#6F4B6A
(111,75,106)
#5D3F5A
(93,63,90)
#4B334A
(75,51,74)
#39273A
(57,39,58)
#271B2A
(39,27,42)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #C987BA

#C987BA
(201,135,186)
#CD91C0
(205,145,192)
#D19BC6
(209,155,198)
#D5A5CC
(213,165,204)
#D9AFD2
(217,175,210)
#DDB9D8
(221,185,216)
#E1C3DE
(225,195,222)
#E5CDE4
(229,205,228)
#E9D7EA
(233,215,234)
#EDE1F0
(237,225,240)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C987BA; }

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

This text font color is #C987BA.

Background Color

.myBgColor { background-color: #C987BA; }

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

This div background color is #C987BA.

Border color

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

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

This div border color is #C987BA.

Opacity

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

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

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

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

This text has shadow with #C987BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C987BA.

Preview

Color preview on black background

This text has color #C987BA on black background.


Color preview on white background

This text has color #C987BA on white background.


Black color preview on #C987BA background

This text has black color on #C987BA background.


White color preview on #C987BA background

This text has white color on #C987BA background.


Related colors

Complementary color

Complementary color for #hex is #367845.


I love getcolorcode.com

Triadic colors

1 #BAC987 and #87BAC9 with #C987BA are triadic colors.

2 #BA87C9 and #87C9BA with #C987BA are triadic colors.