COLOR #C879BA

HEX: #C879BA
RGB: (200,121,186)

Color info

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

RGB color model

#C879BA color RGB value is (200,121,186).

  • red value is 200;
  • green value is 121;
  • blue value is 186.
RGB:
(200,121,186)
(78%,47%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 121 of 255 = 47%
B 186 of 255 = 73%

200
121
186

R + G + B ~ 66%. #C879BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 121 + 186 = 507 (100%)
R 200 of 507 ~ 39.45%
G 121 of 507 ~ 23.87%
B 186 of 507 ~ 36.69%

%39.45
%23.87
%36.69

CMYK color model

#C879BA color CMYK value is (0,40,7,22).

  • cyan value is 0.00%
  • magenta value is 39.50%
  • yellow value is 7.00%
  • key color value is 21.57%
CMYK:
(0,40,7,22)
C0M40Y7K22 
(0%,40%,7%,22%)
(0.00/0.40/0.07/0.22)	

CMYK percentages

%0
%39.5
%7
%21.57

Codes

Color #C879BA in popluar color models

C879BA
RGB200121186
HSL311°41.80%62.94%
HSB/HSV311°39.50%78.43%
CMYK0.00%39.50%7.00%
21.57%

Color #C879BA in popluar number systems.

HEXC879BA
Decimal200121186
Binary11001000111100110111010
Octal310171272

Shades and tints

Shades of #C879BA

#C879BA
(200,121,186)
#B66EAA
(182,110,170)
#A4639A
(164,99,154)
#92588A
(146,88,138)
#804D7A
(128,77,122)
#6E426A
(110,66,106)
#5C375A
(92,55,90)
#4A2C4A
(74,44,74)
#38213A
(56,33,58)
#26162A
(38,22,42)
#140B1A
(20,11,26)
#000000
(0,0,0)

Tints of #C879BA

#C879BA
(200,121,186)
#CD85C0
(205,133,192)
#D291C6
(210,145,198)
#D79DCC
(215,157,204)
#DCA9D2
(220,169,210)
#E1B5D8
(225,181,216)
#E6C1DE
(230,193,222)
#EBCDE4
(235,205,228)
#F0D9EA
(240,217,234)
#F5E5F0
(245,229,240)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C879BA color. Also use rgb(200,121,186) instead hex code.

Text Font Color

.myTextColor { color: #C879BA; }

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

This text font color is #C879BA.


Background Color

.myBgColor { background-color: #C879BA; }

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

This div background color is #C879BA.


Border color

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

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

This div border color is #C879BA.


Opacity

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

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

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

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

This text has shadow with #C879BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C879BA on black background.


Color preview on white background

This text has color #C879BA on white background.



Black color preview on #C879BA background

This text has black color on #C879BA background.


White color preview on #C879BA background

This text has white color on #C879BA background.