COLOR #CC98F3

HEX: #CC98F3
RGB: (204,152,243)

Color info

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

RGB color model

#CC98F3 color RGB value is (204,152,243).

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

RGB channels and saturation

R 204 of 255 = 80%
G 152 of 255 = 60%
B 243 of 255 = 95%

204
152
243

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

Portions of RGB colors in percentages

R + G + B =
204 + 152 + 243 = 599 (100%)
R 204 of 599 ~ 34.06%
G 152 of 599 ~ 25.38%
B 243 of 599 ~ 40.57%

%34.06
%25.38
%40.57

CMYK color model

#CC98F3 color CMYK value is (16,37,0,5).

  • cyan value is 16.05%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(16,37,0,5)
C16M37Y0K5 
(16%,37%,0%,5%)
(0.16/0.37/0.00/0.05)	

CMYK percentages

%16.05
%37.45
%0
%4.71

Codes

Color #CC98F3 in popluar color models

CC98F3
RGB204152243
HSL274°79.13%77.45%
HSB/HSV274°37.45%95.29%
CMYK16.05%37.45%0.00%
4.71%

Color #CC98F3 in popluar number systems.

HEXCC98F3
Decimal204152243
Binary110011001001100011110011
Octal314230363

Shades and tints

Shades of #CC98F3

#CC98F3
(204,152,243)
#BA8BDD
(186,139,221)
#A87EC7
(168,126,199)
#9671B1
(150,113,177)
#84649B
(132,100,155)
#725785
(114,87,133)
#604A6F
(96,74,111)
#4E3D59
(78,61,89)
#3C3043
(60,48,67)
#2A232D
(42,35,45)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #CC98F3

#CC98F3
(204,152,243)
#D0A1F4
(208,161,244)
#D4AAF5
(212,170,245)
#D8B3F6
(216,179,246)
#DCBCF7
(220,188,247)
#E0C5F8
(224,197,248)
#E4CEF9
(228,206,249)
#E8D7FA
(232,215,250)
#ECE0FB
(236,224,251)
#F0E9FC
(240,233,252)
#F4F2FD
(244,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC98F3; }

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

This text font color is #CC98F3.


Background Color

.myBgColor { background-color: #CC98F3; }

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

This div background color is #CC98F3.


Border color

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

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

This div border color is #CC98F3.


Opacity

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

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

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

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

This text has shadow with #CC98F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC98F3 on black background.


Color preview on white background

This text has color #CC98F3 on white background.



Black color preview on #CC98F3 background

This text has black color on #CC98F3 background.


White color preview on #CC98F3 background

This text has white color on #CC98F3 background.