COLOR #90E3EB

HEX: #90E3EB
RGB: (144,227,235)

Color info

#90E3EB contains mainly green and blue colors. Web safe color of #90E3EB is #99CCFF (or #9CF).

RGB color model

#90E3EB color RGB value is (144,227,235).

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

RGB channels and saturation

R 144 of 255 = 56%
G 227 of 255 = 89%
B 235 of 255 = 92%

144
227
235

R + G + B ~ 79%. #90E3EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 227 + 235 = 606 (100%)
R 144 of 606 ~ 23.76%
G 227 of 606 ~ 37.46%
B 235 of 606 ~ 38.78%

%23.76
%37.46
%38.78

CMYK color model

#90E3EB color CMYK value is (39,3,0,8).

  • cyan value is 38.72%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(39,3,0,8)
C39M3Y0K8 
(39%,3%,0%,8%)
(0.39/0.03/0.00/0.08)	

CMYK percentages

%38.72
%3.4
%0
%7.84

Codes

Color #90E3EB in popluar color models

90E3EB
RGB144227235
HSL185°69.47%74.31%
HSB/HSV185°38.72%92.16%
CMYK38.72%3.40%0.00%
7.84%

Color #90E3EB in popluar number systems.

HEX90E3EB
Decimal144227235
Binary100100001110001111101011
Octal220343353

Shades and tints

Shades of #90E3EB

#90E3EB
(144,227,235)
#83CFD6
(131,207,214)
#76BBC1
(118,187,193)
#69A7AC
(105,167,172)
#5C9397
(92,147,151)
#4F7F82
(79,127,130)
#426B6D
(66,107,109)
#355758
(53,87,88)
#284343
(40,67,67)
#1B2F2E
(27,47,46)
#0E1B19
(14,27,25)
#000000
(0,0,0)

Tints of #90E3EB

#90E3EB
(144,227,235)
#9AE5EC
(154,229,236)
#A4E7ED
(164,231,237)
#AEE9EE
(174,233,238)
#B8EBEF
(184,235,239)
#C2EDF0
(194,237,240)
#CCEFF1
(204,239,241)
#D6F1F2
(214,241,242)
#E0F3F3
(224,243,243)
#EAF5F4
(234,245,244)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90E3EB; }

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

This text font color is #90E3EB.


Background Color

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

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

This div background color is #90E3EB.


Border color

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

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

This div border color is #90E3EB.


Opacity

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

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

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

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

This text has shadow with #90E3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E3EB on black background.


Color preview on white background

This text has color #90E3EB on white background.



Black color preview on #90E3EB background

This text has black color on #90E3EB background.


White color preview on #90E3EB background

This text has white color on #90E3EB background.