COLOR #90ECE0

HEX: #90ECE0 RGB: (144,236,224)

Color info

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

RGB color model

#90ECE0 color RGB value is (144,236,224).

RGB: (144,236,224) (56%, 93%, 88%)

RGB channels and saturation

R 144 of 255 = 56%
G 236 of 255 = 93%
B 224 of 255 = 88%

144
236
224

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

Portions of RGB colors in percentages

R + G + B = 144 + 236 + 224 = 604 (100%)
R 144 of 604 ~ 23.84%
G 236 of 604 ~ 39.07%
B 224 of 604 ~ 37.09'%

%23.84
%39.07
%37.09

CMYK color model

#90ECE0 color CMYK value is (39,0,5,7).

  • cyan value is 38.98%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 7.45%

CMYK: (39,0,5,7)
C39M0Y5K7 (39%, 0%, 5%, 7%)
(0.39 / 0.00 / 0.05 / 0.07)

CMYK percentages

%38.98
%0
%5.08
%7.45

Codes

Color #90ECE0 in popluar color models

90 EC E0
RGB 144 236 224
HSL 172° 70.77% 74.51%
HSB/HSV 172° 38.98% 92.55%
CMYK 38.98% 0.00% 5.08%
7.45%

Color #90ECE0 in popluar number systems.

HEX 90 EC E0
Decimal 144 236 224
Binary 10010000 11101100 11100000
Octal 220 354 340

Shades and tints

Shades of #90ECE0

#90ECE0
(144,236,224)
#83D7CC
(131,215,204)
#76C2B8
(118,194,184)
#69ADA4
(105,173,164)
#5C9890
(92,152,144)
#4F837C
(79,131,124)
#426E68
(66,110,104)
#355954
(53,89,84)
#284440
(40,68,64)
#1B2F2C
(27,47,44)
#0E1A18
(14,26,24)
#000000
(0,0,0)

Tints of #90ECE0

#90ECE0
(144,236,224)
#9AEDE2
(154,237,226)
#A4EEE4
(164,238,228)
#AEEFE6
(174,239,230)
#B8F0E8
(184,240,232)
#C2F1EA
(194,241,234)
#CCF2EC
(204,242,236)
#D6F3EE
(214,243,238)
#E0F4F0
(224,244,240)
#EAF5F2
(234,245,242)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ECE0 color. Also use rgb(144,236,224) instead hex code.

Text Font Color

.myTextColor { color: #90ECE0; }

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

This text font color is #90ECE0.

Background Color

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

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

This div background color is #90ECE0.

Border color

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

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

This div border color is #90ECE0.

Opacity

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

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

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

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

This text has shadow with #90ECE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90ECE0.

Preview

Color preview on black background

This text has color #90ECE0 on black background.


Color preview on white background

This text has color #90ECE0 on white background.


Black color preview on #90ECE0 background

This text has black color on #90ECE0 background.


White color preview on #90ECE0 background

This text has white color on #90ECE0 background.


Related colors

Complementary color

Complementary color for #hex is #6F131F.


I love getcolorcode.com

Triadic colors

1 #E090EC and #ECE090 with #90ECE0 are triadic colors.

2 #E0EC90 and #EC90E0 with #90ECE0 are triadic colors.