COLOR #CC98E7

HEX: #CC98E7
RGB: (204,152,231)

Color info

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

RGB color model

#CC98E7 color RGB value is (204,152,231).

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

RGB channels and saturation

R 204 of 255 = 80%
G 152 of 255 = 60%
B 231 of 255 = 91%

204
152
231

R + G + B ~ 77%. #CC98E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 152 + 231 = 587 (100%)
R 204 of 587 ~ 34.75%
G 152 of 587 ~ 25.89%
B 231 of 587 ~ 39.35%

%34.75
%25.89
%39.35

CMYK color model

#CC98E7 color CMYK value is (12,34,0,9).

  • cyan value is 11.69%
  • magenta value is 34.20%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(12,34,0,9)
C12M34Y0K9 
(12%,34%,0%,9%)
(0.12/0.34/0.00/0.09)	

CMYK percentages

%11.69
%34.2
%0
%9.41

Codes

Color #CC98E7 in popluar color models

CC98E7
RGB204152231
HSL279°62.20%75.10%
HSB/HSV279°34.20%90.59%
CMYK11.69%34.20%0.00%
9.41%

Color #CC98E7 in popluar number systems.

HEXCC98E7
Decimal204152231
Binary110011001001100011100111
Octal314230347

Shades and tints

Shades of #CC98E7

#CC98E7
(204,152,231)
#BA8BD2
(186,139,210)
#A87EBD
(168,126,189)
#9671A8
(150,113,168)
#846493
(132,100,147)
#72577E
(114,87,126)
#604A69
(96,74,105)
#4E3D54
(78,61,84)
#3C303F
(60,48,63)
#2A232A
(42,35,42)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #CC98E7

#CC98E7
(204,152,231)
#D0A1E9
(208,161,233)
#D4AAEB
(212,170,235)
#D8B3ED
(216,179,237)
#DCBCEF
(220,188,239)
#E0C5F1
(224,197,241)
#E4CEF3
(228,206,243)
#E8D7F5
(232,215,245)
#ECE0F7
(236,224,247)
#F0E9F9
(240,233,249)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC98E7; }

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

This text font color is #CC98E7.


Background Color

.myBgColor { background-color: #CC98E7; }

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

This div background color is #CC98E7.


Border color

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

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

This div border color is #CC98E7.


Opacity

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

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

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

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

This text has shadow with #CC98E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC98E7 on black background.


Color preview on white background

This text has color #CC98E7 on white background.



Black color preview on #CC98E7 background

This text has black color on #CC98E7 background.


White color preview on #CC98E7 background

This text has white color on #CC98E7 background.