COLOR #C87BBE

HEX: #C87BBE
RGB: (200,123,190)

Color info

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

RGB color model

#C87BBE color RGB value is (200,123,190).

  • red value is 200;
  • green value is 123;
  • blue value is 190.
RGB:
(200,123,190)
(78%,48%,75%)

RGB channels and saturation

R 200 of 255 = 78%
G 123 of 255 = 48%
B 190 of 255 = 75%

200
123
190

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

Portions of RGB colors in percentages

R + G + B =
200 + 123 + 190 = 513 (100%)
R 200 of 513 ~ 38.99%
G 123 of 513 ~ 23.98%
B 190 of 513 ~ 37.04%

%38.99
%23.98
%37.04

CMYK color model

#C87BBE color CMYK value is (0,39,5,22).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 5.00%
  • key color value is 21.57%
CMYK:
(0,39,5,22)
C0M39Y5K22 
(0%,39%,5%,22%)
(0.00/0.39/0.05/0.22)	

CMYK percentages

%0
%38.5
%5
%21.57

Codes

Color #C87BBE in popluar color models

C87BBE
RGB200123190
HSL308°41.18%63.33%
HSB/HSV308°38.50%78.43%
CMYK0.00%38.50%5.00%
21.57%

Color #C87BBE in popluar number systems.

HEXC87BBE
Decimal200123190
Binary11001000111101110111110
Octal310173276

Shades and tints

Shades of #C87BBE

#C87BBE
(200,123,190)
#B670AD
(182,112,173)
#A4659C
(164,101,156)
#925A8B
(146,90,139)
#804F7A
(128,79,122)
#6E4469
(110,68,105)
#5C3958
(92,57,88)
#4A2E47
(74,46,71)
#382336
(56,35,54)
#261825
(38,24,37)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #C87BBE

#C87BBE
(200,123,190)
#CD87C3
(205,135,195)
#D293C8
(210,147,200)
#D79FCD
(215,159,205)
#DCABD2
(220,171,210)
#E1B7D7
(225,183,215)
#E6C3DC
(230,195,220)
#EBCFE1
(235,207,225)
#F0DBE6
(240,219,230)
#F5E7EB
(245,231,235)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87BBE color. Also use rgb(200,123,190) instead hex code.

Text Font Color

.myTextColor { color: #C87BBE; }

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

This text font color is #C87BBE.


Background Color

.myBgColor { background-color: #C87BBE; }

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

This div background color is #C87BBE.


Border color

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

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

This div border color is #C87BBE.


Opacity

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

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

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

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

This text has shadow with #C87BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87BBE on black background.


Color preview on white background

This text has color #C87BBE on white background.



Black color preview on #C87BBE background

This text has black color on #C87BBE background.


White color preview on #C87BBE background

This text has white color on #C87BBE background.