COLOR #9D98D7

HEX: #9D98D7
RGB: (157,152,215)

Color info

#9D98D7 contains mainly red and blue colors. Web safe color of #9D98D7 is #9999CC (or #99C).

RGB color model

#9D98D7 color RGB value is (157,152,215).

  • red value is 157;
  • green value is 152;
  • blue value is 215.
RGB:
(157,152,215)
(62%,60%,84%)

RGB channels and saturation

R 157 of 255 = 62%
G 152 of 255 = 60%
B 215 of 255 = 84%

157
152
215

R + G + B ~ 69%. #9D98D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 152 + 215 = 524 (100%)
R 157 of 524 ~ 29.96%
G 152 of 524 ~ 29.01%
B 215 of 524 ~ 41.03%

%29.96
%29.01
%41.03

CMYK color model

#9D98D7 color CMYK value is (27,29,0,16).

  • cyan value is 26.98%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(27,29,0,16)
C27M29Y0K16 
(27%,29%,0%,16%)
(0.27/0.29/0.00/0.16)	

CMYK percentages

%26.98
%29.3
%0
%15.69

Codes

Color #9D98D7 in popluar color models

9D98D7
RGB157152215
HSL245°44.06%71.96%
HSB/HSV245°29.30%84.31%
CMYK26.98%29.30%0.00%
15.69%

Color #9D98D7 in popluar number systems.

HEX9D98D7
Decimal157152215
Binary100111011001100011010111
Octal235230327

Shades and tints

Shades of #9D98D7

#9D98D7
(157,152,215)
#8F8BC4
(143,139,196)
#817EB1
(129,126,177)
#73719E
(115,113,158)
#65648B
(101,100,139)
#575778
(87,87,120)
#494A65
(73,74,101)
#3B3D52
(59,61,82)
#2D303F
(45,48,63)
#1F232C
(31,35,44)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #9D98D7

#9D98D7
(157,152,215)
#A5A1DA
(165,161,218)
#ADAADD
(173,170,221)
#B5B3E0
(181,179,224)
#BDBCE3
(189,188,227)
#C5C5E6
(197,197,230)
#CDCEE9
(205,206,233)
#D5D7EC
(213,215,236)
#DDE0EF
(221,224,239)
#E5E9F2
(229,233,242)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D98D7 color. Also use rgb(157,152,215) instead hex code.

Text Font Color

.myTextColor { color: #9D98D7; }

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

This text font color is #9D98D7.


Background Color

.myBgColor { background-color: #9D98D7; }

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

This div background color is #9D98D7.


Border color

.myBorderColor { border: 1px solid #9D98D7; }

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

This div border color is #9D98D7.


Opacity

.myOpacity80 { color: #9D98D7; opacity: 0.8; }

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

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

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

This text has shadow with #9D98D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D98D7 on black background.


Color preview on white background

This text has color #9D98D7 on white background.



Black color preview on #9D98D7 background

This text has black color on #9D98D7 background.


White color preview on #9D98D7 background

This text has white color on #9D98D7 background.