COLOR #C98D9D

HEX: #C98D9D
RGB: (201,141,157)

Color info

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

RGB color model

#C98D9D color RGB value is (201,141,157).

  • red value is 201;
  • green value is 141;
  • blue value is 157.
RGB:
(201,141,157)
(79%,55%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 141 of 255 = 55%
B 157 of 255 = 62%

201
141
157

R + G + B ~ 65%. #C98D9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 141 + 157 = 499 (100%)
R 201 of 499 ~ 40.28%
G 141 of 499 ~ 28.26%
B 157 of 499 ~ 31.46%

%40.28
%28.26
%31.46

CMYK color model

#C98D9D color CMYK value is (0,30,22,21).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 21.89%
  • key color value is 21.18%
CMYK:
(0,30,22,21)
C0M30Y22K21 
(0%,30%,22%,21%)
(0.00/0.30/0.22/0.21)	

CMYK percentages

%0
%29.85
%21.89
%21.18

Codes

Color #C98D9D in popluar color models

C98D9D
RGB201141157
HSL344°35.71%67.06%
HSB/HSV344°29.85%78.82%
CMYK0.00%29.85%21.89%
21.18%

Color #C98D9D in popluar number systems.

HEXC98D9D
Decimal201141157
Binary110010011000110110011101
Octal311215235

Shades and tints

Shades of #C98D9D

#C98D9D
(201,141,157)
#B7818F
(183,129,143)
#A57581
(165,117,129)
#936973
(147,105,115)
#815D65
(129,93,101)
#6F5157
(111,81,87)
#5D4549
(93,69,73)
#4B393B
(75,57,59)
#392D2D
(57,45,45)
#27211F
(39,33,31)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #C98D9D

#C98D9D
(201,141,157)
#CD97A5
(205,151,165)
#D1A1AD
(209,161,173)
#D5ABB5
(213,171,181)
#D9B5BD
(217,181,189)
#DDBFC5
(221,191,197)
#E1C9CD
(225,201,205)
#E5D3D5
(229,211,213)
#E9DDDD
(233,221,221)
#EDE7E5
(237,231,229)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98D9D color. Also use rgb(201,141,157) instead hex code.

Text Font Color

.myTextColor { color: #C98D9D; }

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

This text font color is #C98D9D.


Background Color

.myBgColor { background-color: #C98D9D; }

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

This div background color is #C98D9D.


Border color

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

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

This div border color is #C98D9D.


Opacity

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

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

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

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

This text has shadow with #C98D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98D9D on black background.


Color preview on white background

This text has color #C98D9D on white background.



Black color preview on #C98D9D background

This text has black color on #C98D9D background.


White color preview on #C98D9D background

This text has white color on #C98D9D background.