COLOR #90AC8A

HEX: #90AC8A RGB: (144,172,138)

Color info

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

RGB color model

#90AC8A color RGB value is (144,172,138).

RGB: (144,172,138) (56%, 67%, 54%)

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 138 of 255 = 54%

144
172
138

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

Portions of RGB colors in percentages

R + G + B = 144 + 172 + 138 = 454 (100%)
R 144 of 454 ~ 31.72%
G 172 of 454 ~ 37.89%
B 138 of 454 ~ 30.4'%

%31.72
%37.89
%30.4

CMYK color model

#90AC8A color CMYK value is (16,0,20,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 32.55%

CMYK: (16,0,20,33)
C16M0Y20K33 (16%, 0%, 20%, 33%)
(0.16 / 0.00 / 0.20 / 0.33)

CMYK percentages

%16.28
%0
%19.77
%32.55

Codes

Color #90AC8A in popluar color models

90 AC 8A
RGB 144 172 138
HSL 109° 17.00% 60.78%
HSB/HSV 109° 19.77% 67.45%
CMYK 16.28% 0.00% 19.77%
32.55%

Color #90AC8A in popluar number systems.

HEX 90 AC 8A
Decimal 144 172 138
Binary 10010000 10101100 10001010
Octal 220 254 212

Shades and tints

Shades of #90AC8A

#90AC8A
(144,172,138)
#839D7E
(131,157,126)
#768E72
(118,142,114)
#697F66
(105,127,102)
#5C705A
(92,112,90)
#4F614E
(79,97,78)
#425242
(66,82,66)
#354336
(53,67,54)
#28342A
(40,52,42)
#1B251E
(27,37,30)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #90AC8A

#90AC8A
(144,172,138)
#9AB394
(154,179,148)
#A4BA9E
(164,186,158)
#AEC1A8
(174,193,168)
#B8C8B2
(184,200,178)
#C2CFBC
(194,207,188)
#CCD6C6
(204,214,198)
#D6DDD0
(214,221,208)
#E0E4DA
(224,228,218)
#EAEBE4
(234,235,228)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AC8A color. Also use rgb(144,172,138) instead hex code.

Text Font Color

.myTextColor { color: #90AC8A; }

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

This text font color is #90AC8A.

Background Color

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

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

This div background color is #90AC8A.

Border color

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

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

This div border color is #90AC8A.

Opacity

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

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

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

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

This text has shadow with #90AC8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AC8A.

Preview

Color preview on black background

This text has color #90AC8A on black background.


Color preview on white background

This text has color #90AC8A on white background.


Black color preview on #90AC8A background

This text has black color on #90AC8A background.


White color preview on #90AC8A background

This text has white color on #90AC8A background.


Related colors

Complementary color

Complementary color for #hex is #6F5375.


I love getcolorcode.com

Triadic colors

1 #8A90AC and #AC8A90 with #90AC8A are triadic colors.

2 #8AAC90 and #AC908A with #90AC8A are triadic colors.