COLOR #CC98EF

HEX: #CC98EF
RGB: (204,152,239)

Color info

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

RGB color model

#CC98EF color RGB value is (204,152,239).

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

RGB channels and saturation

R 204 of 255 = 80%
G 152 of 255 = 60%
B 239 of 255 = 94%

204
152
239

R + G + B ~ 78%. #CC98EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 152 + 239 = 595 (100%)
R 204 of 595 ~ 34.29%
G 152 of 595 ~ 25.55%
B 239 of 595 ~ 40.17%

%34.29
%25.55
%40.17

CMYK color model

#CC98EF color CMYK value is (15,36,0,6).

  • cyan value is 14.64%
  • magenta value is 36.40%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(15,36,0,6)
C15M36Y0K6 
(15%,36%,0%,6%)
(0.15/0.36/0.00/0.06)	

CMYK percentages

%14.64
%36.4
%0
%6.27

Codes

Color #CC98EF in popluar color models

CC98EF
RGB204152239
HSL276°73.11%76.67%
HSB/HSV276°36.40%93.73%
CMYK14.64%36.40%0.00%
6.27%

Color #CC98EF in popluar number systems.

HEXCC98EF
Decimal204152239
Binary110011001001100011101111
Octal314230357

Shades and tints

Shades of #CC98EF

#CC98EF
(204,152,239)
#BA8BDA
(186,139,218)
#A87EC5
(168,126,197)
#9671B0
(150,113,176)
#84649B
(132,100,155)
#725786
(114,87,134)
#604A71
(96,74,113)
#4E3D5C
(78,61,92)
#3C3047
(60,48,71)
#2A2332
(42,35,50)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #CC98EF

#CC98EF
(204,152,239)
#D0A1F0
(208,161,240)
#D4AAF1
(212,170,241)
#D8B3F2
(216,179,242)
#DCBCF3
(220,188,243)
#E0C5F4
(224,197,244)
#E4CEF5
(228,206,245)
#E8D7F6
(232,215,246)
#ECE0F7
(236,224,247)
#F0E9F8
(240,233,248)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC98EF; }

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

This text font color is #CC98EF.


Background Color

.myBgColor { background-color: #CC98EF; }

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

This div background color is #CC98EF.


Border color

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

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

This div border color is #CC98EF.


Opacity

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

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

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

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

This text has shadow with #CC98EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC98EF on black background.


Color preview on white background

This text has color #CC98EF on white background.



Black color preview on #CC98EF background

This text has black color on #CC98EF background.


White color preview on #CC98EF background

This text has white color on #CC98EF background.