COLOR #C879BB

HEX: #C879BB RGB: (200,121,187)

Color info

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

RGB color model

#C879BB color RGB value is (200,121,187).

RGB: (200,121,187) (78%, 47%, 73%)

RGB channels and saturation

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

200
121
187

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

Portions of RGB colors in percentages

R + G + B = 200 + 121 + 187 = 508 (100%)
R 200 of 508 ~ 39.37%
G 121 of 508 ~ 23.82%
B 187 of 508 ~ 36.81'%

%39.37
%23.82
%36.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.50%
  • yellow value is 6.50%
  • 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
%6.5
%21.57

Codes

Color #C879BB in popluar color models

C8 79 BB
RGB 200 121 187
HSL 310° 41.80% 62.94%
HSB/HSV 310° 39.50% 78.43%
CMYK 0.00% 39.50% 6.50%
21.57%

Color #C879BB in popluar number systems.

HEX C8 79 BB
Decimal 200 121 187
Binary 11001000 1111001 10111011
Octal 310 171 273

Shades and tints

Shades of #C879BB

#C879BB
(200,121,187)
#B66EAA
(182,110,170)
#A46399
(164,99,153)
#925888
(146,88,136)
#804D77
(128,77,119)
#6E4266
(110,66,102)
#5C3755
(92,55,85)
#4A2C44
(74,44,68)
#382133
(56,33,51)
#261622
(38,22,34)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #C879BB

#C879BB
(200,121,187)
#CD85C1
(205,133,193)
#D291C7
(210,145,199)
#D79DCD
(215,157,205)
#DCA9D3
(220,169,211)
#E1B5D9
(225,181,217)
#E6C1DF
(230,193,223)
#EBCDE5
(235,205,229)
#F0D9EB
(240,217,235)
#F5E5F1
(245,229,241)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C879BB; }

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

This text font color is #C879BB.

Background Color

.myBgColor { background-color: #C879BB; }

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

This div background color is #C879BB.

Border color

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

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

This div border color is #C879BB.

Opacity

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

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

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

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

This text has shadow with #C879BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C879BB.

Preview

Color preview on black background

This text has color #C879BB on black background.


Color preview on white background

This text has color #C879BB on white background.


Black color preview on #C879BB background

This text has black color on #C879BB background.


White color preview on #C879BB background

This text has white color on #C879BB background.


Related colors

Complementary color

Complementary color for #hex is #378644.


I love getcolorcode.com

Triadic colors

1 #BBC879 and #79BBC8 with #C879BB are triadic colors.

2 #BB79C8 and #79C8BB with #C879BB are triadic colors.