COLOR #999EB3

HEX: #999EB3
RGB: (153,158,179)

Color info

#999EB3 contains red, green and blue colors in about the same proportion. Web safe color of #999EB3 is #999999 (or #999).

RGB color model

#999EB3 color RGB value is (153,158,179).

  • red value is 153;
  • green value is 158;
  • blue value is 179.
RGB:
(153,158,179)
(60%,62%,70%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 179 of 255 = 70%

153
158
179

R + G + B ~ 64%. #999EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 179 = 490 (100%)
R 153 of 490 ~ 31.22%
G 158 of 490 ~ 32.24%
B 179 of 490 ~ 36.53%

%31.22
%32.24
%36.53

CMYK color model

#999EB3 color CMYK value is (15,12,0,30).

  • cyan value is 14.53%
  • magenta value is 11.73%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(15,12,0,30)
C15M12Y0K30 
(15%,12%,0%,30%)
(0.15/0.12/0.00/0.30)	

CMYK percentages

%14.53
%11.73
%0
%29.8

Codes

Color #999EB3 in popluar color models

999EB3
RGB153158179
HSL228°14.61%65.10%
HSB/HSV228°14.53%70.20%
CMYK14.53%11.73%0.00%
29.80%

Color #999EB3 in popluar number systems.

HEX999EB3
Decimal153158179
Binary100110011001111010110011
Octal231236263

Shades and tints

Shades of #999EB3

#999EB3
(153,158,179)
#8C90A3
(140,144,163)
#7F8293
(127,130,147)
#727483
(114,116,131)
#656673
(101,102,115)
#585863
(88,88,99)
#4B4A53
(75,74,83)
#3E3C43
(62,60,67)
#312E33
(49,46,51)
#242023
(36,32,35)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #999EB3

#999EB3
(153,158,179)
#A2A6B9
(162,166,185)
#ABAEBF
(171,174,191)
#B4B6C5
(180,182,197)
#BDBECB
(189,190,203)
#C6C6D1
(198,198,209)
#CFCED7
(207,206,215)
#D8D6DD
(216,214,221)
#E1DEE3
(225,222,227)
#EAE6E9
(234,230,233)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999EB3 color. Also use rgb(153,158,179) instead hex code.

Text Font Color

.myTextColor { color: #999EB3; }

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

This text font color is #999EB3.


Background Color

.myBgColor { background-color: #999EB3; }

<div style="background-color:#999EB3">Inner text</div>

This div background color is #999EB3.


Border color

.myBorderColor { border: 1px solid #999EB3; }

<div style="border:3px solid #999EB3">Div</div>

This div border color is #999EB3.


Opacity

.myOpacity80 { color: #999EB3; opacity: 0.8; }

<p style="color:#999EB3;opacity:0.8;">80%</p>

Text with #999EB3 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 #999EB3;}

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

This text has shadow with #999EB3 color.

.textShadow {text-shadow: 3px 3px 1px #999EB3, 3px 3px 1px red;}

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

This text has shadow with #999EB3 primary color and red secondary color.


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

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

This text has shadow with #999EB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999EB3 on black background.


Color preview on white background

This text has color #999EB3 on white background.



Black color preview on #999EB3 background

This text has black color on #999EB3 background.


White color preview on #999EB3 background

This text has white color on #999EB3 background.