COLOR #C8879D

HEX: #C8879D
RGB: (200,135,157)

Color info

#C8879D contains mainly red and blue colors. Web safe color of #C8879D is #CC9999 (or #C99).

RGB color model

#C8879D color RGB value is (200,135,157).

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

RGB channels and saturation

R 200 of 255 = 78%
G 135 of 255 = 53%
B 157 of 255 = 62%

200
135
157

R + G + B ~ 64%. #C8879D is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 135 + 157 = 492 (100%)
R 200 of 492 ~ 40.65%
G 135 of 492 ~ 27.44%
B 157 of 492 ~ 31.91%

%40.65
%27.44
%31.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 21.50%
  • key color value is 21.57%
CMYK:
(0,33,22,22)
C0M33Y22K22 
(0%,33%,22%,22%)
(0.00/0.33/0.22/0.22)	

CMYK percentages

%0
%32.5
%21.5
%21.57

Codes

Color #C8879D in popluar color models

C8879D
RGB200135157
HSL340°37.14%65.69%
HSB/HSV340°32.50%78.43%
CMYK0.00%32.50%21.50%
21.57%

Color #C8879D in popluar number systems.

HEXC8879D
Decimal200135157
Binary110010001000011110011101
Octal310207235

Shades and tints

Shades of #C8879D

#C8879D
(200,135,157)
#B67B8F
(182,123,143)
#A46F81
(164,111,129)
#926373
(146,99,115)
#805765
(128,87,101)
#6E4B57
(110,75,87)
#5C3F49
(92,63,73)
#4A333B
(74,51,59)
#38272D
(56,39,45)
#261B1F
(38,27,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #C8879D

#C8879D
(200,135,157)
#CD91A5
(205,145,165)
#D29BAD
(210,155,173)
#D7A5B5
(215,165,181)
#DCAFBD
(220,175,189)
#E1B9C5
(225,185,197)
#E6C3CD
(230,195,205)
#EBCDD5
(235,205,213)
#F0D7DD
(240,215,221)
#F5E1E5
(245,225,229)
#FAEBED
(250,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8879D; }

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

This text font color is #C8879D.


Background Color

.myBgColor { background-color: #C8879D; }

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

This div background color is #C8879D.


Border color

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

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

This div border color is #C8879D.


Opacity

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

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

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

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

This text has shadow with #C8879D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8879D on black background.


Color preview on white background

This text has color #C8879D on white background.



Black color preview on #C8879D background

This text has black color on #C8879D background.


White color preview on #C8879D background

This text has white color on #C8879D background.