COLOR #C98FAB

HEX: #C98FAB
RGB: (201,143,171)

Color info

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

RGB color model

#C98FAB color RGB value is (201,143,171).

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

RGB channels and saturation

R 201 of 255 = 79%
G 143 of 255 = 56%
B 171 of 255 = 67%

201
143
171

R + G + B ~ 67%. #C98FAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 143 + 171 = 515 (100%)
R 201 of 515 ~ 39.03%
G 143 of 515 ~ 27.77%
B 171 of 515 ~ 33.2%

%39.03
%27.77
%33.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK:
(0,29,15,21)
C0M29Y15K21 
(0%,29%,15%,21%)
(0.00/0.29/0.15/0.21)	

CMYK percentages

%0
%28.86
%14.93
%21.18

Codes

Color #C98FAB in popluar color models

C98FAB
RGB201143171
HSL331°34.94%67.45%
HSB/HSV331°28.86%78.82%
CMYK0.00%28.86%14.93%
21.18%

Color #C98FAB in popluar number systems.

HEXC98FAB
Decimal201143171
Binary110010011000111110101011
Octal311217253

Shades and tints

Shades of #C98FAB

#C98FAB
(201,143,171)
#B7829C
(183,130,156)
#A5758D
(165,117,141)
#93687E
(147,104,126)
#815B6F
(129,91,111)
#6F4E60
(111,78,96)
#5D4151
(93,65,81)
#4B3442
(75,52,66)
#392733
(57,39,51)
#271A24
(39,26,36)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #C98FAB

#C98FAB
(201,143,171)
#CD99B2
(205,153,178)
#D1A3B9
(209,163,185)
#D5ADC0
(213,173,192)
#D9B7C7
(217,183,199)
#DDC1CE
(221,193,206)
#E1CBD5
(225,203,213)
#E5D5DC
(229,213,220)
#E9DFE3
(233,223,227)
#EDE9EA
(237,233,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98FAB; }

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

This text font color is #C98FAB.


Background Color

.myBgColor { background-color: #C98FAB; }

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

This div background color is #C98FAB.


Border color

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

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

This div border color is #C98FAB.


Opacity

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

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

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

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

This text has shadow with #C98FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98FAB on black background.


Color preview on white background

This text has color #C98FAB on white background.



Black color preview on #C98FAB background

This text has black color on #C98FAB background.


White color preview on #C98FAB background

This text has white color on #C98FAB background.