COLOR #9898E2

HEX: #9898E2
RGB: (152,152,226)

Color info

#9898E2 contains mainly blue color. Web safe color of #9898E2 is #9999CC (or #99C).

RGB color model

#9898E2 color RGB value is (152,152,226).

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

RGB channels and saturation

R 152 of 255 = 60%
G 152 of 255 = 60%
B 226 of 255 = 89%

152
152
226

R + G + B ~ 70%. #9898E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 152 + 226 = 530 (100%)
R 152 of 530 ~ 28.68%
G 152 of 530 ~ 28.68%
B 226 of 530 ~ 42.64%

%28.68
%28.68
%42.64

CMYK color model

#9898E2 color CMYK value is (33,33,0,11).

  • cyan value is 32.74%
  • magenta value is 32.74%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(33,33,0,11)
C33M33Y0K11 
(33%,33%,0%,11%)
(0.33/0.33/0.00/0.11)	

CMYK percentages

%32.74
%32.74
%0
%11.37

Codes

Color #9898E2 in popluar color models

9898E2
RGB152152226
HSL240°56.06%74.12%
HSB/HSV240°32.74%88.63%
CMYK32.74%32.74%0.00%
11.37%

Color #9898E2 in popluar number systems.

HEX9898E2
Decimal152152226
Binary100110001001100011100010
Octal230230342

Shades and tints

Shades of #9898E2

#9898E2
(152,152,226)
#8B8BCE
(139,139,206)
#7E7EBA
(126,126,186)
#7171A6
(113,113,166)
#646492
(100,100,146)
#57577E
(87,87,126)
#4A4A6A
(74,74,106)
#3D3D56
(61,61,86)
#303042
(48,48,66)
#23232E
(35,35,46)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #9898E2

#9898E2
(152,152,226)
#A1A1E4
(161,161,228)
#AAAAE6
(170,170,230)
#B3B3E8
(179,179,232)
#BCBCEA
(188,188,234)
#C5C5EC
(197,197,236)
#CECEEE
(206,206,238)
#D7D7F0
(215,215,240)
#E0E0F2
(224,224,242)
#E9E9F4
(233,233,244)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9898E2; }

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

This text font color is #9898E2.


Background Color

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

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

This div background color is #9898E2.


Border color

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

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

This div border color is #9898E2.


Opacity

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

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

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

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

This text has shadow with #9898E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9898E2 on black background.


Color preview on white background

This text has color #9898E2 on white background.



Black color preview on #9898E2 background

This text has black color on #9898E2 background.


White color preview on #9898E2 background

This text has white color on #9898E2 background.