COLOR #90DFB6

HEX: #90DFB6
RGB: (144,223,182)

Color info

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

RGB color model

#90DFB6 color RGB value is (144,223,182).

  • red value is 144;
  • green value is 223;
  • blue value is 182.
RGB:
(144,223,182)
(56%,87%,71%)

RGB channels and saturation

R 144 of 255 = 56%
G 223 of 255 = 87%
B 182 of 255 = 71%

144
223
182

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

Portions of RGB colors in percentages

R + G + B =
144 + 223 + 182 = 549 (100%)
R 144 of 549 ~ 26.23%
G 223 of 549 ~ 40.62%
B 182 of 549 ~ 33.15%

%26.23
%40.62
%33.15

CMYK color model

#90DFB6 color CMYK value is (35,0,18,13).

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 12.55%
CMYK:
(35,0,18,13)
C35M0Y18K13 
(35%,0%,18%,13%)
(0.35/0.00/0.18/0.13)	

CMYK percentages

%35.43
%0
%18.39
%12.55

Codes

Color #90DFB6 in popluar color models

90DFB6
RGB144223182
HSL149°55.24%71.96%
HSB/HSV149°35.43%87.45%
CMYK35.43%0.00%18.39%
12.55%

Color #90DFB6 in popluar number systems.

HEX90DFB6
Decimal144223182
Binary100100001101111110110110
Octal220337266

Shades and tints

Shades of #90DFB6

#90DFB6
(144,223,182)
#83CBA6
(131,203,166)
#76B796
(118,183,150)
#69A386
(105,163,134)
#5C8F76
(92,143,118)
#4F7B66
(79,123,102)
#426756
(66,103,86)
#355346
(53,83,70)
#283F36
(40,63,54)
#1B2B26
(27,43,38)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #90DFB6

#90DFB6
(144,223,182)
#9AE1BC
(154,225,188)
#A4E3C2
(164,227,194)
#AEE5C8
(174,229,200)
#B8E7CE
(184,231,206)
#C2E9D4
(194,233,212)
#CCEBDA
(204,235,218)
#D6EDE0
(214,237,224)
#E0EFE6
(224,239,230)
#EAF1EC
(234,241,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DFB6 color. Also use rgb(144,223,182) instead hex code.

Text Font Color

.myTextColor { color: #90DFB6; }

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

This text font color is #90DFB6.


Background Color

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

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

This div background color is #90DFB6.


Border color

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

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

This div border color is #90DFB6.


Opacity

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

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

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

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

This text has shadow with #90DFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DFB6 on black background.


Color preview on white background

This text has color #90DFB6 on white background.



Black color preview on #90DFB6 background

This text has black color on #90DFB6 background.


White color preview on #90DFB6 background

This text has white color on #90DFB6 background.