COLOR #90ECD7

HEX: #90ECD7 RGB: (144,236,215)

Color info

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

RGB color model

#90ECD7 color RGB value is (144,236,215).

RGB: (144,236,215) (56%, 93%, 84%)

RGB channels and saturation

R 144 of 255 = 56%
G 236 of 255 = 93%
B 215 of 255 = 84%

144
236
215

R + G + B ~ 78%. #90ECD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 236 + 215 = 595 (100%)
R 144 of 595 ~ 24.2%
G 236 of 595 ~ 39.66%
B 215 of 595 ~ 36.13'%

%24.2
%39.66
%36.13

CMYK color model

#90ECD7 color CMYK value is (39,0,9,7).

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

CMYK: (39,0,9,7)
C39M0Y9K7 (39%, 0%, 9%, 7%)
(0.39 / 0.00 / 0.09 / 0.07)

CMYK percentages

%38.98
%0
%8.9
%7.45

Codes

Color #90ECD7 in popluar color models

90 EC D7
RGB 144 236 215
HSL 166° 70.77% 74.51%
HSB/HSV 166° 38.98% 92.55%
CMYK 38.98% 0.00% 8.90%
7.45%

Color #90ECD7 in popluar number systems.

HEX 90 EC D7
Decimal 144 236 215
Binary 10010000 11101100 11010111
Octal 220 354 327

Shades and tints

Shades of #90ECD7

#90ECD7
(144,236,215)
#83D7C4
(131,215,196)
#76C2B1
(118,194,177)
#69AD9E
(105,173,158)
#5C988B
(92,152,139)
#4F8378
(79,131,120)
#426E65
(66,110,101)
#355952
(53,89,82)
#28443F
(40,68,63)
#1B2F2C
(27,47,44)
#0E1A19
(14,26,25)
#000000
(0,0,0)

Tints of #90ECD7

#90ECD7
(144,236,215)
#9AEDDA
(154,237,218)
#A4EEDD
(164,238,221)
#AEEFE0
(174,239,224)
#B8F0E3
(184,240,227)
#C2F1E6
(194,241,230)
#CCF2E9
(204,242,233)
#D6F3EC
(214,243,236)
#E0F4EF
(224,244,239)
#EAF5F2
(234,245,242)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ECD7; }

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

This text font color is #90ECD7.

Background Color

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

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

This div background color is #90ECD7.

Border color

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

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

This div border color is #90ECD7.

Opacity

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

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

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

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

This text has shadow with #90ECD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90ECD7.

Preview

Color preview on black background

This text has color #90ECD7 on black background.


Color preview on white background

This text has color #90ECD7 on white background.


Black color preview on #90ECD7 background

This text has black color on #90ECD7 background.


White color preview on #90ECD7 background

This text has white color on #90ECD7 background.


Related colors

Complementary color

Complementary color for #hex is #6F1328.


I love getcolorcode.com

Triadic colors

1 #D790EC and #ECD790 with #90ECD7 are triadic colors.

2 #D7EC90 and #EC90D7 with #90ECD7 are triadic colors.