COLOR #C98C8E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
140
142

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

Portions of RGB colors in percentages

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

%41.61
%28.99
%29.4

CMYK color model

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

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

CMYK percentages

%0
%30.35
%29.35
%21.18

Codes

Color #C98C8E in popluar color models

C98C8E
RGB201140142
HSL358°36.09%66.86%
HSB/HSV358°30.35%78.82%
CMYK0.00%30.35%29.35%
21.18%

Color #C98C8E in popluar number systems.

HEXC98C8E
Decimal201140142
Binary110010011000110010001110
Octal311214216

Shades and tints

Shades of #C98C8E

#C98C8E
(201,140,142)
#B78082
(183,128,130)
#A57476
(165,116,118)
#93686A
(147,104,106)
#815C5E
(129,92,94)
#6F5052
(111,80,82)
#5D4446
(93,68,70)
#4B383A
(75,56,58)
#392C2E
(57,44,46)
#272022
(39,32,34)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #C98C8E

#C98C8E
(201,140,142)
#CD9698
(205,150,152)
#D1A0A2
(209,160,162)
#D5AAAC
(213,170,172)
#D9B4B6
(217,180,182)
#DDBEC0
(221,190,192)
#E1C8CA
(225,200,202)
#E5D2D4
(229,210,212)
#E9DCDE
(233,220,222)
#EDE6E8
(237,230,232)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98C8E; }

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

This text font color is #C98C8E.


Background Color

.myBgColor { background-color: #C98C8E; }

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

This div background color is #C98C8E.


Border color

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

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

This div border color is #C98C8E.


Opacity

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

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

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

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

This text has shadow with #C98C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98C8E on black background.


Color preview on white background

This text has color #C98C8E on white background.



Black color preview on #C98C8E background

This text has black color on #C98C8E background.


White color preview on #C98C8E background

This text has white color on #C98C8E background.