COLOR #C876BE

HEX: #C876BE
RGB: (200,118,190)

Color info

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

RGB color model

#C876BE color RGB value is (200,118,190).

  • red value is 200;
  • green value is 118;
  • blue value is 190.
RGB:
(200,118,190)
(78%,46%,75%)

RGB channels and saturation

R 200 of 255 = 78%
G 118 of 255 = 46%
B 190 of 255 = 75%

200
118
190

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

Portions of RGB colors in percentages

R + G + B =
200 + 118 + 190 = 508 (100%)
R 200 of 508 ~ 39.37%
G 118 of 508 ~ 23.23%
B 190 of 508 ~ 37.4%

%39.37
%23.23
%37.4

CMYK color model

#C876BE color CMYK value is (0,41,5,22).

  • cyan value is 0.00%
  • magenta value is 41.00%
  • yellow value is 5.00%
  • key color value is 21.57%
CMYK:
(0,41,5,22)
C0M41Y5K22 
(0%,41%,5%,22%)
(0.00/0.41/0.05/0.22)	

CMYK percentages

%0
%41
%5
%21.57

Codes

Color #C876BE in popluar color models

C876BE
RGB200118190
HSL307°42.71%62.35%
HSB/HSV307°41.00%78.43%
CMYK0.00%41.00%5.00%
21.57%

Color #C876BE in popluar number systems.

HEXC876BE
Decimal200118190
Binary11001000111011010111110
Octal310166276

Shades and tints

Shades of #C876BE

#C876BE
(200,118,190)
#B66CAD
(182,108,173)
#A4629C
(164,98,156)
#92588B
(146,88,139)
#804E7A
(128,78,122)
#6E4469
(110,68,105)
#5C3A58
(92,58,88)
#4A3047
(74,48,71)
#382636
(56,38,54)
#261C25
(38,28,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C876BE

#C876BE
(200,118,190)
#CD82C3
(205,130,195)
#D28EC8
(210,142,200)
#D79ACD
(215,154,205)
#DCA6D2
(220,166,210)
#E1B2D7
(225,178,215)
#E6BEDC
(230,190,220)
#EBCAE1
(235,202,225)
#F0D6E6
(240,214,230)
#F5E2EB
(245,226,235)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C876BE color. Also use rgb(200,118,190) instead hex code.

Text Font Color

.myTextColor { color: #C876BE; }

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

This text font color is #C876BE.


Background Color

.myBgColor { background-color: #C876BE; }

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

This div background color is #C876BE.


Border color

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

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

This div border color is #C876BE.


Opacity

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

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

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

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

This text has shadow with #C876BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C876BE on black background.


Color preview on white background

This text has color #C876BE on white background.



Black color preview on #C876BE background

This text has black color on #C876BE background.


White color preview on #C876BE background

This text has white color on #C876BE background.