COLOR #C98CEE

HEX: #C98CEE
RGB: (201,140,238)

Color info

#C98CEE contains mainly red and blue colors. Web safe color of #C98CEE is #CC99FF (or #C9F).

RGB color model

#C98CEE color RGB value is (201,140,238).

  • red value is 201;
  • green value is 140;
  • blue value is 238.
RGB:
(201,140,238)
(79%,55%,93%)

RGB channels and saturation

R 201 of 255 = 79%
G 140 of 255 = 55%
B 238 of 255 = 93%

201
140
238

R + G + B ~ 76%. #C98CEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 140 + 238 = 579 (100%)
R 201 of 579 ~ 34.72%
G 140 of 579 ~ 24.18%
B 238 of 579 ~ 41.11%

%34.72
%24.18
%41.11

CMYK color model

#C98CEE color CMYK value is (16,41,0,7).

  • cyan value is 15.55%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,41,0,7)
C16M41Y0K7 
(16%,41%,0%,7%)
(0.16/0.41/0.00/0.07)	

CMYK percentages

%15.55
%41.18
%0
%6.67

Codes

Color #C98CEE in popluar color models

C98CEE
RGB201140238
HSL277°74.24%74.12%
HSB/HSV277°41.18%93.33%
CMYK15.55%41.18%0.00%
6.67%

Color #C98CEE in popluar number systems.

HEXC98CEE
Decimal201140238
Binary110010011000110011101110
Octal311214356

Shades and tints

Shades of #C98CEE

#C98CEE
(201,140,238)
#B780D9
(183,128,217)
#A574C4
(165,116,196)
#9368AF
(147,104,175)
#815C9A
(129,92,154)
#6F5085
(111,80,133)
#5D4470
(93,68,112)
#4B385B
(75,56,91)
#392C46
(57,44,70)
#272031
(39,32,49)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #C98CEE

#C98CEE
(201,140,238)
#CD96EF
(205,150,239)
#D1A0F0
(209,160,240)
#D5AAF1
(213,170,241)
#D9B4F2
(217,180,242)
#DDBEF3
(221,190,243)
#E1C8F4
(225,200,244)
#E5D2F5
(229,210,245)
#E9DCF6
(233,220,246)
#EDE6F7
(237,230,247)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98CEE color. Also use rgb(201,140,238) instead hex code.

Text Font Color

.myTextColor { color: #C98CEE; }

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

This text font color is #C98CEE.


Background Color

.myBgColor { background-color: #C98CEE; }

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

This div background color is #C98CEE.


Border color

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

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

This div border color is #C98CEE.


Opacity

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

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

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

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

This text has shadow with #C98CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98CEE on black background.


Color preview on white background

This text has color #C98CEE on white background.



Black color preview on #C98CEE background

This text has black color on #C98CEE background.


White color preview on #C98CEE background

This text has white color on #C98CEE background.