COLOR #90ABAE

HEX: #90ABAE
RGB: (144,171,174)

Color info

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

RGB color model

#90ABAE color RGB value is (144,171,174).

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

RGB channels and saturation

R 144 of 255 = 56%
G 171 of 255 = 67%
B 174 of 255 = 68%

144
171
174

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

Portions of RGB colors in percentages

R + G + B =
144 + 171 + 174 = 489 (100%)
R 144 of 489 ~ 29.45%
G 171 of 489 ~ 34.97%
B 174 of 489 ~ 35.58%

%29.45
%34.97
%35.58

CMYK color model

#90ABAE color CMYK value is (17,2,0,32).

  • cyan value is 17.24%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(17,2,0,32)
C17M2Y0K32 
(17%,2%,0%,32%)
(0.17/0.02/0.00/0.32)	

CMYK percentages

%17.24
%1.72
%0
%31.76

Codes

Color #90ABAE in popluar color models

90ABAE
RGB144171174
HSL186°15.63%62.35%
HSB/HSV186°17.24%68.24%
CMYK17.24%1.72%0.00%
31.76%

Color #90ABAE in popluar number systems.

HEX90ABAE
Decimal144171174
Binary100100001010101110101110
Octal220253256

Shades and tints

Shades of #90ABAE

#90ABAE
(144,171,174)
#839C9F
(131,156,159)
#768D90
(118,141,144)
#697E81
(105,126,129)
#5C6F72
(92,111,114)
#4F6063
(79,96,99)
#425154
(66,81,84)
#354245
(53,66,69)
#283336
(40,51,54)
#1B2427
(27,36,39)
#0E1518
(14,21,24)
#000000
(0,0,0)

Tints of #90ABAE

#90ABAE
(144,171,174)
#9AB2B5
(154,178,181)
#A4B9BC
(164,185,188)
#AEC0C3
(174,192,195)
#B8C7CA
(184,199,202)
#C2CED1
(194,206,209)
#CCD5D8
(204,213,216)
#D6DCDF
(214,220,223)
#E0E3E6
(224,227,230)
#EAEAED
(234,234,237)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ABAE; }

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

This text font color is #90ABAE.


Background Color

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

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

This div background color is #90ABAE.


Border color

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

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

This div border color is #90ABAE.


Opacity

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

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

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

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

This text has shadow with #90ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ABAE on black background.


Color preview on white background

This text has color #90ABAE on white background.



Black color preview on #90ABAE background

This text has black color on #90ABAE background.


White color preview on #90ABAE background

This text has white color on #90ABAE background.