COLOR #9D98BE

HEX: #9D98BE
RGB: (157,152,190)

Color info

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

RGB color model

#9D98BE color RGB value is (157,152,190).

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

RGB channels and saturation

R 157 of 255 = 62%
G 152 of 255 = 60%
B 190 of 255 = 75%

157
152
190

R + G + B ~ 66%. #9D98BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 152 + 190 = 499 (100%)
R 157 of 499 ~ 31.46%
G 152 of 499 ~ 30.46%
B 190 of 499 ~ 38.08%

%31.46
%30.46
%38.08

CMYK color model

#9D98BE color CMYK value is (17,20,0,25).

  • cyan value is 17.37%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(17,20,0,25)
C17M20Y0K25 
(17%,20%,0%,25%)
(0.17/0.20/0.00/0.25)	

CMYK percentages

%17.37
%20
%0
%25.49

Codes

Color #9D98BE in popluar color models

9D98BE
RGB157152190
HSL248°22.62%67.06%
HSB/HSV248°20.00%74.51%
CMYK17.37%20.00%0.00%
25.49%

Color #9D98BE in popluar number systems.

HEX9D98BE
Decimal157152190
Binary100111011001100010111110
Octal235230276

Shades and tints

Shades of #9D98BE

#9D98BE
(157,152,190)
#8F8BAD
(143,139,173)
#817E9C
(129,126,156)
#73718B
(115,113,139)
#65647A
(101,100,122)
#575769
(87,87,105)
#494A58
(73,74,88)
#3B3D47
(59,61,71)
#2D3036
(45,48,54)
#1F2325
(31,35,37)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #9D98BE

#9D98BE
(157,152,190)
#A5A1C3
(165,161,195)
#ADAAC8
(173,170,200)
#B5B3CD
(181,179,205)
#BDBCD2
(189,188,210)
#C5C5D7
(197,197,215)
#CDCEDC
(205,206,220)
#D5D7E1
(213,215,225)
#DDE0E6
(221,224,230)
#E5E9EB
(229,233,235)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D98BE; }

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

This text font color is #9D98BE.


Background Color

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

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

This div background color is #9D98BE.


Border color

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

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

This div border color is #9D98BE.


Opacity

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

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

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

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

This text has shadow with #9D98BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D98BE on black background.


Color preview on white background

This text has color #9D98BE on white background.



Black color preview on #9D98BE background

This text has black color on #9D98BE background.


White color preview on #9D98BE background

This text has white color on #9D98BE background.