COLOR #C98DC5

HEX: #C98DC5
RGB: (201,141,197)

Color info

#C98DC5 contains mainly red and blue colors. Web safe color of #C98DC5 is #CC99CC (or #C9C).

RGB color model

#C98DC5 color RGB value is (201,141,197).

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

RGB channels and saturation

R 201 of 255 = 79%
G 141 of 255 = 55%
B 197 of 255 = 77%

201
141
197

R + G + B ~ 70%. #C98DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 141 + 197 = 539 (100%)
R 201 of 539 ~ 37.29%
G 141 of 539 ~ 26.16%
B 197 of 539 ~ 36.55%

%37.29
%26.16
%36.55

CMYK color model

#C98DC5 color CMYK value is (0,30,2,21).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 1.99%
  • key color value is 21.18%
CMYK:
(0,30,2,21)
C0M30Y2K21 
(0%,30%,2%,21%)
(0.00/0.30/0.02/0.21)	

CMYK percentages

%0
%29.85
%1.99
%21.18

Codes

Color #C98DC5 in popluar color models

C98DC5
RGB201141197
HSL304°35.71%67.06%
HSB/HSV304°29.85%78.82%
CMYK0.00%29.85%1.99%
21.18%

Color #C98DC5 in popluar number systems.

HEXC98DC5
Decimal201141197
Binary110010011000110111000101
Octal311215305

Shades and tints

Shades of #C98DC5

#C98DC5
(201,141,197)
#B781B4
(183,129,180)
#A575A3
(165,117,163)
#936992
(147,105,146)
#815D81
(129,93,129)
#6F5170
(111,81,112)
#5D455F
(93,69,95)
#4B394E
(75,57,78)
#392D3D
(57,45,61)
#27212C
(39,33,44)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #C98DC5

#C98DC5
(201,141,197)
#CD97CA
(205,151,202)
#D1A1CF
(209,161,207)
#D5ABD4
(213,171,212)
#D9B5D9
(217,181,217)
#DDBFDE
(221,191,222)
#E1C9E3
(225,201,227)
#E5D3E8
(229,211,232)
#E9DDED
(233,221,237)
#EDE7F2
(237,231,242)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98DC5; }

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

This text font color is #C98DC5.


Background Color

.myBgColor { background-color: #C98DC5; }

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

This div background color is #C98DC5.


Border color

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

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

This div border color is #C98DC5.


Opacity

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

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

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

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

This text has shadow with #C98DC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98DC5 on black background.


Color preview on white background

This text has color #C98DC5 on white background.



Black color preview on #C98DC5 background

This text has black color on #C98DC5 background.


White color preview on #C98DC5 background

This text has white color on #C98DC5 background.