COLOR #90A97D

HEX: #90A97D
RGB: (144,169,125)

Color info

#90A97D contains red, green and blue colors in about the same proportion. Web safe color of #90A97D is #999966 (or #996).

RGB color model

#90A97D color RGB value is (144,169,125).

  • red value is 144;
  • green value is 169;
  • blue value is 125.
RGB:
(144,169,125)
(56%,66%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 169 of 255 = 66%
B 125 of 255 = 49%

144
169
125

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

Portions of RGB colors in percentages

R + G + B =
144 + 169 + 125 = 438 (100%)
R 144 of 438 ~ 32.88%
G 169 of 438 ~ 38.58%
B 125 of 438 ~ 28.54%

%32.88
%38.58
%28.54

CMYK color model

#90A97D color CMYK value is (15,0,26,34).

  • cyan value is 14.79%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(15,0,26,34)
C15M0Y26K34 
(15%,0%,26%,34%)
(0.15/0.00/0.26/0.34)	

CMYK percentages

%14.79
%0
%26.04
%33.73

Codes

Color #90A97D in popluar color models

90A97D
RGB144169125
HSL94°20.37%57.65%
HSB/HSV94°26.04%66.27%
CMYK14.79%0.00%26.04%
33.73%

Color #90A97D in popluar number systems.

HEX90A97D
Decimal144169125
Binary10010000101010011111101
Octal220251175

Shades and tints

Shades of #90A97D

#90A97D
(144,169,125)
#839A72
(131,154,114)
#768B67
(118,139,103)
#697C5C
(105,124,92)
#5C6D51
(92,109,81)
#4F5E46
(79,94,70)
#424F3B
(66,79,59)
#354030
(53,64,48)
#283125
(40,49,37)
#1B221A
(27,34,26)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #90A97D

#90A97D
(144,169,125)
#9AB088
(154,176,136)
#A4B793
(164,183,147)
#AEBE9E
(174,190,158)
#B8C5A9
(184,197,169)
#C2CCB4
(194,204,180)
#CCD3BF
(204,211,191)
#D6DACA
(214,218,202)
#E0E1D5
(224,225,213)
#EAE8E0
(234,232,224)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A97D color. Also use rgb(144,169,125) instead hex code.

Text Font Color

.myTextColor { color: #90A97D; }

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

This text font color is #90A97D.


Background Color

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

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

This div background color is #90A97D.


Border color

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

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

This div border color is #90A97D.


Opacity

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

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

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

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

This text has shadow with #90A97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A97D on black background.


Color preview on white background

This text has color #90A97D on white background.



Black color preview on #90A97D background

This text has black color on #90A97D background.


White color preview on #90A97D background

This text has white color on #90A97D background.