COLOR #C98FB6

HEX: #C98FB6
RGB: (201,143,182)

Color info

#C98FB6 contains red, green and blue colors in about the same proportion. Web safe color of #C98FB6 is #CC99CC (or #C9C).

RGB color model

#C98FB6 color RGB value is (201,143,182).

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

RGB channels and saturation

R 201 of 255 = 79%
G 143 of 255 = 56%
B 182 of 255 = 71%

201
143
182

R + G + B ~ 69%. #C98FB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 143 + 182 = 526 (100%)
R 201 of 526 ~ 38.21%
G 143 of 526 ~ 27.19%
B 182 of 526 ~ 34.6%

%38.21
%27.19
%34.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 9.45%
  • key color value is 21.18%
CMYK:
(0,29,9,21)
C0M29Y9K21 
(0%,29%,9%,21%)
(0.00/0.29/0.09/0.21)	

CMYK percentages

%0
%28.86
%9.45
%21.18

Codes

Color #C98FB6 in popluar color models

C98FB6
RGB201143182
HSL320°34.94%67.45%
HSB/HSV320°28.86%78.82%
CMYK0.00%28.86%9.45%
21.18%

Color #C98FB6 in popluar number systems.

HEXC98FB6
Decimal201143182
Binary110010011000111110110110
Octal311217266

Shades and tints

Shades of #C98FB6

#C98FB6
(201,143,182)
#B782A6
(183,130,166)
#A57596
(165,117,150)
#936886
(147,104,134)
#815B76
(129,91,118)
#6F4E66
(111,78,102)
#5D4156
(93,65,86)
#4B3446
(75,52,70)
#392736
(57,39,54)
#271A26
(39,26,38)
#150D16
(21,13,22)
#000000
(0,0,0)

Tints of #C98FB6

#C98FB6
(201,143,182)
#CD99BC
(205,153,188)
#D1A3C2
(209,163,194)
#D5ADC8
(213,173,200)
#D9B7CE
(217,183,206)
#DDC1D4
(221,193,212)
#E1CBDA
(225,203,218)
#E5D5E0
(229,213,224)
#E9DFE6
(233,223,230)
#EDE9EC
(237,233,236)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98FB6; }

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

This text font color is #C98FB6.


Background Color

.myBgColor { background-color: #C98FB6; }

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

This div background color is #C98FB6.


Border color

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

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

This div border color is #C98FB6.


Opacity

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

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

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

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

This text has shadow with #C98FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98FB6 on black background.


Color preview on white background

This text has color #C98FB6 on white background.



Black color preview on #C98FB6 background

This text has black color on #C98FB6 background.


White color preview on #C98FB6 background

This text has white color on #C98FB6 background.