COLOR #90E0C9

HEX: #90E0C9 RGB: (144,224,201)

Color info

#90E0C9 contains mainly green and blue colors. Web safe color of #90E0C9 is #99CCCC (or #9CC).

RGB color model

#90E0C9 color RGB value is (144,224,201).

RGB: (144,224,201) (56%, 88%, 79%)

RGB channels and saturation

R 144 of 255 = 56%
G 224 of 255 = 88%
B 201 of 255 = 79%

144
224
201

R + G + B ~ 74%. #90E0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 224 + 201 = 569 (100%)
R 144 of 569 ~ 25.31%
G 224 of 569 ~ 39.37%
B 201 of 569 ~ 35.33'%

%25.31
%39.37
%35.33

CMYK color model

#90E0C9 color CMYK value is (36,0,10,12).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 10.27%
  • key color value is 12.16%

CMYK: (36,0,10,12)
C36M0Y10K12 (36%, 0%, 10%, 12%)
(0.36 / 0.00 / 0.10 / 0.12)

CMYK percentages

%35.71
%0
%10.27
%12.16

Codes

Color #90E0C9 in popluar color models

90 E0 C9
RGB 144 224 201
HSL 163° 56.34% 72.16%
HSB/HSV 163° 35.71% 87.84%
CMYK 35.71% 0.00% 10.27%
12.16%

Color #90E0C9 in popluar number systems.

HEX 90 E0 C9
Decimal 144 224 201
Binary 10010000 11100000 11001001
Octal 220 340 311

Shades and tints

Shades of #90E0C9

#90E0C9
(144,224,201)
#83CCB7
(131,204,183)
#76B8A5
(118,184,165)
#69A493
(105,164,147)
#5C9081
(92,144,129)
#4F7C6F
(79,124,111)
#42685D
(66,104,93)
#35544B
(53,84,75)
#284039
(40,64,57)
#1B2C27
(27,44,39)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #90E0C9

#90E0C9
(144,224,201)
#9AE2CD
(154,226,205)
#A4E4D1
(164,228,209)
#AEE6D5
(174,230,213)
#B8E8D9
(184,232,217)
#C2EADD
(194,234,221)
#CCECE1
(204,236,225)
#D6EEE5
(214,238,229)
#E0F0E9
(224,240,233)
#EAF2ED
(234,242,237)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90E0C9; }

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

This text font color is #90E0C9.

Background Color

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

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

This div background color is #90E0C9.

Border color

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

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

This div border color is #90E0C9.

Opacity

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

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

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

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

This text has shadow with #90E0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90E0C9.

Preview

Color preview on black background

This text has color #90E0C9 on black background.


Color preview on white background

This text has color #90E0C9 on white background.


Black color preview on #90E0C9 background

This text has black color on #90E0C9 background.


White color preview on #90E0C9 background

This text has white color on #90E0C9 background.


Related colors

Complementary color

Complementary color for #hex is #6F1F36.


I love getcolorcode.com

Triadic colors

1 #C990E0 and #E0C990 with #90E0C9 are triadic colors.

2 #C9E090 and #E090C9 with #90E0C9 are triadic colors.