COLOR #90E3B8

HEX: #90E3B8
RGB: (144,227,184)

Color info

#90E3B8 contains mainly green and blue colors. Web safe color of #90E3B8 is #99CCCC (or #9CC).

RGB color model

#90E3B8 color RGB value is (144,227,184).

  • red value is 144;
  • green value is 227;
  • blue value is 184.
RGB:
(144,227,184)
(56%,89%,72%)

RGB channels and saturation

R 144 of 255 = 56%
G 227 of 255 = 89%
B 184 of 255 = 72%

144
227
184

R + G + B ~ 72%. #90E3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 227 + 184 = 555 (100%)
R 144 of 555 ~ 25.95%
G 227 of 555 ~ 40.9%
B 184 of 555 ~ 33.15%

%25.95
%40.9
%33.15

CMYK color model

#90E3B8 color CMYK value is (37,0,19,11).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 10.98%
CMYK:
(37,0,19,11)
C37M0Y19K11 
(37%,0%,19%,11%)
(0.37/0.00/0.19/0.11)	

CMYK percentages

%36.56
%0
%18.94
%10.98

Codes

Color #90E3B8 in popluar color models

90E3B8
RGB144227184
HSL149°59.71%72.75%
HSB/HSV149°36.56%89.02%
CMYK36.56%0.00%18.94%
10.98%

Color #90E3B8 in popluar number systems.

HEX90E3B8
Decimal144227184
Binary100100001110001110111000
Octal220343270

Shades and tints

Shades of #90E3B8

#90E3B8
(144,227,184)
#83CFA8
(131,207,168)
#76BB98
(118,187,152)
#69A788
(105,167,136)
#5C9378
(92,147,120)
#4F7F68
(79,127,104)
#426B58
(66,107,88)
#355748
(53,87,72)
#284338
(40,67,56)
#1B2F28
(27,47,40)
#0E1B18
(14,27,24)
#000000
(0,0,0)

Tints of #90E3B8

#90E3B8
(144,227,184)
#9AE5BE
(154,229,190)
#A4E7C4
(164,231,196)
#AEE9CA
(174,233,202)
#B8EBD0
(184,235,208)
#C2EDD6
(194,237,214)
#CCEFDC
(204,239,220)
#D6F1E2
(214,241,226)
#E0F3E8
(224,243,232)
#EAF5EE
(234,245,238)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E3B8 color. Also use rgb(144,227,184) instead hex code.

Text Font Color

.myTextColor { color: #90E3B8; }

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

This text font color is #90E3B8.


Background Color

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

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

This div background color is #90E3B8.


Border color

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

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

This div border color is #90E3B8.


Opacity

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

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

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

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

This text has shadow with #90E3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E3B8 on black background.


Color preview on white background

This text has color #90E3B8 on white background.



Black color preview on #90E3B8 background

This text has black color on #90E3B8 background.


White color preview on #90E3B8 background

This text has white color on #90E3B8 background.