COLOR #C7898B

HEX: #C7898B RGB: (199,137,139)

Color info

#C7898B contains mainly red color. Web safe color of #C7898B is #CC9999 (or #C99).

RGB color model

#C7898B color RGB value is (199,137,139).

RGB: (199,137,139) (78%, 54%, 55%)

RGB channels and saturation

R 199 of 255 = 78%
G 137 of 255 = 54%
B 139 of 255 = 55%

199
137
139

R + G + B ~ 62%. #C7898B is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 137 + 139 = 475 (100%)
R 199 of 475 ~ 41.89%
G 137 of 475 ~ 28.84%
B 139 of 475 ~ 29.26'%

%41.89
%28.84
%29.26

CMYK color model

#C7898B color CMYK value is (0,31,30,22).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 30.15%
  • key color value is 21.96%

CMYK: (0,31,30,22)
C0M31Y30K22 (0%, 31%, 30%, 22%)
(0.00 / 0.31 / 0.30 / 0.22)

CMYK percentages

%0
%31.16
%30.15
%21.96

Codes

Color #C7898B in popluar color models

C7 89 8B
RGB 199 137 139
HSL 358° 35.63% 65.88%
HSB/HSV 358° 31.16% 78.04%
CMYK 0.00% 31.16% 30.15%
21.96%

Color #C7898B in popluar number systems.

HEX C7 89 8B
Decimal 199 137 139
Binary 11000111 10001001 10001011
Octal 307 211 213

Shades and tints

Shades of #C7898B

#C7898B
(199,137,139)
#B57D7F
(181,125,127)
#A37173
(163,113,115)
#916567
(145,101,103)
#7F595B
(127,89,91)
#6D4D4F
(109,77,79)
#5B4143
(91,65,67)
#493537
(73,53,55)
#37292B
(55,41,43)
#251D1F
(37,29,31)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #C7898B

#C7898B
(199,137,139)
#CC9395
(204,147,149)
#D19D9F
(209,157,159)
#D6A7A9
(214,167,169)
#DBB1B3
(219,177,179)
#E0BBBD
(224,187,189)
#E5C5C7
(229,197,199)
#EACFD1
(234,207,209)
#EFD9DB
(239,217,219)
#F4E3E5
(244,227,229)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7898B color. Also use rgb(199,137,139) instead hex code.

Text Font Color

.myTextColor { color: #C7898B; }

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

This text font color is #C7898B.

Background Color

.myBgColor { background-color: #C7898B; }

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

This div background color is #C7898B.

Border color

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

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

This div border color is #C7898B.

Opacity

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

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

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

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

This text has shadow with #C7898B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7898B.

Preview

Color preview on black background

This text has color #C7898B on black background.


Color preview on white background

This text has color #C7898B on white background.


Black color preview on #C7898B background

This text has black color on #C7898B background.


White color preview on #C7898B background

This text has white color on #C7898B background.


Related colors

Complementary color

Complementary color for #hex is #387674.


I love getcolorcode.com

Triadic colors

1 #8BC789 and #898BC7 with #C7898B are triadic colors.

2 #8B89C7 and #89C78B with #C7898B are triadic colors.