COLOR #CC98FA

HEX: #CC98FA
RGB: (204,152,250)

Color info

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

RGB color model

#CC98FA color RGB value is (204,152,250).

  • red value is 204;
  • green value is 152;
  • blue value is 250.
RGB:
(204,152,250)
(80%,60%,98%)

RGB channels and saturation

R 204 of 255 = 80%
G 152 of 255 = 60%
B 250 of 255 = 98%

204
152
250

R + G + B ~ 79%. #CC98FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 152 + 250 = 606 (100%)
R 204 of 606 ~ 33.66%
G 152 of 606 ~ 25.08%
B 250 of 606 ~ 41.25%

%33.66
%25.08
%41.25

CMYK color model

#CC98FA color CMYK value is (18,39,0,2).

  • cyan value is 18.40%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,39,0,2)
C18M39Y0K2 
(18%,39%,0%,2%)
(0.18/0.39/0.00/0.02)	

CMYK percentages

%18.4
%39.2
%0
%1.96

Codes

Color #CC98FA in popluar color models

CC98FA
RGB204152250
HSL272°90.74%78.82%
HSB/HSV272°39.20%98.04%
CMYK18.40%39.20%0.00%
1.96%

Color #CC98FA in popluar number systems.

HEXCC98FA
Decimal204152250
Binary110011001001100011111010
Octal314230372

Shades and tints

Shades of #CC98FA

#CC98FA
(204,152,250)
#BA8BE4
(186,139,228)
#A87ECE
(168,126,206)
#9671B8
(150,113,184)
#8464A2
(132,100,162)
#72578C
(114,87,140)
#604A76
(96,74,118)
#4E3D60
(78,61,96)
#3C304A
(60,48,74)
#2A2334
(42,35,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #CC98FA

#CC98FA
(204,152,250)
#D0A1FA
(208,161,250)
#D4AAFA
(212,170,250)
#D8B3FA
(216,179,250)
#DCBCFA
(220,188,250)
#E0C5FA
(224,197,250)
#E4CEFA
(228,206,250)
#E8D7FA
(232,215,250)
#ECE0FA
(236,224,250)
#F0E9FA
(240,233,250)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC98FA color. Also use rgb(204,152,250) instead hex code.

Text Font Color

.myTextColor { color: #CC98FA; }

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

This text font color is #CC98FA.


Background Color

.myBgColor { background-color: #CC98FA; }

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

This div background color is #CC98FA.


Border color

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

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

This div border color is #CC98FA.


Opacity

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

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

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

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

This text has shadow with #CC98FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC98FA on black background.


Color preview on white background

This text has color #CC98FA on white background.



Black color preview on #CC98FA background

This text has black color on #CC98FA background.


White color preview on #CC98FA background

This text has white color on #CC98FA background.