COLOR #90D5AE

HEX: #90D5AE
RGB: (144,213,174)

Color info

#90D5AE contains mainly green and blue colors. Web safe color of #90D5AE is #99CC99 (or #9C9).

RGB color model

#90D5AE color RGB value is (144,213,174).

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

RGB channels and saturation

R 144 of 255 = 56%
G 213 of 255 = 84%
B 174 of 255 = 68%

144
213
174

R + G + B ~ 69%. #90D5AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 213 + 174 = 531 (100%)
R 144 of 531 ~ 27.12%
G 213 of 531 ~ 40.11%
B 174 of 531 ~ 32.77%

%27.12
%40.11
%32.77

CMYK color model

#90D5AE color CMYK value is (32,0,18,16).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 16.47%
CMYK:
(32,0,18,16)
C32M0Y18K16 
(32%,0%,18%,16%)
(0.32/0.00/0.18/0.16)	

CMYK percentages

%32.39
%0
%18.31
%16.47

Codes

Color #90D5AE in popluar color models

90D5AE
RGB144213174
HSL146°45.10%70.00%
HSB/HSV146°32.39%83.53%
CMYK32.39%0.00%18.31%
16.47%

Color #90D5AE in popluar number systems.

HEX90D5AE
Decimal144213174
Binary100100001101010110101110
Octal220325256

Shades and tints

Shades of #90D5AE

#90D5AE
(144,213,174)
#83C29F
(131,194,159)
#76AF90
(118,175,144)
#699C81
(105,156,129)
#5C8972
(92,137,114)
#4F7663
(79,118,99)
#426354
(66,99,84)
#355045
(53,80,69)
#283D36
(40,61,54)
#1B2A27
(27,42,39)
#0E1718
(14,23,24)
#000000
(0,0,0)

Tints of #90D5AE

#90D5AE
(144,213,174)
#9AD8B5
(154,216,181)
#A4DBBC
(164,219,188)
#AEDEC3
(174,222,195)
#B8E1CA
(184,225,202)
#C2E4D1
(194,228,209)
#CCE7D8
(204,231,216)
#D6EADF
(214,234,223)
#E0EDE6
(224,237,230)
#EAF0ED
(234,240,237)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90D5AE; }

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

This text font color is #90D5AE.


Background Color

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

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

This div background color is #90D5AE.


Border color

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

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

This div border color is #90D5AE.


Opacity

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

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

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

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

This text has shadow with #90D5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D5AE on black background.


Color preview on white background

This text has color #90D5AE on white background.



Black color preview on #90D5AE background

This text has black color on #90D5AE background.


White color preview on #90D5AE background

This text has white color on #90D5AE background.