COLOR #C87EBB

HEX: #C87EBB RGB: (200,126,187)

Color info

#C87EBB contains mainly red and blue colors. Web safe color of #C87EBB is #CC66CC (or #C6C).

RGB color model

#C87EBB color RGB value is (200,126,187).

RGB: (200,126,187) (78%, 49%, 73%)

RGB channels and saturation

R 200 of 255 = 78%
G 126 of 255 = 49%
B 187 of 255 = 73%

200
126
187

R + G + B ~ 67%. #C87EBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 126 + 187 = 513 (100%)
R 200 of 513 ~ 38.99%
G 126 of 513 ~ 24.56%
B 187 of 513 ~ 36.45'%

%38.99
%24.56
%36.45

CMYK color model

#C87EBB color CMYK value is (0,37,7,22).

  • cyan value is 0.00%
  • magenta value is 37.00%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK: (0,37,7,22) C0M37Y7K22 (0%,37%,7%,22%) (0.00/0.37/0.07/0.22) 

CMYK percentages

%0
%37
%6.5
%21.57

Codes

Color #C87EBB in popluar color models

C8 7E BB
RGB 200 126 187
HSL 311° 40.22% 63.92%
HSB/HSV 311° 37.00% 78.43%
CMYK 0.00% 37.00% 6.50%
21.57%

Color #C87EBB in popluar number systems.

HEX C8 7E BB
Decimal 200 126 187
Binary 11001000 1111110 10111011
Octal 310 176 273

Shades and tints

Shades of #C87EBB

#C87EBB
(200,126,187)
#B673AA
(182,115,170)
#A46899
(164,104,153)
#925D88
(146,93,136)
#805277
(128,82,119)
#6E4766
(110,71,102)
#5C3C55
(92,60,85)
#4A3144
(74,49,68)
#382633
(56,38,51)
#261B22
(38,27,34)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #C87EBB

#C87EBB
(200,126,187)
#CD89C1
(205,137,193)
#D294C7
(210,148,199)
#D79FCD
(215,159,205)
#DCAAD3
(220,170,211)
#E1B5D9
(225,181,217)
#E6C0DF
(230,192,223)
#EBCBE5
(235,203,229)
#F0D6EB
(240,214,235)
#F5E1F1
(245,225,241)
#FAECF7
(250,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87EBB color. Also use rgb(200,126,187) instead hex code.

Text Font Color

.myTextColor { color: #C87EBB; }

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

This text font color is #C87EBB.

Background Color

.myBgColor { background-color: #C87EBB; }

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

This div background color is #C87EBB.

Border color

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

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

This div border color is #C87EBB.

Opacity

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

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

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

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

This text has shadow with #C87EBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87EBB.

Preview

Color preview on black background

This text has color #C87EBB on black background.


Color preview on white background

This text has color #C87EBB on white background.


Black color preview on #C87EBB background

This text has black color on #C87EBB background.


White color preview on #C87EBB background

This text has white color on #C87EBB background.


Related colors

Complementary color

Complementary color for #hex is #378144.


I love getcolorcode.com

Triadic colors

1 #BBC87E and #7EBBC8 with #C87EBB are triadic colors.

2 #BB7EC8 and #7EC8BB with #C87EBB are triadic colors.