COLOR #C98F9F

HEX: #C98F9F
RGB: (201,143,159)

Color info

#C98F9F contains red, green and blue colors in about the same proportion. Web safe color of #C98F9F is #CC9999 (or #C99).

RGB color model

#C98F9F color RGB value is (201,143,159).

  • red value is 201;
  • green value is 143;
  • blue value is 159.
RGB:
(201,143,159)
(79%,56%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 143 of 255 = 56%
B 159 of 255 = 62%

201
143
159

R + G + B ~ 66%. #C98F9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 143 + 159 = 503 (100%)
R 201 of 503 ~ 39.96%
G 143 of 503 ~ 28.43%
B 159 of 503 ~ 31.61%

%39.96
%28.43
%31.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(0,29,21,21)
C0M29Y21K21 
(0%,29%,21%,21%)
(0.00/0.29/0.21/0.21)	

CMYK percentages

%0
%28.86
%20.9
%21.18

Codes

Color #C98F9F in popluar color models

C98F9F
RGB201143159
HSL343°34.94%67.45%
HSB/HSV343°28.86%78.82%
CMYK0.00%28.86%20.90%
21.18%

Color #C98F9F in popluar number systems.

HEXC98F9F
Decimal201143159
Binary110010011000111110011111
Octal311217237

Shades and tints

Shades of #C98F9F

#C98F9F
(201,143,159)
#B78291
(183,130,145)
#A57583
(165,117,131)
#936875
(147,104,117)
#815B67
(129,91,103)
#6F4E59
(111,78,89)
#5D414B
(93,65,75)
#4B343D
(75,52,61)
#39272F
(57,39,47)
#271A21
(39,26,33)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #C98F9F

#C98F9F
(201,143,159)
#CD99A7
(205,153,167)
#D1A3AF
(209,163,175)
#D5ADB7
(213,173,183)
#D9B7BF
(217,183,191)
#DDC1C7
(221,193,199)
#E1CBCF
(225,203,207)
#E5D5D7
(229,213,215)
#E9DFDF
(233,223,223)
#EDE9E7
(237,233,231)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98F9F color. Also use rgb(201,143,159) instead hex code.

Text Font Color

.myTextColor { color: #C98F9F; }

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

This text font color is #C98F9F.


Background Color

.myBgColor { background-color: #C98F9F; }

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

This div background color is #C98F9F.


Border color

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

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

This div border color is #C98F9F.


Opacity

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

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

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

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

This text has shadow with #C98F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98F9F on black background.


Color preview on white background

This text has color #C98F9F on white background.



Black color preview on #C98F9F background

This text has black color on #C98F9F background.


White color preview on #C98F9F background

This text has white color on #C98F9F background.