COLOR #909EA3

HEX: #909EA3 RGB: (144,158,163)

Color info

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

RGB color model

#909EA3 color RGB value is (144,158,163).

RGB: (144,158,163) (56%, 62%, 64%)

RGB channels and saturation

R 144 of 255 = 56%
G 158 of 255 = 62%
B 163 of 255 = 64%

144
158
163

R + G + B ~ 61%. #909EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 158 + 163 = 465 (100%)
R 144 of 465 ~ 30.97%
G 158 of 465 ~ 33.98%
B 163 of 465 ~ 35.05'%

%30.97
%33.98
%35.05

CMYK color model

#909EA3 color CMYK value is (12,3,0,36).

  • cyan value is 11.66%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (12,3,0,36)
C12M3Y0K36 (12%, 3%, 0%, 36%)
(0.12 / 0.03 / 0.00 / 0.36)

CMYK percentages

%11.66
%3.07
%0
%36.08

Codes

Color #909EA3 in popluar color models

90 9E A3
RGB 144 158 163
HSL 196° 9.36% 60.20%
HSB/HSV 196° 11.66% 63.92%
CMYK 11.66% 3.07% 0.00%
36.08%

Color #909EA3 in popluar number systems.

HEX 90 9E A3
Decimal 144 158 163
Binary 10010000 10011110 10100011
Octal 220 236 243

Shades and tints

Shades of #909EA3

#909EA3
(144,158,163)
#839095
(131,144,149)
#768287
(118,130,135)
#697479
(105,116,121)
#5C666B
(92,102,107)
#4F585D
(79,88,93)
#424A4F
(66,74,79)
#353C41
(53,60,65)
#282E33
(40,46,51)
#1B2025
(27,32,37)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #909EA3

#909EA3
(144,158,163)
#9AA6AB
(154,166,171)
#A4AEB3
(164,174,179)
#AEB6BB
(174,182,187)
#B8BEC3
(184,190,195)
#C2C6CB
(194,198,203)
#CCCED3
(204,206,211)
#D6D6DB
(214,214,219)
#E0DEE3
(224,222,227)
#EAE6EB
(234,230,235)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #909EA3; }

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

This text font color is #909EA3.

Background Color

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

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

This div background color is #909EA3.

Border color

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

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

This div border color is #909EA3.

Opacity

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

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

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

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

This text has shadow with #909EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #909EA3.

Preview

Color preview on black background

This text has color #909EA3 on black background.


Color preview on white background

This text has color #909EA3 on white background.


Black color preview on #909EA3 background

This text has black color on #909EA3 background.


White color preview on #909EA3 background

This text has white color on #909EA3 background.


Related colors

Complementary color

Complementary color for #hex is #6F615C.


I love getcolorcode.com

Triadic colors

1 #A3909E and #9EA390 with #909EA3 are triadic colors.

2 #A39E90 and #9E90A3 with #909EA3 are triadic colors.