COLOR #90AEA0

HEX: #90AEA0
RGB: (144,174,160)

Color info

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

RGB color model

#90AEA0 color RGB value is (144,174,160).

  • red value is 144;
  • green value is 174;
  • blue value is 160.
RGB:
(144,174,160)
(56%,68%,63%)

RGB channels and saturation

R 144 of 255 = 56%
G 174 of 255 = 68%
B 160 of 255 = 63%

144
174
160

R + G + B ~ 62%. #90AEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 174 + 160 = 478 (100%)
R 144 of 478 ~ 30.13%
G 174 of 478 ~ 36.4%
B 160 of 478 ~ 33.47%

%30.13
%36.4
%33.47

CMYK color model

#90AEA0 color CMYK value is (17,0,8,32).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 31.76%
CMYK:
(17,0,8,32)
C17M0Y8K32 
(17%,0%,8%,32%)
(0.17/0.00/0.08/0.32)	

CMYK percentages

%17.24
%0
%8.05
%31.76

Codes

Color #90AEA0 in popluar color models

90AEA0
RGB144174160
HSL152°15.63%62.35%
HSB/HSV152°17.24%68.24%
CMYK17.24%0.00%8.05%
31.76%

Color #90AEA0 in popluar number systems.

HEX90AEA0
Decimal144174160
Binary100100001010111010100000
Octal220256240

Shades and tints

Shades of #90AEA0

#90AEA0
(144,174,160)
#839F92
(131,159,146)
#769084
(118,144,132)
#698176
(105,129,118)
#5C7268
(92,114,104)
#4F635A
(79,99,90)
#42544C
(66,84,76)
#35453E
(53,69,62)
#283630
(40,54,48)
#1B2722
(27,39,34)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #90AEA0

#90AEA0
(144,174,160)
#9AB5A8
(154,181,168)
#A4BCB0
(164,188,176)
#AEC3B8
(174,195,184)
#B8CAC0
(184,202,192)
#C2D1C8
(194,209,200)
#CCD8D0
(204,216,208)
#D6DFD8
(214,223,216)
#E0E6E0
(224,230,224)
#EAEDE8
(234,237,232)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AEA0; }

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

This text font color is #90AEA0.


Background Color

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

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

This div background color is #90AEA0.


Border color

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

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

This div border color is #90AEA0.


Opacity

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

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

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

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

This text has shadow with #90AEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AEA0 on black background.


Color preview on white background

This text has color #90AEA0 on white background.



Black color preview on #90AEA0 background

This text has black color on #90AEA0 background.


White color preview on #90AEA0 background

This text has white color on #90AEA0 background.