COLOR #C98DC7

HEX: #C98DC7 RGB: (201,141,199)

Color info

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

RGB color model

#C98DC7 color RGB value is (201,141,199).

RGB: (201,141,199) (79%, 55%, 78%)

RGB channels and saturation

R 201 of 255 = 79%
G 141 of 255 = 55%
B 199 of 255 = 78%

201
141
199

R + G + B ~ 71%. #C98DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 141 + 199 = 541 (100%)
R 201 of 541 ~ 37.15%
G 141 of 541 ~ 26.06%
B 199 of 541 ~ 36.78'%

%37.15
%26.06
%36.78

CMYK color model

#C98DC7 color CMYK value is (0,30,1,21).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 1.00%
  • key color value is 21.18%

CMYK: (0,30,1,21)
C0M30Y1K21 (0%, 30%, 1%, 21%)
(0.00 / 0.30 / 0.01 / 0.21)

CMYK percentages

%0
%29.85
%1
%21.18

Codes

Color #C98DC7 in popluar color models

C9 8D C7
RGB 201 141 199
HSL 302° 35.71% 67.06%
HSB/HSV 302° 29.85% 78.82%
CMYK 0.00% 29.85% 1.00%
21.18%

Color #C98DC7 in popluar number systems.

HEX C9 8D C7
Decimal 201 141 199
Binary 11001001 10001101 11000111
Octal 311 215 307

Shades and tints

Shades of #C98DC7

#C98DC7
(201,141,199)
#B781B5
(183,129,181)
#A575A3
(165,117,163)
#936991
(147,105,145)
#815D7F
(129,93,127)
#6F516D
(111,81,109)
#5D455B
(93,69,91)
#4B3949
(75,57,73)
#392D37
(57,45,55)
#272125
(39,33,37)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C98DC7

#C98DC7
(201,141,199)
#CD97CC
(205,151,204)
#D1A1D1
(209,161,209)
#D5ABD6
(213,171,214)
#D9B5DB
(217,181,219)
#DDBFE0
(221,191,224)
#E1C9E5
(225,201,229)
#E5D3EA
(229,211,234)
#E9DDEF
(233,221,239)
#EDE7F4
(237,231,244)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98DC7; }

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

This text font color is #C98DC7.

Background Color

.myBgColor { background-color: #C98DC7; }

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

This div background color is #C98DC7.

Border color

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

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

This div border color is #C98DC7.

Opacity

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

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

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

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

This text has shadow with #C98DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98DC7.

Preview

Color preview on black background

This text has color #C98DC7 on black background.


Color preview on white background

This text has color #C98DC7 on white background.


Black color preview on #C98DC7 background

This text has black color on #C98DC7 background.


White color preview on #C98DC7 background

This text has white color on #C98DC7 background.


Related colors

Complementary color

Complementary color for #hex is #367238.


I love getcolorcode.com

Triadic colors

1 #C7C98D and #8DC7C9 with #C98DC7 are triadic colors.

2 #C78DC9 and #8DC9C7 with #C98DC7 are triadic colors.