COLOR #9998BD

HEX: #9998BD RGB: (153,152,189)

Color info

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

RGB color model

#9998BD color RGB value is (153,152,189).

RGB: (153,152,189) (60%, 60%, 74%)

RGB channels and saturation

R 153 of 255 = 60%
G 152 of 255 = 60%
B 189 of 255 = 74%

153
152
189

R + G + B ~ 65%. #9998BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 152 + 189 = 494 (100%)
R 153 of 494 ~ 30.97%
G 152 of 494 ~ 30.77%
B 189 of 494 ~ 38.26'%

%30.97
%30.77
%38.26

CMYK color model

#9998BD color CMYK value is (19,20,0,26).

  • cyan value is 19.05%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (19,20,0,26)
C19M20Y0K26 (19%, 20%, 0%, 26%)
(0.19 / 0.20 / 0.00 / 0.26)

CMYK percentages

%19.05
%19.58
%0
%25.88

Codes

Color #9998BD in popluar color models

99 98 BD
RGB 153 152 189
HSL 242° 21.89% 66.86%
HSB/HSV 242° 19.58% 74.12%
CMYK 19.05% 19.58% 0.00%
25.88%

Color #9998BD in popluar number systems.

HEX 99 98 BD
Decimal 153 152 189
Binary 10011001 10011000 10111101
Octal 231 230 275

Shades and tints

Shades of #9998BD

#9998BD
(153,152,189)
#8C8BAC
(140,139,172)
#7F7E9B
(127,126,155)
#72718A
(114,113,138)
#656479
(101,100,121)
#585768
(88,87,104)
#4B4A57
(75,74,87)
#3E3D46
(62,61,70)
#313035
(49,48,53)
#242324
(36,35,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #9998BD

#9998BD
(153,152,189)
#A2A1C3
(162,161,195)
#ABAAC9
(171,170,201)
#B4B3CF
(180,179,207)
#BDBCD5
(189,188,213)
#C6C5DB
(198,197,219)
#CFCEE1
(207,206,225)
#D8D7E7
(216,215,231)
#E1E0ED
(225,224,237)
#EAE9F3
(234,233,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9998BD color. Also use rgb(153,152,189) instead hex code.

Text Font Color

.myTextColor { color: #9998BD; }

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

This text font color is #9998BD.

Background Color

.myBgColor { background-color: #9998BD; }

<div style="background-color:#9998BD">Inner text</div>

This div background color is #9998BD.

Border color

.myBorderColor { border: 1px solid #9998BD; }

<div style="border:3px solid #9998BD">Div</div>

This div border color is #9998BD.

Opacity

.myOpacity80 { color: #9998BD; opacity: 0.8; }

<p style="color:#9998BD;opacity:0.8;">80%</p>

Text with #9998BD 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 #9998BD;}

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

This text has shadow with #9998BD color.


.textShadow {text-shadow: 3px 3px 1px #9998BD', 3px 3px 1px red;}

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

This text has shadow with #9998BD primary color and red secondary color.


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

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

This text has shadow with #9998BD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9998BD; -webkit-box-shadow: 1px 1px 3px 2px #9998BD; box-shadow:1px 1px 3px 2px #9998BD;">
Div content here
</div>

This div box has shadow with color #9998BD.

Preview

Color preview on black background

This text has color #9998BD on black background.


Color preview on white background

This text has color #9998BD on white background.


Black color preview on #9998BD background

This text has black color on #9998BD background.


White color preview on #9998BD background

This text has white color on #9998BD background.


Related colors

Complementary color

Complementary color for #hex is #666742.


I love getcolorcode.com

Triadic colors

1 #BD9998 and #98BD99 with #9998BD are triadic colors.

2 #BD9899 and #9899BD with #9998BD are triadic colors.