COLOR #C871BB

HEX: #C871BB
RGB: (200,113,187)

Color info

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

RGB color model

#C871BB color RGB value is (200,113,187).

  • red value is 200;
  • green value is 113;
  • blue value is 187.
RGB:
(200,113,187)
(78%,44%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 113 of 255 = 44%
B 187 of 255 = 73%

200
113
187

R + G + B ~ 65%. #C871BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 113 + 187 = 500 (100%)
R 200 of 500 ~ 40%
G 113 of 500 ~ 22.6%
B 187 of 500 ~ 37.4%

%40
%22.6
%37.4

CMYK color model

#C871BB color CMYK value is (0,44,7,22).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK:
(0,44,7,22)
C0M44Y7K22 
(0%,44%,7%,22%)
(0.00/0.44/0.07/0.22)	

CMYK percentages

%0
%43.5
%6.5
%21.57

Codes

Color #C871BB in popluar color models

C871BB
RGB200113187
HSL309°44.16%61.37%
HSB/HSV309°43.50%78.43%
CMYK0.00%43.50%6.50%
21.57%

Color #C871BB in popluar number systems.

HEXC871BB
Decimal200113187
Binary11001000111000110111011
Octal310161273

Shades and tints

Shades of #C871BB

#C871BB
(200,113,187)
#B667AA
(182,103,170)
#A45D99
(164,93,153)
#925388
(146,83,136)
#804977
(128,73,119)
#6E3F66
(110,63,102)
#5C3555
(92,53,85)
#4A2B44
(74,43,68)
#382133
(56,33,51)
#261722
(38,23,34)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #C871BB

#C871BB
(200,113,187)
#CD7DC1
(205,125,193)
#D289C7
(210,137,199)
#D795CD
(215,149,205)
#DCA1D3
(220,161,211)
#E1ADD9
(225,173,217)
#E6B9DF
(230,185,223)
#EBC5E5
(235,197,229)
#F0D1EB
(240,209,235)
#F5DDF1
(245,221,241)
#FAE9F7
(250,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C871BB; }

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

This text font color is #C871BB.


Background Color

.myBgColor { background-color: #C871BB; }

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

This div background color is #C871BB.


Border color

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

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

This div border color is #C871BB.


Opacity

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

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

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

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

This text has shadow with #C871BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C871BB on black background.


Color preview on white background

This text has color #C871BB on white background.



Black color preview on #C871BB background

This text has black color on #C871BB background.


White color preview on #C871BB background

This text has white color on #C871BB background.