COLOR #90A88E

HEX: #90A88E RGB: (144,168,142)

Color info

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

RGB color model

#90A88E color RGB value is (144,168,142).

RGB: (144,168,142) (56%, 66%, 56%)

RGB channels and saturation

R 144 of 255 = 56%
G 168 of 255 = 66%
B 142 of 255 = 56%

144
168
142

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

Portions of RGB colors in percentages

R + G + B = 144 + 168 + 142 = 454 (100%)
R 144 of 454 ~ 31.72%
G 168 of 454 ~ 37%
B 142 of 454 ~ 31.28'%

%31.72
%37
%31.28

CMYK color model

#90A88E color CMYK value is (14,0,15,34).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%

CMYK: (14,0,15,34)
C14M0Y15K34 (14%, 0%, 15%, 34%)
(0.14 / 0.00 / 0.15 / 0.34)

CMYK percentages

%14.29
%0
%15.48
%34.12

Codes

Color #90A88E in popluar color models

90 A8 8E
RGB 144 168 142
HSL 115° 13.00% 60.78%
HSB/HSV 115° 15.48% 65.88%
CMYK 14.29% 0.00% 15.48%
34.12%

Color #90A88E in popluar number systems.

HEX 90 A8 8E
Decimal 144 168 142
Binary 10010000 10101000 10001110
Octal 220 250 216

Shades and tints

Shades of #90A88E

#90A88E
(144,168,142)
#839982
(131,153,130)
#768A76
(118,138,118)
#697B6A
(105,123,106)
#5C6C5E
(92,108,94)
#4F5D52
(79,93,82)
#424E46
(66,78,70)
#353F3A
(53,63,58)
#28302E
(40,48,46)
#1B2122
(27,33,34)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #90A88E

#90A88E
(144,168,142)
#9AAF98
(154,175,152)
#A4B6A2
(164,182,162)
#AEBDAC
(174,189,172)
#B8C4B6
(184,196,182)
#C2CBC0
(194,203,192)
#CCD2CA
(204,210,202)
#D6D9D4
(214,217,212)
#E0E0DE
(224,224,222)
#EAE7E8
(234,231,232)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A88E color. Also use rgb(144,168,142) instead hex code.

Text Font Color

.myTextColor { color: #90A88E; }

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

This text font color is #90A88E.

Background Color

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

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

This div background color is #90A88E.

Border color

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

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

This div border color is #90A88E.

Opacity

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

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

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

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

This text has shadow with #90A88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A88E.

Preview

Color preview on black background

This text has color #90A88E on black background.


Color preview on white background

This text has color #90A88E on white background.


Black color preview on #90A88E background

This text has black color on #90A88E background.


White color preview on #90A88E background

This text has white color on #90A88E background.


Related colors

Complementary color

Complementary color for #hex is #6F5771.


I love getcolorcode.com

Triadic colors

1 #8E90A8 and #A88E90 with #90A88E are triadic colors.

2 #8EA890 and #A8908E with #90A88E are triadic colors.