COLOR #C87B94

HEX: #C87B94
RGB: (200,123,148)

Color info

#C87B94 contains mainly red and blue colors. Web safe color of #C87B94 is #CC6699 (or #C69).

RGB color model

#C87B94 color RGB value is (200,123,148).

  • red value is 200;
  • green value is 123;
  • blue value is 148.
RGB:
(200,123,148)
(78%,48%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 123 of 255 = 48%
B 148 of 255 = 58%

200
123
148

R + G + B ~ 61%. #C87B94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 123 + 148 = 471 (100%)
R 200 of 471 ~ 42.46%
G 123 of 471 ~ 26.11%
B 148 of 471 ~ 31.42%

%42.46
%26.11
%31.42

CMYK color model

#C87B94 color CMYK value is (0,39,26,22).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 26.00%
  • key color value is 21.57%
CMYK:
(0,39,26,22)
C0M39Y26K22 
(0%,39%,26%,22%)
(0.00/0.39/0.26/0.22)	

CMYK percentages

%0
%38.5
%26
%21.57

Codes

Color #C87B94 in popluar color models

C87B94
RGB200123148
HSL341°41.18%63.33%
HSB/HSV341°38.50%78.43%
CMYK0.00%38.50%26.00%
21.57%

Color #C87B94 in popluar number systems.

HEXC87B94
Decimal200123148
Binary11001000111101110010100
Octal310173224

Shades and tints

Shades of #C87B94

#C87B94
(200,123,148)
#B67087
(182,112,135)
#A4657A
(164,101,122)
#925A6D
(146,90,109)
#804F60
(128,79,96)
#6E4453
(110,68,83)
#5C3946
(92,57,70)
#4A2E39
(74,46,57)
#38232C
(56,35,44)
#26181F
(38,24,31)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #C87B94

#C87B94
(200,123,148)
#CD879D
(205,135,157)
#D293A6
(210,147,166)
#D79FAF
(215,159,175)
#DCABB8
(220,171,184)
#E1B7C1
(225,183,193)
#E6C3CA
(230,195,202)
#EBCFD3
(235,207,211)
#F0DBDC
(240,219,220)
#F5E7E5
(245,231,229)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87B94 color. Also use rgb(200,123,148) instead hex code.

Text Font Color

.myTextColor { color: #C87B94; }

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

This text font color is #C87B94.


Background Color

.myBgColor { background-color: #C87B94; }

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

This div background color is #C87B94.


Border color

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

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

This div border color is #C87B94.


Opacity

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

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

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

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

This text has shadow with #C87B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87B94 on black background.


Color preview on white background

This text has color #C87B94 on white background.



Black color preview on #C87B94 background

This text has black color on #C87B94 background.


White color preview on #C87B94 background

This text has white color on #C87B94 background.