COLOR #909EB2

HEX: #909EB2
RGB: (144,158,178)

Color info

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

RGB color model

#909EB2 color RGB value is (144,158,178).

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

RGB channels and saturation

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

144
158
178

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

Portions of RGB colors in percentages

R + G + B =
144 + 158 + 178 = 480 (100%)
R 144 of 480 ~ 30%
G 158 of 480 ~ 32.92%
B 178 of 480 ~ 37.08%

%30
%32.92
%37.08

CMYK color model

#909EB2 color CMYK value is (19,11,0,30).

  • cyan value is 19.10%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(19,11,0,30)
C19M11Y0K30 
(19%,11%,0%,30%)
(0.19/0.11/0.00/0.30)	

CMYK percentages

%19.1
%11.24
%0
%30.2

Codes

Color #909EB2 in popluar color models

909EB2
RGB144158178
HSL215°18.09%63.14%
HSB/HSV215°19.10%69.80%
CMYK19.10%11.24%0.00%
30.20%

Color #909EB2 in popluar number systems.

HEX909EB2
Decimal144158178
Binary100100001001111010110010
Octal220236262

Shades and tints

Shades of #909EB2

#909EB2
(144,158,178)
#8390A2
(131,144,162)
#768292
(118,130,146)
#697482
(105,116,130)
#5C6672
(92,102,114)
#4F5862
(79,88,98)
#424A52
(66,74,82)
#353C42
(53,60,66)
#282E32
(40,46,50)
#1B2022
(27,32,34)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #909EB2

#909EB2
(144,158,178)
#9AA6B9
(154,166,185)
#A4AEC0
(164,174,192)
#AEB6C7
(174,182,199)
#B8BECE
(184,190,206)
#C2C6D5
(194,198,213)
#CCCEDC
(204,206,220)
#D6D6E3
(214,214,227)
#E0DEEA
(224,222,234)
#EAE6F1
(234,230,241)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #909EB2; }

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

This text font color is #909EB2.


Background Color

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

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

This div background color is #909EB2.


Border color

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

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

This div border color is #909EB2.


Opacity

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

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

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

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

This text has shadow with #909EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909EB2 on black background.


Color preview on white background

This text has color #909EB2 on white background.



Black color preview on #909EB2 background

This text has black color on #909EB2 background.


White color preview on #909EB2 background

This text has white color on #909EB2 background.