COLOR #90DEB2

HEX: #90DEB2
RGB: (144,222,178)

Color info

#90DEB2 contains mainly green and blue colors. Web safe color of #90DEB2 is #99CC99 (or #9C9).

RGB color model

#90DEB2 color RGB value is (144,222,178).

  • red value is 144;
  • green value is 222;
  • blue value is 178.
RGB:
(144,222,178)
(56%,87%,70%)

RGB channels and saturation

R 144 of 255 = 56%
G 222 of 255 = 87%
B 178 of 255 = 70%

144
222
178

R + G + B ~ 71%. #90DEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 222 + 178 = 544 (100%)
R 144 of 544 ~ 26.47%
G 222 of 544 ~ 40.81%
B 178 of 544 ~ 32.72%

%26.47
%40.81
%32.72

CMYK color model

#90DEB2 color CMYK value is (35,0,20,13).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(35,0,20,13)
C35M0Y20K13 
(35%,0%,20%,13%)
(0.35/0.00/0.20/0.13)	

CMYK percentages

%35.14
%0
%19.82
%12.94

Codes

Color #90DEB2 in popluar color models

90DEB2
RGB144222178
HSL146°54.17%71.76%
HSB/HSV146°35.14%87.06%
CMYK35.14%0.00%19.82%
12.94%

Color #90DEB2 in popluar number systems.

HEX90DEB2
Decimal144222178
Binary100100001101111010110010
Octal220336262

Shades and tints

Shades of #90DEB2

#90DEB2
(144,222,178)
#83CAA2
(131,202,162)
#76B692
(118,182,146)
#69A282
(105,162,130)
#5C8E72
(92,142,114)
#4F7A62
(79,122,98)
#426652
(66,102,82)
#355242
(53,82,66)
#283E32
(40,62,50)
#1B2A22
(27,42,34)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #90DEB2

#90DEB2
(144,222,178)
#9AE1B9
(154,225,185)
#A4E4C0
(164,228,192)
#AEE7C7
(174,231,199)
#B8EACE
(184,234,206)
#C2EDD5
(194,237,213)
#CCF0DC
(204,240,220)
#D6F3E3
(214,243,227)
#E0F6EA
(224,246,234)
#EAF9F1
(234,249,241)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DEB2 color. Also use rgb(144,222,178) instead hex code.

Text Font Color

.myTextColor { color: #90DEB2; }

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

This text font color is #90DEB2.


Background Color

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

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

This div background color is #90DEB2.


Border color

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

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

This div border color is #90DEB2.


Opacity

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

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

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

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

This text has shadow with #90DEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DEB2 on black background.


Color preview on white background

This text has color #90DEB2 on white background.



Black color preview on #90DEB2 background

This text has black color on #90DEB2 background.


White color preview on #90DEB2 background

This text has white color on #90DEB2 background.