COLOR #C87B95

HEX: #C87B95
RGB: (200,123,149)

Color info

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

RGB color model

#C87B95 color RGB value is (200,123,149).

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

RGB channels and saturation

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

200
123
149

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

Portions of RGB colors in percentages

R + G + B =
200 + 123 + 149 = 472 (100%)
R 200 of 472 ~ 42.37%
G 123 of 472 ~ 26.06%
B 149 of 472 ~ 31.57%

%42.37
%26.06
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 25.50%
  • 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
%25.5
%21.57

Codes

Color #C87B95 in popluar color models

C87B95
RGB200123149
HSL340°41.18%63.33%
HSB/HSV340°38.50%78.43%
CMYK0.00%38.50%25.50%
21.57%

Color #C87B95 in popluar number systems.

HEXC87B95
Decimal200123149
Binary11001000111101110010101
Octal310173225

Shades and tints

Shades of #C87B95

#C87B95
(200,123,149)
#B67088
(182,112,136)
#A4657B
(164,101,123)
#925A6E
(146,90,110)
#804F61
(128,79,97)
#6E4454
(110,68,84)
#5C3947
(92,57,71)
#4A2E3A
(74,46,58)
#38232D
(56,35,45)
#261820
(38,24,32)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #C87B95

#C87B95
(200,123,149)
#CD879E
(205,135,158)
#D293A7
(210,147,167)
#D79FB0
(215,159,176)
#DCABB9
(220,171,185)
#E1B7C2
(225,183,194)
#E6C3CB
(230,195,203)
#EBCFD4
(235,207,212)
#F0DBDD
(240,219,221)
#F5E7E6
(245,231,230)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87B95; }

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

This text font color is #C87B95.


Background Color

.myBgColor { background-color: #C87B95; }

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

This div background color is #C87B95.


Border color

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

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

This div border color is #C87B95.


Opacity

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

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

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

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

This text has shadow with #C87B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87B95 on black background.


Color preview on white background

This text has color #C87B95 on white background.



Black color preview on #C87B95 background

This text has black color on #C87B95 background.


White color preview on #C87B95 background

This text has white color on #C87B95 background.