COLOR #90EBE6

HEX: #90EBE6
RGB: (144,235,230)

Color info

#90EBE6 contains mainly green and blue colors. Web safe color of #90EBE6 is #99FFCC (or #9FC).

RGB color model

#90EBE6 color RGB value is (144,235,230).

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

RGB channels and saturation

R 144 of 255 = 56%
G 235 of 255 = 92%
B 230 of 255 = 90%

144
235
230

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

Portions of RGB colors in percentages

R + G + B =
144 + 235 + 230 = 609 (100%)
R 144 of 609 ~ 23.65%
G 235 of 609 ~ 38.59%
B 230 of 609 ~ 37.77%

%23.65
%38.59
%37.77

CMYK color model

#90EBE6 color CMYK value is (39,0,2,8).

  • cyan value is 38.72%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK:
(39,0,2,8)
C39M0Y2K8 
(39%,0%,2%,8%)
(0.39/0.00/0.02/0.08)	

CMYK percentages

%38.72
%0
%2.13
%7.84

Codes

Color #90EBE6 in popluar color models

90EBE6
RGB144235230
HSL177°69.47%74.31%
HSB/HSV177°38.72%92.16%
CMYK38.72%0.00%2.13%
7.84%

Color #90EBE6 in popluar number systems.

HEX90EBE6
Decimal144235230
Binary100100001110101111100110
Octal220353346

Shades and tints

Shades of #90EBE6

#90EBE6
(144,235,230)
#83D6D2
(131,214,210)
#76C1BE
(118,193,190)
#69ACAA
(105,172,170)
#5C9796
(92,151,150)
#4F8282
(79,130,130)
#426D6E
(66,109,110)
#35585A
(53,88,90)
#284346
(40,67,70)
#1B2E32
(27,46,50)
#0E191E
(14,25,30)
#000000
(0,0,0)

Tints of #90EBE6

#90EBE6
(144,235,230)
#9AECE8
(154,236,232)
#A4EDEA
(164,237,234)
#AEEEEC
(174,238,236)
#B8EFEE
(184,239,238)
#C2F0F0
(194,240,240)
#CCF1F2
(204,241,242)
#D6F2F4
(214,242,244)
#E0F3F6
(224,243,246)
#EAF4F8
(234,244,248)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90EBE6; }

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

This text font color is #90EBE6.


Background Color

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

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

This div background color is #90EBE6.


Border color

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

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

This div border color is #90EBE6.


Opacity

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

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

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

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

This text has shadow with #90EBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90EBE6 on black background.


Color preview on white background

This text has color #90EBE6 on white background.



Black color preview on #90EBE6 background

This text has black color on #90EBE6 background.


White color preview on #90EBE6 background

This text has white color on #90EBE6 background.