COLOR #90AD9B

HEX: #90AD9B
RGB: (144,173,155)

Color info

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

RGB color model

#90AD9B color RGB value is (144,173,155).

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

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 155 of 255 = 61%

144
173
155

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

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 155 = 472 (100%)
R 144 of 472 ~ 30.51%
G 173 of 472 ~ 36.65%
B 155 of 472 ~ 32.84%

%30.51
%36.65
%32.84

CMYK color model

#90AD9B color CMYK value is (17,0,10,32).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(17,0,10,32)
C17M0Y10K32 
(17%,0%,10%,32%)
(0.17/0.00/0.10/0.32)	

CMYK percentages

%16.76
%0
%10.4
%32.16

Codes

Color #90AD9B in popluar color models

90AD9B
RGB144173155
HSL143°15.03%62.16%
HSB/HSV143°16.76%67.84%
CMYK16.76%0.00%10.40%
32.16%

Color #90AD9B in popluar number systems.

HEX90AD9B
Decimal144173155
Binary100100001010110110011011
Octal220255233

Shades and tints

Shades of #90AD9B

#90AD9B
(144,173,155)
#839E8D
(131,158,141)
#768F7F
(118,143,127)
#698071
(105,128,113)
#5C7163
(92,113,99)
#4F6255
(79,98,85)
#425347
(66,83,71)
#354439
(53,68,57)
#28352B
(40,53,43)
#1B261D
(27,38,29)
#0E170F
(14,23,15)
#000000
(0,0,0)

Tints of #90AD9B

#90AD9B
(144,173,155)
#9AB4A4
(154,180,164)
#A4BBAD
(164,187,173)
#AEC2B6
(174,194,182)
#B8C9BF
(184,201,191)
#C2D0C8
(194,208,200)
#CCD7D1
(204,215,209)
#D6DEDA
(214,222,218)
#E0E5E3
(224,229,227)
#EAECEC
(234,236,236)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AD9B; }

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

This text font color is #90AD9B.


Background Color

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

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

This div background color is #90AD9B.


Border color

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

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

This div border color is #90AD9B.


Opacity

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

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

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

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

This text has shadow with #90AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AD9B on black background.


Color preview on white background

This text has color #90AD9B on white background.



Black color preview on #90AD9B background

This text has black color on #90AD9B background.


White color preview on #90AD9B background

This text has white color on #90AD9B background.