COLOR #90AE88

HEX: #90AE88
RGB: (144,174,136)

Color info

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

RGB color model

#90AE88 color RGB value is (144,174,136).

  • red value is 144;
  • green value is 174;
  • blue value is 136.
RGB:
(144,174,136)
(56%,68%,53%)

RGB channels and saturation

R 144 of 255 = 56%
G 174 of 255 = 68%
B 136 of 255 = 53%

144
174
136

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

Portions of RGB colors in percentages

R + G + B =
144 + 174 + 136 = 454 (100%)
R 144 of 454 ~ 31.72%
G 174 of 454 ~ 38.33%
B 136 of 454 ~ 29.96%

%31.72
%38.33
%29.96

CMYK color model

#90AE88 color CMYK value is (17,0,22,32).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 21.84%
  • key color value is 31.76%
CMYK:
(17,0,22,32)
C17M0Y22K32 
(17%,0%,22%,32%)
(0.17/0.00/0.22/0.32)	

CMYK percentages

%17.24
%0
%21.84
%31.76

Codes

Color #90AE88 in popluar color models

90AE88
RGB144174136
HSL107°19.00%60.78%
HSB/HSV107°21.84%68.24%
CMYK17.24%0.00%21.84%
31.76%

Color #90AE88 in popluar number systems.

HEX90AE88
Decimal144174136
Binary100100001010111010001000
Octal220256210

Shades and tints

Shades of #90AE88

#90AE88
(144,174,136)
#839F7C
(131,159,124)
#769070
(118,144,112)
#698164
(105,129,100)
#5C7258
(92,114,88)
#4F634C
(79,99,76)
#425440
(66,84,64)
#354534
(53,69,52)
#283628
(40,54,40)
#1B271C
(27,39,28)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #90AE88

#90AE88
(144,174,136)
#9AB592
(154,181,146)
#A4BC9C
(164,188,156)
#AEC3A6
(174,195,166)
#B8CAB0
(184,202,176)
#C2D1BA
(194,209,186)
#CCD8C4
(204,216,196)
#D6DFCE
(214,223,206)
#E0E6D8
(224,230,216)
#EAEDE2
(234,237,226)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AE88 color. Also use rgb(144,174,136) instead hex code.

Text Font Color

.myTextColor { color: #90AE88; }

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

This text font color is #90AE88.


Background Color

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

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

This div background color is #90AE88.


Border color

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

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

This div border color is #90AE88.


Opacity

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

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

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

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

This text has shadow with #90AE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AE88 on black background.


Color preview on white background

This text has color #90AE88 on white background.



Black color preview on #90AE88 background

This text has black color on #90AE88 background.


White color preview on #90AE88 background

This text has white color on #90AE88 background.