COLOR #90E1AB

HEX: #90E1AB
RGB: (144,225,171)

Color info

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

RGB color model

#90E1AB color RGB value is (144,225,171).

  • red value is 144;
  • green value is 225;
  • blue value is 171.
RGB:
(144,225,171)
(56%,88%,67%)

RGB channels and saturation

R 144 of 255 = 56%
G 225 of 255 = 88%
B 171 of 255 = 67%

144
225
171

R + G + B ~ 70%. #90E1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 225 + 171 = 540 (100%)
R 144 of 540 ~ 26.67%
G 225 of 540 ~ 41.67%
B 171 of 540 ~ 31.67%

%26.67
%41.67
%31.67

CMYK color model

#90E1AB color CMYK value is (36,0,24,12).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(36,0,24,12)
C36M0Y24K12 
(36%,0%,24%,12%)
(0.36/0.00/0.24/0.12)	

CMYK percentages

%36
%0
%24
%11.76

Codes

Color #90E1AB in popluar color models

90E1AB
RGB144225171
HSL140°57.45%72.35%
HSB/HSV140°36.00%88.24%
CMYK36.00%0.00%24.00%
11.76%

Color #90E1AB in popluar number systems.

HEX90E1AB
Decimal144225171
Binary100100001110000110101011
Octal220341253

Shades and tints

Shades of #90E1AB

#90E1AB
(144,225,171)
#83CD9C
(131,205,156)
#76B98D
(118,185,141)
#69A57E
(105,165,126)
#5C916F
(92,145,111)
#4F7D60
(79,125,96)
#426951
(66,105,81)
#355542
(53,85,66)
#284133
(40,65,51)
#1B2D24
(27,45,36)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #90E1AB

#90E1AB
(144,225,171)
#9AE3B2
(154,227,178)
#A4E5B9
(164,229,185)
#AEE7C0
(174,231,192)
#B8E9C7
(184,233,199)
#C2EBCE
(194,235,206)
#CCEDD5
(204,237,213)
#D6EFDC
(214,239,220)
#E0F1E3
(224,241,227)
#EAF3EA
(234,243,234)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E1AB color. Also use rgb(144,225,171) instead hex code.

Text Font Color

.myTextColor { color: #90E1AB; }

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

This text font color is #90E1AB.


Background Color

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

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

This div background color is #90E1AB.


Border color

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

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

This div border color is #90E1AB.


Opacity

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

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

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

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

This text has shadow with #90E1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E1AB on black background.


Color preview on white background

This text has color #90E1AB on white background.



Black color preview on #90E1AB background

This text has black color on #90E1AB background.


White color preview on #90E1AB background

This text has white color on #90E1AB background.