COLOR #909EB3

HEX: #909EB3
RGB: (144,158,179)

Color info

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

RGB color model

#909EB3 color RGB value is (144,158,179).

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

RGB channels and saturation

R 144 of 255 = 56%
G 158 of 255 = 62%
B 179 of 255 = 70%

144
158
179

R + G + B ~ 63%. #909EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 158 + 179 = 481 (100%)
R 144 of 481 ~ 29.94%
G 158 of 481 ~ 32.85%
B 179 of 481 ~ 37.21%

%29.94
%32.85
%37.21

CMYK color model

#909EB3 color CMYK value is (20,12,0,30).

  • cyan value is 19.55%
  • magenta value is 11.73%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(20,12,0,30)
C20M12Y0K30 
(20%,12%,0%,30%)
(0.20/0.12/0.00/0.30)	

CMYK percentages

%19.55
%11.73
%0
%29.8

Codes

Color #909EB3 in popluar color models

909EB3
RGB144158179
HSL216°18.72%63.33%
HSB/HSV216°19.55%70.20%
CMYK19.55%11.73%0.00%
29.80%

Color #909EB3 in popluar number systems.

HEX909EB3
Decimal144158179
Binary100100001001111010110011
Octal220236263

Shades and tints

Shades of #909EB3

#909EB3
(144,158,179)
#8390A3
(131,144,163)
#768293
(118,130,147)
#697483
(105,116,131)
#5C6673
(92,102,115)
#4F5863
(79,88,99)
#424A53
(66,74,83)
#353C43
(53,60,67)
#282E33
(40,46,51)
#1B2023
(27,32,35)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #909EB3

#909EB3
(144,158,179)
#9AA6B9
(154,166,185)
#A4AEBF
(164,174,191)
#AEB6C5
(174,182,197)
#B8BECB
(184,190,203)
#C2C6D1
(194,198,209)
#CCCED7
(204,206,215)
#D6D6DD
(214,214,221)
#E0DEE3
(224,222,227)
#EAE6E9
(234,230,233)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #909EB3; }

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

This text font color is #909EB3.


Background Color

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

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

This div background color is #909EB3.


Border color

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

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

This div border color is #909EB3.


Opacity

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

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

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

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

This text has shadow with #909EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909EB3 on black background.


Color preview on white background

This text has color #909EB3 on white background.



Black color preview on #909EB3 background

This text has black color on #909EB3 background.


White color preview on #909EB3 background

This text has white color on #909EB3 background.