COLOR #C98E8C

HEX: #C98E8C
RGB: (201,142,140)

Color info

#C98E8C contains mainly red and green colors. Web safe color of #C98E8C is #CC9999 (or #C99).

RGB color model

#C98E8C color RGB value is (201,142,140).

  • red value is 201;
  • green value is 142;
  • blue value is 140.
RGB:
(201,142,140)
(79%,56%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 142 of 255 = 56%
B 140 of 255 = 55%

201
142
140

R + G + B ~ 63%. #C98E8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 142 + 140 = 483 (100%)
R 201 of 483 ~ 41.61%
G 142 of 483 ~ 29.4%
B 140 of 483 ~ 28.99%

%41.61
%29.4
%28.99

CMYK color model

#C98E8C color CMYK value is (0,29,30,21).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 30.35%
  • key color value is 21.18%
CMYK:
(0,29,30,21)
C0M29Y30K21 
(0%,29%,30%,21%)
(0.00/0.29/0.30/0.21)	

CMYK percentages

%0
%29.35
%30.35
%21.18

Codes

Color #C98E8C in popluar color models

C98E8C
RGB201142140
HSL36.09%66.86%
HSB/HSV30.35%78.82%
CMYK0.00%29.35%30.35%
21.18%

Color #C98E8C in popluar number systems.

HEXC98E8C
Decimal201142140
Binary110010011000111010001100
Octal311216214

Shades and tints

Shades of #C98E8C

#C98E8C
(201,142,140)
#B78280
(183,130,128)
#A57674
(165,118,116)
#936A68
(147,106,104)
#815E5C
(129,94,92)
#6F5250
(111,82,80)
#5D4644
(93,70,68)
#4B3A38
(75,58,56)
#392E2C
(57,46,44)
#272220
(39,34,32)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C98E8C

#C98E8C
(201,142,140)
#CD9896
(205,152,150)
#D1A2A0
(209,162,160)
#D5ACAA
(213,172,170)
#D9B6B4
(217,182,180)
#DDC0BE
(221,192,190)
#E1CAC8
(225,202,200)
#E5D4D2
(229,212,210)
#E9DEDC
(233,222,220)
#EDE8E6
(237,232,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98E8C color. Also use rgb(201,142,140) instead hex code.

Text Font Color

.myTextColor { color: #C98E8C; }

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

This text font color is #C98E8C.


Background Color

.myBgColor { background-color: #C98E8C; }

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

This div background color is #C98E8C.


Border color

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

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

This div border color is #C98E8C.


Opacity

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

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

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

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

This text has shadow with #C98E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98E8C on black background.


Color preview on white background

This text has color #C98E8C on white background.



Black color preview on #C98E8C background

This text has black color on #C98E8C background.


White color preview on #C98E8C background

This text has white color on #C98E8C background.