COLOR #90F0E7

HEX: #90F0E7
RGB: (144,240,231)

Color info

#90F0E7 contains mainly green and blue colors. Web safe color of #90F0E7 is #99FFFF (or #9FF).

RGB color model

#90F0E7 color RGB value is (144,240,231).

  • red value is 144;
  • green value is 240;
  • blue value is 231.
RGB:
(144,240,231)
(56%,94%,91%)

RGB channels and saturation

R 144 of 255 = 56%
G 240 of 255 = 94%
B 231 of 255 = 91%

144
240
231

R + G + B ~ 80%. #90F0E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 240 + 231 = 615 (100%)
R 144 of 615 ~ 23.41%
G 240 of 615 ~ 39.02%
B 231 of 615 ~ 37.56%

%23.41
%39.02
%37.56

CMYK color model

#90F0E7 color CMYK value is (40,0,4,6).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK:
(40,0,4,6)
C40M0Y4K6 
(40%,0%,4%,6%)
(0.40/0.00/0.04/0.06)	

CMYK percentages

%40
%0
%3.75
%5.88

Codes

Color #90F0E7 in popluar color models

90F0E7
RGB144240231
HSL174°76.19%75.29%
HSB/HSV174°40.00%94.12%
CMYK40.00%0.00%3.75%
5.88%

Color #90F0E7 in popluar number systems.

HEX90F0E7
Decimal144240231
Binary100100001111000011100111
Octal220360347

Shades and tints

Shades of #90F0E7

#90F0E7
(144,240,231)
#83DBD2
(131,219,210)
#76C6BD
(118,198,189)
#69B1A8
(105,177,168)
#5C9C93
(92,156,147)
#4F877E
(79,135,126)
#427269
(66,114,105)
#355D54
(53,93,84)
#28483F
(40,72,63)
#1B332A
(27,51,42)
#0E1E15
(14,30,21)
#000000
(0,0,0)

Tints of #90F0E7

#90F0E7
(144,240,231)
#9AF1E9
(154,241,233)
#A4F2EB
(164,242,235)
#AEF3ED
(174,243,237)
#B8F4EF
(184,244,239)
#C2F5F1
(194,245,241)
#CCF6F3
(204,246,243)
#D6F7F5
(214,247,245)
#E0F8F7
(224,248,247)
#EAF9F9
(234,249,249)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90F0E7 color. Also use rgb(144,240,231) instead hex code.

Text Font Color

.myTextColor { color: #90F0E7; }

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

This text font color is #90F0E7.


Background Color

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

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

This div background color is #90F0E7.


Border color

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

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

This div border color is #90F0E7.


Opacity

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

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

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

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

This text has shadow with #90F0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90F0E7 on black background.


Color preview on white background

This text has color #90F0E7 on white background.



Black color preview on #90F0E7 background

This text has black color on #90F0E7 background.


White color preview on #90F0E7 background

This text has white color on #90F0E7 background.