COLOR #90E1C9

HEX: #90E1C9 RGB: (144,225,201)

Color info

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

RGB color model

#90E1C9 color RGB value is (144,225,201).

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

RGB channels and saturation

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

144
225
201

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

Portions of RGB colors in percentages

R + G + B = 144 + 225 + 201 = 570 (100%)
R 144 of 570 ~ 25.26%
G 225 of 570 ~ 39.47%
B 201 of 570 ~ 35.26'%

%25.26
%39.47
%35.26

CMYK color model

#90E1C9 color CMYK value is (36,0,11,12).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 11.76%

CMYK: (36,0,11,12)
C36M0Y11K12 (36%, 0%, 11%, 12%)
(0.36 / 0.00 / 0.11 / 0.12)

CMYK percentages

%36
%0
%10.67
%11.76

Codes

Color #90E1C9 in popluar color models

90 E1 C9
RGB 144 225 201
HSL 162° 57.45% 72.35%
HSB/HSV 162° 36.00% 88.24%
CMYK 36.00% 0.00% 10.67%
11.76%

Color #90E1C9 in popluar number systems.

HEX 90 E1 C9
Decimal 144 225 201
Binary 10010000 11100001 11001001
Octal 220 341 311

Shades and tints

Shades of #90E1C9

#90E1C9
(144,225,201)
#83CDB7
(131,205,183)
#76B9A5
(118,185,165)
#69A593
(105,165,147)
#5C9181
(92,145,129)
#4F7D6F
(79,125,111)
#42695D
(66,105,93)
#35554B
(53,85,75)
#284139
(40,65,57)
#1B2D27
(27,45,39)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #90E1C9

#90E1C9
(144,225,201)
#9AE3CD
(154,227,205)
#A4E5D1
(164,229,209)
#AEE7D5
(174,231,213)
#B8E9D9
(184,233,217)
#C2EBDD
(194,235,221)
#CCEDE1
(204,237,225)
#D6EFE5
(214,239,229)
#E0F1E9
(224,241,233)
#EAF3ED
(234,243,237)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90E1C9; }

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

This text font color is #90E1C9.

Background Color

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

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

This div background color is #90E1C9.

Border color

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

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

This div border color is #90E1C9.

Opacity

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

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

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

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

This text has shadow with #90E1C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90E1C9.

Preview

Color preview on black background

This text has color #90E1C9 on black background.


Color preview on white background

This text has color #90E1C9 on white background.


Black color preview on #90E1C9 background

This text has black color on #90E1C9 background.


White color preview on #90E1C9 background

This text has white color on #90E1C9 background.


Related colors

Complementary color

Complementary color for #hex is #6F1E36.


I love getcolorcode.com

Triadic colors

1 #C990E1 and #E1C990 with #90E1C9 are triadic colors.

2 #C9E190 and #E190C9 with #90E1C9 are triadic colors.