COLOR #9E99BD

HEX: #9E99BD RGB: (158,153,189)

Color info

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

RGB color model

#9E99BD color RGB value is (158,153,189).

RGB: (158,153,189) (62%, 60%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 153 of 255 = 60%
B 189 of 255 = 74%

158
153
189

R + G + B ~ 65%. #9E99BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 153 + 189 = 500 (100%)
R 158 of 500 ~ 31.6%
G 153 of 500 ~ 30.6%
B 189 of 500 ~ 37.8'%

%31.6
%30.6
%37.8

CMYK color model

#9E99BD color CMYK value is (16,19,0,26).

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

CMYK: (16,19,0,26)
C16M19Y0K26 (16%, 19%, 0%, 26%)
(0.16 / 0.19 / 0.00 / 0.26)

CMYK percentages

%16.4
%19.05
%0
%25.88

Codes

Color #9E99BD in popluar color models

9E 99 BD
RGB 158 153 189
HSL 248° 21.43% 67.06%
HSB/HSV 248° 19.05% 74.12%
CMYK 16.40% 19.05% 0.00%
25.88%

Color #9E99BD in popluar number systems.

HEX 9E 99 BD
Decimal 158 153 189
Binary 10011110 10011001 10111101
Octal 236 231 275

Shades and tints

Shades of #9E99BD

#9E99BD
(158,153,189)
#908CAC
(144,140,172)
#827F9B
(130,127,155)
#74728A
(116,114,138)
#666579
(102,101,121)
#585868
(88,88,104)
#4A4B57
(74,75,87)
#3C3E46
(60,62,70)
#2E3135
(46,49,53)
#202424
(32,36,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9E99BD

#9E99BD
(158,153,189)
#A6A2C3
(166,162,195)
#AEABC9
(174,171,201)
#B6B4CF
(182,180,207)
#BEBDD5
(190,189,213)
#C6C6DB
(198,198,219)
#CECFE1
(206,207,225)
#D6D8E7
(214,216,231)
#DEE1ED
(222,225,237)
#E6EAF3
(230,234,243)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E99BD color. Also use rgb(158,153,189) instead hex code.

Text Font Color

.myTextColor { color: #9E99BD; }

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

This text font color is #9E99BD.

Background Color

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

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

This div background color is #9E99BD.

Border color

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

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

This div border color is #9E99BD.

Opacity

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

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

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

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

This text has shadow with #9E99BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E99BD.

Preview

Color preview on black background

This text has color #9E99BD on black background.


Color preview on white background

This text has color #9E99BD on white background.


Black color preview on #9E99BD background

This text has black color on #9E99BD background.


White color preview on #9E99BD background

This text has white color on #9E99BD background.


Related colors

Complementary color

Complementary color for #hex is #616642.


I love getcolorcode.com

Triadic colors

1 #BD9E99 and #99BD9E with #9E99BD are triadic colors.

2 #BD999E and #999EBD with #9E99BD are triadic colors.