COLOR #9898CE

HEX: #9898CE
RGB: (152,152,206)

Color info

#9898CE contains red, green and blue colors in about the same proportion. Web safe color of #9898CE is #9999CC (or #99C).

RGB color model

#9898CE color RGB value is (152,152,206).

  • red value is 152;
  • green value is 152;
  • blue value is 206.
RGB:
(152,152,206)
(60%,60%,81%)

RGB channels and saturation

R 152 of 255 = 60%
G 152 of 255 = 60%
B 206 of 255 = 81%

152
152
206

R + G + B ~ 67%. #9898CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 152 + 206 = 510 (100%)
R 152 of 510 ~ 29.8%
G 152 of 510 ~ 29.8%
B 206 of 510 ~ 40.39%

%29.8
%29.8
%40.39

CMYK color model

#9898CE color CMYK value is (26,26,0,19).

  • cyan value is 26.21%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(26,26,0,19)
C26M26Y0K19 
(26%,26%,0%,19%)
(0.26/0.26/0.00/0.19)	

CMYK percentages

%26.21
%26.21
%0
%19.22

Codes

Color #9898CE in popluar color models

9898CE
RGB152152206
HSL240°35.53%70.20%
HSB/HSV240°26.21%80.78%
CMYK26.21%26.21%0.00%
19.22%

Color #9898CE in popluar number systems.

HEX9898CE
Decimal152152206
Binary100110001001100011001110
Octal230230316

Shades and tints

Shades of #9898CE

#9898CE
(152,152,206)
#8B8BBC
(139,139,188)
#7E7EAA
(126,126,170)
#717198
(113,113,152)
#646486
(100,100,134)
#575774
(87,87,116)
#4A4A62
(74,74,98)
#3D3D50
(61,61,80)
#30303E
(48,48,62)
#23232C
(35,35,44)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #9898CE

#9898CE
(152,152,206)
#A1A1D2
(161,161,210)
#AAAAD6
(170,170,214)
#B3B3DA
(179,179,218)
#BCBCDE
(188,188,222)
#C5C5E2
(197,197,226)
#CECEE6
(206,206,230)
#D7D7EA
(215,215,234)
#E0E0EE
(224,224,238)
#E9E9F2
(233,233,242)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9898CE color. Also use rgb(152,152,206) instead hex code.

Text Font Color

.myTextColor { color: #9898CE; }

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

This text font color is #9898CE.


Background Color

.myBgColor { background-color: #9898CE; }

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

This div background color is #9898CE.


Border color

.myBorderColor { border: 1px solid #9898CE; }

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

This div border color is #9898CE.


Opacity

.myOpacity80 { color: #9898CE; opacity: 0.8; }

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

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

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

This text has shadow with #9898CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9898CE on black background.


Color preview on white background

This text has color #9898CE on white background.



Black color preview on #9898CE background

This text has black color on #9898CE background.


White color preview on #9898CE background

This text has white color on #9898CE background.