COLOR #90A684

HEX: #90A684 RGB: (144,166,132)

Color info

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

RGB color model

#90A684 color RGB value is (144,166,132).

RGB: (144,166,132) (56%, 65%, 52%)

RGB channels and saturation

R 144 of 255 = 56%
G 166 of 255 = 65%
B 132 of 255 = 52%

144
166
132

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

Portions of RGB colors in percentages

R + G + B = 144 + 166 + 132 = 442 (100%)
R 144 of 442 ~ 32.58%
G 166 of 442 ~ 37.56%
B 132 of 442 ~ 29.86'%

%32.58
%37.56
%29.86

CMYK color model

#90A684 color CMYK value is (13,0,20,35).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 34.90%

CMYK: (13,0,20,35)
C13M0Y20K35 (13%, 0%, 20%, 35%)
(0.13 / 0.00 / 0.20 / 0.35)

CMYK percentages

%13.25
%0
%20.48
%34.9

Codes

Color #90A684 in popluar color models

90 A6 84
RGB 144 166 132
HSL 99° 16.04% 58.43%
HSB/HSV 99° 20.48% 65.10%
CMYK 13.25% 0.00% 20.48%
34.90%

Color #90A684 in popluar number systems.

HEX 90 A6 84
Decimal 144 166 132
Binary 10010000 10100110 10000100
Octal 220 246 204

Shades and tints

Shades of #90A684

#90A684
(144,166,132)
#839778
(131,151,120)
#76886C
(118,136,108)
#697960
(105,121,96)
#5C6A54
(92,106,84)
#4F5B48
(79,91,72)
#424C3C
(66,76,60)
#353D30
(53,61,48)
#282E24
(40,46,36)
#1B1F18
(27,31,24)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #90A684

#90A684
(144,166,132)
#9AAE8F
(154,174,143)
#A4B69A
(164,182,154)
#AEBEA5
(174,190,165)
#B8C6B0
(184,198,176)
#C2CEBB
(194,206,187)
#CCD6C6
(204,214,198)
#D6DED1
(214,222,209)
#E0E6DC
(224,230,220)
#EAEEE7
(234,238,231)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A684 color. Also use rgb(144,166,132) instead hex code.

Text Font Color

.myTextColor { color: #90A684; }

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

This text font color is #90A684.

Background Color

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

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

This div background color is #90A684.

Border color

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

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

This div border color is #90A684.

Opacity

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

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

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

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

This text has shadow with #90A684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A684.

Preview

Color preview on black background

This text has color #90A684 on black background.


Color preview on white background

This text has color #90A684 on white background.


Black color preview on #90A684 background

This text has black color on #90A684 background.


White color preview on #90A684 background

This text has white color on #90A684 background.


Related colors

Complementary color

Complementary color for #hex is #6F597B.


I love getcolorcode.com

Triadic colors

1 #8490A6 and #A68490 with #90A684 are triadic colors.

2 #84A690 and #A69084 with #90A684 are triadic colors.