COLOR #90ADAF

HEX: #90ADAF
RGB: (144,173,175)

Color info

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

RGB color model

#90ADAF color RGB value is (144,173,175).

  • red value is 144;
  • green value is 173;
  • blue value is 175.
RGB:
(144,173,175)
(56%,68%,69%)

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 175 of 255 = 69%

144
173
175

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

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 175 = 492 (100%)
R 144 of 492 ~ 29.27%
G 173 of 492 ~ 35.16%
B 175 of 492 ~ 35.57%

%29.27
%35.16
%35.57

CMYK color model

#90ADAF color CMYK value is (18,1,0,31).

  • cyan value is 17.71%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(18,1,0,31)
C18M1Y0K31 
(18%,1%,0%,31%)
(0.18/0.01/0.00/0.31)	

CMYK percentages

%17.71
%1.14
%0
%31.37

Codes

Color #90ADAF in popluar color models

90ADAF
RGB144173175
HSL184°16.23%62.55%
HSB/HSV184°17.71%68.63%
CMYK17.71%1.14%0.00%
31.37%

Color #90ADAF in popluar number systems.

HEX90ADAF
Decimal144173175
Binary100100001010110110101111
Octal220255257

Shades and tints

Shades of #90ADAF

#90ADAF
(144,173,175)
#839EA0
(131,158,160)
#768F91
(118,143,145)
#698082
(105,128,130)
#5C7173
(92,113,115)
#4F6264
(79,98,100)
#425355
(66,83,85)
#354446
(53,68,70)
#283537
(40,53,55)
#1B2628
(27,38,40)
#0E1719
(14,23,25)
#000000
(0,0,0)

Tints of #90ADAF

#90ADAF
(144,173,175)
#9AB4B6
(154,180,182)
#A4BBBD
(164,187,189)
#AEC2C4
(174,194,196)
#B8C9CB
(184,201,203)
#C2D0D2
(194,208,210)
#CCD7D9
(204,215,217)
#D6DEE0
(214,222,224)
#E0E5E7
(224,229,231)
#EAECEE
(234,236,238)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ADAF color. Also use rgb(144,173,175) instead hex code.

Text Font Color

.myTextColor { color: #90ADAF; }

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

This text font color is #90ADAF.


Background Color

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

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

This div background color is #90ADAF.


Border color

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

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

This div border color is #90ADAF.


Opacity

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

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

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

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

This text has shadow with #90ADAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ADAF on black background.


Color preview on white background

This text has color #90ADAF on white background.



Black color preview on #90ADAF background

This text has black color on #90ADAF background.


White color preview on #90ADAF background

This text has white color on #90ADAF background.