COLOR #90B0AA

HEX: #90B0AA
RGB: (144,176,170)

Color info

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

RGB color model

#90B0AA color RGB value is (144,176,170).

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

RGB channels and saturation

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

144
176
170

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

Portions of RGB colors in percentages

R + G + B =
144 + 176 + 170 = 490 (100%)
R 144 of 490 ~ 29.39%
G 176 of 490 ~ 35.92%
B 170 of 490 ~ 34.69%

%29.39
%35.92
%34.69

CMYK color model

#90B0AA color CMYK value is (18,0,3,31).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(18,0,3,31)
C18M0Y3K31 
(18%,0%,3%,31%)
(0.18/0.00/0.03/0.31)	

CMYK percentages

%18.18
%0
%3.41
%30.98

Codes

Color #90B0AA in popluar color models

90B0AA
RGB144176170
HSL169°16.84%62.75%
HSB/HSV169°18.18%69.02%
CMYK18.18%0.00%3.41%
30.98%

Color #90B0AA in popluar number systems.

HEX90B0AA
Decimal144176170
Binary100100001011000010101010
Octal220260252

Shades and tints

Shades of #90B0AA

#90B0AA
(144,176,170)
#83A09B
(131,160,155)
#76908C
(118,144,140)
#69807D
(105,128,125)
#5C706E
(92,112,110)
#4F605F
(79,96,95)
#425050
(66,80,80)
#354041
(53,64,65)
#283032
(40,48,50)
#1B2023
(27,32,35)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #90B0AA

#90B0AA
(144,176,170)
#9AB7B1
(154,183,177)
#A4BEB8
(164,190,184)
#AEC5BF
(174,197,191)
#B8CCC6
(184,204,198)
#C2D3CD
(194,211,205)
#CCDAD4
(204,218,212)
#D6E1DB
(214,225,219)
#E0E8E2
(224,232,226)
#EAEFE9
(234,239,233)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B0AA; }

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

This text font color is #90B0AA.


Background Color

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

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

This div background color is #90B0AA.


Border color

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

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

This div border color is #90B0AA.


Opacity

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

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

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

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

This text has shadow with #90B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B0AA on black background.


Color preview on white background

This text has color #90B0AA on white background.



Black color preview on #90B0AA background

This text has black color on #90B0AA background.


White color preview on #90B0AA background

This text has white color on #90B0AA background.