COLOR #90A47E

HEX: #90A47E
RGB: (144,164,126)

Color info

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

RGB color model

#90A47E color RGB value is (144,164,126).

  • red value is 144;
  • green value is 164;
  • blue value is 126.
RGB:
(144,164,126)
(56%,64%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 164 of 255 = 64%
B 126 of 255 = 49%

144
164
126

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

Portions of RGB colors in percentages

R + G + B =
144 + 164 + 126 = 434 (100%)
R 144 of 434 ~ 33.18%
G 164 of 434 ~ 37.79%
B 126 of 434 ~ 29.03%

%33.18
%37.79
%29.03

CMYK color model

#90A47E color CMYK value is (12,0,23,36).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(12,0,23,36)
C12M0Y23K36 
(12%,0%,23%,36%)
(0.12/0.00/0.23/0.36)	

CMYK percentages

%12.2
%0
%23.17
%35.69

Codes

Color #90A47E in popluar color models

90A47E
RGB144164126
HSL92°17.27%56.86%
HSB/HSV92°23.17%64.31%
CMYK12.20%0.00%23.17%
35.69%

Color #90A47E in popluar number systems.

HEX90A47E
Decimal144164126
Binary10010000101001001111110
Octal220244176

Shades and tints

Shades of #90A47E

#90A47E
(144,164,126)
#839673
(131,150,115)
#768868
(118,136,104)
#697A5D
(105,122,93)
#5C6C52
(92,108,82)
#4F5E47
(79,94,71)
#42503C
(66,80,60)
#354231
(53,66,49)
#283426
(40,52,38)
#1B261B
(27,38,27)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #90A47E

#90A47E
(144,164,126)
#9AAC89
(154,172,137)
#A4B494
(164,180,148)
#AEBC9F
(174,188,159)
#B8C4AA
(184,196,170)
#C2CCB5
(194,204,181)
#CCD4C0
(204,212,192)
#D6DCCB
(214,220,203)
#E0E4D6
(224,228,214)
#EAECE1
(234,236,225)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A47E color. Also use rgb(144,164,126) instead hex code.

Text Font Color

.myTextColor { color: #90A47E; }

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

This text font color is #90A47E.


Background Color

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

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

This div background color is #90A47E.


Border color

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

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

This div border color is #90A47E.


Opacity

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

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

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

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

This text has shadow with #90A47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A47E on black background.


Color preview on white background

This text has color #90A47E on white background.



Black color preview on #90A47E background

This text has black color on #90A47E background.


White color preview on #90A47E background

This text has white color on #90A47E background.