COLOR #C887C2

HEX: #C887C2
RGB: (200,135,194)

Color info

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

RGB color model

#C887C2 color RGB value is (200,135,194).

  • red value is 200;
  • green value is 135;
  • blue value is 194.
RGB:
(200,135,194)
(78%,53%,76%)

RGB channels and saturation

R 200 of 255 = 78%
G 135 of 255 = 53%
B 194 of 255 = 76%

200
135
194

R + G + B ~ 69%. #C887C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 135 + 194 = 529 (100%)
R 200 of 529 ~ 37.81%
G 135 of 529 ~ 25.52%
B 194 of 529 ~ 36.67%

%37.81
%25.52
%36.67

CMYK color model

#C887C2 color CMYK value is (0,33,3,22).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 3.00%
  • key color value is 21.57%
CMYK:
(0,33,3,22)
C0M33Y3K22 
(0%,33%,3%,22%)
(0.00/0.33/0.03/0.22)	

CMYK percentages

%0
%32.5
%3
%21.57

Codes

Color #C887C2 in popluar color models

C887C2
RGB200135194
HSL306°37.14%65.69%
HSB/HSV306°32.50%78.43%
CMYK0.00%32.50%3.00%
21.57%

Color #C887C2 in popluar number systems.

HEXC887C2
Decimal200135194
Binary110010001000011111000010
Octal310207302

Shades and tints

Shades of #C887C2

#C887C2
(200,135,194)
#B67BB1
(182,123,177)
#A46FA0
(164,111,160)
#92638F
(146,99,143)
#80577E
(128,87,126)
#6E4B6D
(110,75,109)
#5C3F5C
(92,63,92)
#4A334B
(74,51,75)
#38273A
(56,39,58)
#261B29
(38,27,41)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #C887C2

#C887C2
(200,135,194)
#CD91C7
(205,145,199)
#D29BCC
(210,155,204)
#D7A5D1
(215,165,209)
#DCAFD6
(220,175,214)
#E1B9DB
(225,185,219)
#E6C3E0
(230,195,224)
#EBCDE5
(235,205,229)
#F0D7EA
(240,215,234)
#F5E1EF
(245,225,239)
#FAEBF4
(250,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C887C2 color. Also use rgb(200,135,194) instead hex code.

Text Font Color

.myTextColor { color: #C887C2; }

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

This text font color is #C887C2.


Background Color

.myBgColor { background-color: #C887C2; }

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

This div background color is #C887C2.


Border color

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

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

This div border color is #C887C2.


Opacity

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

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

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

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

This text has shadow with #C887C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C887C2 on black background.


Color preview on white background

This text has color #C887C2 on white background.



Black color preview on #C887C2 background

This text has black color on #C887C2 background.


White color preview on #C887C2 background

This text has white color on #C887C2 background.