COLOR #C98DD7

HEX: #C98DD7
RGB: (201,141,215)

Color info

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

RGB color model

#C98DD7 color RGB value is (201,141,215).

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

RGB channels and saturation

R 201 of 255 = 79%
G 141 of 255 = 55%
B 215 of 255 = 84%

201
141
215

R + G + B ~ 73%. #C98DD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 141 + 215 = 557 (100%)
R 201 of 557 ~ 36.09%
G 141 of 557 ~ 25.31%
B 215 of 557 ~ 38.6%

%36.09
%25.31
%38.6

CMYK color model

#C98DD7 color CMYK value is (7,34,0,16).

  • cyan value is 6.51%
  • magenta value is 34.42%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,34,0,16)
C7M34Y0K16 
(7%,34%,0%,16%)
(0.07/0.34/0.00/0.16)	

CMYK percentages

%6.51
%34.42
%0
%15.69

Codes

Color #C98DD7 in popluar color models

C98DD7
RGB201141215
HSL289°48.05%69.80%
HSB/HSV289°34.42%84.31%
CMYK6.51%34.42%0.00%
15.69%

Color #C98DD7 in popluar number systems.

HEXC98DD7
Decimal201141215
Binary110010011000110111010111
Octal311215327

Shades and tints

Shades of #C98DD7

#C98DD7
(201,141,215)
#B781C4
(183,129,196)
#A575B1
(165,117,177)
#93699E
(147,105,158)
#815D8B
(129,93,139)
#6F5178
(111,81,120)
#5D4565
(93,69,101)
#4B3952
(75,57,82)
#392D3F
(57,45,63)
#27212C
(39,33,44)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #C98DD7

#C98DD7
(201,141,215)
#CD97DA
(205,151,218)
#D1A1DD
(209,161,221)
#D5ABE0
(213,171,224)
#D9B5E3
(217,181,227)
#DDBFE6
(221,191,230)
#E1C9E9
(225,201,233)
#E5D3EC
(229,211,236)
#E9DDEF
(233,221,239)
#EDE7F2
(237,231,242)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98DD7; }

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

This text font color is #C98DD7.


Background Color

.myBgColor { background-color: #C98DD7; }

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

This div background color is #C98DD7.


Border color

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

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

This div border color is #C98DD7.


Opacity

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

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

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

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

This text has shadow with #C98DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98DD7 on black background.


Color preview on white background

This text has color #C98DD7 on white background.



Black color preview on #C98DD7 background

This text has black color on #C98DD7 background.


White color preview on #C98DD7 background

This text has white color on #C98DD7 background.