COLOR #90AAB1

HEX: #90AAB1
RGB: (144,170,177)

Color info

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

RGB color model

#90AAB1 color RGB value is (144,170,177).

  • red value is 144;
  • green value is 170;
  • blue value is 177.
RGB:
(144,170,177)
(56%,67%,69%)

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 177 of 255 = 69%

144
170
177

R + G + B ~ 64%. #90AAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 170 + 177 = 491 (100%)
R 144 of 491 ~ 29.33%
G 170 of 491 ~ 34.62%
B 177 of 491 ~ 36.05%

%29.33
%34.62
%36.05

CMYK color model

#90AAB1 color CMYK value is (19,4,0,31).

  • cyan value is 18.64%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(19,4,0,31)
C19M4Y0K31 
(19%,4%,0%,31%)
(0.19/0.04/0.00/0.31)	

CMYK percentages

%18.64
%3.95
%0
%30.59

Codes

Color #90AAB1 in popluar color models

90AAB1
RGB144170177
HSL193°17.46%62.94%
HSB/HSV193°18.64%69.41%
CMYK18.64%3.95%0.00%
30.59%

Color #90AAB1 in popluar number systems.

HEX90AAB1
Decimal144170177
Binary100100001010101010110001
Octal220252261

Shades and tints

Shades of #90AAB1

#90AAB1
(144,170,177)
#839BA1
(131,155,161)
#768C91
(118,140,145)
#697D81
(105,125,129)
#5C6E71
(92,110,113)
#4F5F61
(79,95,97)
#425051
(66,80,81)
#354141
(53,65,65)
#283231
(40,50,49)
#1B2321
(27,35,33)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #90AAB1

#90AAB1
(144,170,177)
#9AB1B8
(154,177,184)
#A4B8BF
(164,184,191)
#AEBFC6
(174,191,198)
#B8C6CD
(184,198,205)
#C2CDD4
(194,205,212)
#CCD4DB
(204,212,219)
#D6DBE2
(214,219,226)
#E0E2E9
(224,226,233)
#EAE9F0
(234,233,240)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AAB1 color. Also use rgb(144,170,177) instead hex code.

Text Font Color

.myTextColor { color: #90AAB1; }

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

This text font color is #90AAB1.


Background Color

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

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

This div background color is #90AAB1.


Border color

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

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

This div border color is #90AAB1.


Opacity

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

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

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

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

This text has shadow with #90AAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AAB1 on black background.


Color preview on white background

This text has color #90AAB1 on white background.



Black color preview on #90AAB1 background

This text has black color on #90AAB1 background.


White color preview on #90AAB1 background

This text has white color on #90AAB1 background.