COLOR #90AD8C

HEX: #90AD8C RGB: (144,173,140)

Color info

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

RGB color model

#90AD8C color RGB value is (144,173,140).

RGB: (144,173,140) (56%, 68%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 140 of 255 = 55%

144
173
140

R + G + B ~ 60%. #90AD8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 173 + 140 = 457 (100%)
R 144 of 457 ~ 31.51%
G 173 of 457 ~ 37.86%
B 140 of 457 ~ 30.63'%

%31.51
%37.86
%30.63

CMYK color model

#90AD8C color CMYK value is (17,0,19,32).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 32.16%

CMYK: (17,0,19,32)
C17M0Y19K32 (17%, 0%, 19%, 32%)
(0.17 / 0.00 / 0.19 / 0.32)

CMYK percentages

%16.76
%0
%19.08
%32.16

Codes

Color #90AD8C in popluar color models

90 AD 8C
RGB 144 173 140
HSL 113° 16.75% 61.37%
HSB/HSV 113° 19.08% 67.84%
CMYK 16.76% 0.00% 19.08%
32.16%

Color #90AD8C in popluar number systems.

HEX 90 AD 8C
Decimal 144 173 140
Binary 10010000 10101101 10001100
Octal 220 255 214

Shades and tints

Shades of #90AD8C

#90AD8C
(144,173,140)
#839E80
(131,158,128)
#768F74
(118,143,116)
#698068
(105,128,104)
#5C715C
(92,113,92)
#4F6250
(79,98,80)
#425344
(66,83,68)
#354438
(53,68,56)
#28352C
(40,53,44)
#1B2620
(27,38,32)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #90AD8C

#90AD8C
(144,173,140)
#9AB496
(154,180,150)
#A4BBA0
(164,187,160)
#AEC2AA
(174,194,170)
#B8C9B4
(184,201,180)
#C2D0BE
(194,208,190)
#CCD7C8
(204,215,200)
#D6DED2
(214,222,210)
#E0E5DC
(224,229,220)
#EAECE6
(234,236,230)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AD8C; }

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

This text font color is #90AD8C.

Background Color

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

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

This div background color is #90AD8C.

Border color

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

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

This div border color is #90AD8C.

Opacity

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

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

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

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

This text has shadow with #90AD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AD8C.

Preview

Color preview on black background

This text has color #90AD8C on black background.


Color preview on white background

This text has color #90AD8C on white background.


Black color preview on #90AD8C background

This text has black color on #90AD8C background.


White color preview on #90AD8C background

This text has white color on #90AD8C background.


Related colors

Complementary color

Complementary color for #hex is #6F5273.


I love getcolorcode.com

Triadic colors

1 #8C90AD and #AD8C90 with #90AD8C are triadic colors.

2 #8CAD90 and #AD908C with #90AD8C are triadic colors.