COLOR #90E4BC

HEX: #90E4BC
RGB: (144,228,188)

Color info

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

RGB color model

#90E4BC color RGB value is (144,228,188).

  • red value is 144;
  • green value is 228;
  • blue value is 188.
RGB:
(144,228,188)
(56%,89%,74%)

RGB channels and saturation

R 144 of 255 = 56%
G 228 of 255 = 89%
B 188 of 255 = 74%

144
228
188

R + G + B ~ 73%. #90E4BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 228 + 188 = 560 (100%)
R 144 of 560 ~ 25.71%
G 228 of 560 ~ 40.71%
B 188 of 560 ~ 33.57%

%25.71
%40.71
%33.57

CMYK color model

#90E4BC color CMYK value is (37,0,18,11).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 10.59%
CMYK:
(37,0,18,11)
C37M0Y18K11 
(37%,0%,18%,11%)
(0.37/0.00/0.18/0.11)	

CMYK percentages

%36.84
%0
%17.54
%10.59

Codes

Color #90E4BC in popluar color models

90E4BC
RGB144228188
HSL151°60.87%72.94%
HSB/HSV151°36.84%89.41%
CMYK36.84%0.00%17.54%
10.59%

Color #90E4BC in popluar number systems.

HEX90E4BC
Decimal144228188
Binary100100001110010010111100
Octal220344274

Shades and tints

Shades of #90E4BC

#90E4BC
(144,228,188)
#83D0AB
(131,208,171)
#76BC9A
(118,188,154)
#69A889
(105,168,137)
#5C9478
(92,148,120)
#4F8067
(79,128,103)
#426C56
(66,108,86)
#355845
(53,88,69)
#284434
(40,68,52)
#1B3023
(27,48,35)
#0E1C12
(14,28,18)
#000000
(0,0,0)

Tints of #90E4BC

#90E4BC
(144,228,188)
#9AE6C2
(154,230,194)
#A4E8C8
(164,232,200)
#AEEACE
(174,234,206)
#B8ECD4
(184,236,212)
#C2EEDA
(194,238,218)
#CCF0E0
(204,240,224)
#D6F2E6
(214,242,230)
#E0F4EC
(224,244,236)
#EAF6F2
(234,246,242)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E4BC color. Also use rgb(144,228,188) instead hex code.

Text Font Color

.myTextColor { color: #90E4BC; }

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

This text font color is #90E4BC.


Background Color

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

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

This div background color is #90E4BC.


Border color

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

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

This div border color is #90E4BC.


Opacity

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

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

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

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

This text has shadow with #90E4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90E4BC on black background.


Color preview on white background

This text has color #90E4BC on white background.



Black color preview on #90E4BC background

This text has black color on #90E4BC background.


White color preview on #90E4BC background

This text has white color on #90E4BC background.