COLOR #9D98C6

HEX: #9D98C6
RGB: (157,152,198)

Color info

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

RGB color model

#9D98C6 color RGB value is (157,152,198).

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

RGB channels and saturation

R 157 of 255 = 62%
G 152 of 255 = 60%
B 198 of 255 = 78%

157
152
198

R + G + B ~ 67%. #9D98C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 152 + 198 = 507 (100%)
R 157 of 507 ~ 30.97%
G 152 of 507 ~ 29.98%
B 198 of 507 ~ 39.05%

%30.97
%29.98
%39.05

CMYK color model

#9D98C6 color CMYK value is (21,23,0,22).

  • cyan value is 20.71%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(21,23,0,22)
C21M23Y0K22 
(21%,23%,0%,22%)
(0.21/0.23/0.00/0.22)	

CMYK percentages

%20.71
%23.23
%0
%22.35

Codes

Color #9D98C6 in popluar color models

9D98C6
RGB157152198
HSL247°28.75%68.63%
HSB/HSV247°23.23%77.65%
CMYK20.71%23.23%0.00%
22.35%

Color #9D98C6 in popluar number systems.

HEX9D98C6
Decimal157152198
Binary100111011001100011000110
Octal235230306

Shades and tints

Shades of #9D98C6

#9D98C6
(157,152,198)
#8F8BB4
(143,139,180)
#817EA2
(129,126,162)
#737190
(115,113,144)
#65647E
(101,100,126)
#57576C
(87,87,108)
#494A5A
(73,74,90)
#3B3D48
(59,61,72)
#2D3036
(45,48,54)
#1F2324
(31,35,36)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #9D98C6

#9D98C6
(157,152,198)
#A5A1CB
(165,161,203)
#ADAAD0
(173,170,208)
#B5B3D5
(181,179,213)
#BDBCDA
(189,188,218)
#C5C5DF
(197,197,223)
#CDCEE4
(205,206,228)
#D5D7E9
(213,215,233)
#DDE0EE
(221,224,238)
#E5E9F3
(229,233,243)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D98C6; }

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

This text font color is #9D98C6.


Background Color

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

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

This div background color is #9D98C6.


Border color

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

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

This div border color is #9D98C6.


Opacity

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

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

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

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

This text has shadow with #9D98C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D98C6 on black background.


Color preview on white background

This text has color #9D98C6 on white background.



Black color preview on #9D98C6 background

This text has black color on #9D98C6 background.


White color preview on #9D98C6 background

This text has white color on #9D98C6 background.