COLOR #90A09F

HEX: #90A09F RGB: (144,160,159)

Color info

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

RGB color model

#90A09F color RGB value is (144,160,159).

RGB: (144,160,159) (56%, 63%, 62%)

RGB channels and saturation

R 144 of 255 = 56%
G 160 of 255 = 63%
B 159 of 255 = 62%

144
160
159

R + G + B ~ 60%. #90A09F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 160 + 159 = 463 (100%)
R 144 of 463 ~ 31.1%
G 160 of 463 ~ 34.56%
B 159 of 463 ~ 34.34'%

%31.1
%34.56
%34.34

CMYK color model

#90A09F color CMYK value is (10,0,1,37).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 37.25%
CMYK: (10,0,1,37) C10M0Y1K37 (10%,0%,1%,37%) (0.10/0.00/0.01/0.37) 

CMYK percentages

%10
%0
%0.62
%37.25

Codes

Color #90A09F in popluar color models

90 A0 9F
RGB 144 160 159
HSL 176° 7.77% 59.61%
HSB/HSV 176° 10.00% 62.75%
CMYK 10.00% 0.00% 0.62%
37.25%

Color #90A09F in popluar number systems.

HEX 90 A0 9F
Decimal 144 160 159
Binary 10010000 10100000 10011111
Octal 220 240 237

Shades and tints

Shades of #90A09F

#90A09F
(144,160,159)
#839291
(131,146,145)
#768483
(118,132,131)
#697675
(105,118,117)
#5C6867
(92,104,103)
#4F5A59
(79,90,89)
#424C4B
(66,76,75)
#353E3D
(53,62,61)
#28302F
(40,48,47)
#1B2221
(27,34,33)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #90A09F

#90A09F
(144,160,159)
#9AA8A7
(154,168,167)
#A4B0AF
(164,176,175)
#AEB8B7
(174,184,183)
#B8C0BF
(184,192,191)
#C2C8C7
(194,200,199)
#CCD0CF
(204,208,207)
#D6D8D7
(214,216,215)
#E0E0DF
(224,224,223)
#EAE8E7
(234,232,231)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A09F color. Also use rgb(144,160,159) instead hex code.

Text Font Color

.myTextColor { color: #90A09F; }

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

This text font color is #90A09F.

Background Color

.myBgColor { background-color: #90A09F; }

<div style="background-color:#90A09F">Inner text</div>

This div background color is #90A09F.

Border color

.myBorderColor { border: 1px solid #90A09F; }

<div style="border:3px solid #90A09F">Div</div>

This div border color is #90A09F.

Opacity

.myOpacity80 { color: #90A09F; opacity: 0.8; }

<p style="color:#90A09F;opacity:0.8;">80%</p>

Text with #90A09F 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 #90A09F;}

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

This text has shadow with #90A09F color.


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

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

This text has shadow with #90A09F primary color and red secondary color.


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

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

This text has shadow with #90A09F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90A09F.

Preview

Color preview on black background

This text has color #90A09F on black background.


Color preview on white background

This text has color #90A09F on white background.


Black color preview on #90A09F background

This text has black color on #90A09F background.


White color preview on #90A09F background

This text has white color on #90A09F background.


Related colors

Complementary color

Complementary color for #hex is #6F5F60.


I love getcolorcode.com

Triadic colors

1 #9F90A0 and #A09F90 with #90A09F are triadic colors.

2 #9FA090 and #A0909F with #90A09F are triadic colors.