COLOR #C987DB

HEX: #C987DB RGB: (201,135,219)

Color info

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

RGB color model

#C987DB color RGB value is (201,135,219).

RGB: (201,135,219) (79%, 53%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 135 of 255 = 53%
B 219 of 255 = 86%

201
135
219

R + G + B ~ 73%. #C987DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 135 + 219 = 555 (100%)
R 201 of 555 ~ 36.22%
G 135 of 555 ~ 24.32%
B 219 of 555 ~ 39.46'%

%36.22
%24.32
%39.46

CMYK color model

#C987DB color CMYK value is (8,38,0,14).

  • cyan value is 8.22%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (8,38,0,14)
C8M38Y0K14 (8%, 38%, 0%, 14%)
(0.08 / 0.38 / 0.00 / 0.14)

CMYK percentages

%8.22
%38.36
%0
%14.12

Codes

Color #C987DB in popluar color models

C9 87 DB
RGB 201 135 219
HSL 287° 53.85% 69.41%
HSB/HSV 287° 38.36% 85.88%
CMYK 8.22% 38.36% 0.00%
14.12%

Color #C987DB in popluar number systems.

HEX C9 87 DB
Decimal 201 135 219
Binary 11001001 10000111 11011011
Octal 311 207 333

Shades and tints

Shades of #C987DB

#C987DB
(201,135,219)
#B77BC8
(183,123,200)
#A56FB5
(165,111,181)
#9363A2
(147,99,162)
#81578F
(129,87,143)
#6F4B7C
(111,75,124)
#5D3F69
(93,63,105)
#4B3356
(75,51,86)
#392743
(57,39,67)
#271B30
(39,27,48)
#150F1D
(21,15,29)
#000000
(0,0,0)

Tints of #C987DB

#C987DB
(201,135,219)
#CD91DE
(205,145,222)
#D19BE1
(209,155,225)
#D5A5E4
(213,165,228)
#D9AFE7
(217,175,231)
#DDB9EA
(221,185,234)
#E1C3ED
(225,195,237)
#E5CDF0
(229,205,240)
#E9D7F3
(233,215,243)
#EDE1F6
(237,225,246)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C987DB; }

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

This text font color is #C987DB.

Background Color

.myBgColor { background-color: #C987DB; }

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

This div background color is #C987DB.

Border color

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

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

This div border color is #C987DB.

Opacity

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

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

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

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

This text has shadow with #C987DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C987DB.

Preview

Color preview on black background

This text has color #C987DB on black background.


Color preview on white background

This text has color #C987DB on white background.


Black color preview on #C987DB background

This text has black color on #C987DB background.


White color preview on #C987DB background

This text has white color on #C987DB background.


Related colors

Complementary color

Complementary color for #hex is #367824.


I love getcolorcode.com

Triadic colors

1 #DBC987 and #87DBC9 with #C987DB are triadic colors.

2 #DB87C9 and #87C9DB with #C987DB are triadic colors.