COLOR #90D7B4

HEX: #90D7B4
RGB: (144,215,180)

Color info

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

RGB color model

#90D7B4 color RGB value is (144,215,180).

  • red value is 144;
  • green value is 215;
  • blue value is 180.
RGB:
(144,215,180)
(56%,84%,71%)

RGB channels and saturation

R 144 of 255 = 56%
G 215 of 255 = 84%
B 180 of 255 = 71%

144
215
180

R + G + B ~ 70%. #90D7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 215 + 180 = 539 (100%)
R 144 of 539 ~ 26.72%
G 215 of 539 ~ 39.89%
B 180 of 539 ~ 33.4%

%26.72
%39.89
%33.4

CMYK color model

#90D7B4 color CMYK value is (33,0,16,16).

  • cyan value is 33.02%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 15.69%
CMYK:
(33,0,16,16)
C33M0Y16K16 
(33%,0%,16%,16%)
(0.33/0.00/0.16/0.16)	

CMYK percentages

%33.02
%0
%16.28
%15.69

Codes

Color #90D7B4 in popluar color models

90D7B4
RGB144215180
HSL150°47.02%70.39%
HSB/HSV150°33.02%84.31%
CMYK33.02%0.00%16.28%
15.69%

Color #90D7B4 in popluar number systems.

HEX90D7B4
Decimal144215180
Binary100100001101011110110100
Octal220327264

Shades and tints

Shades of #90D7B4

#90D7B4
(144,215,180)
#83C4A4
(131,196,164)
#76B194
(118,177,148)
#699E84
(105,158,132)
#5C8B74
(92,139,116)
#4F7864
(79,120,100)
#426554
(66,101,84)
#355244
(53,82,68)
#283F34
(40,63,52)
#1B2C24
(27,44,36)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #90D7B4

#90D7B4
(144,215,180)
#9ADABA
(154,218,186)
#A4DDC0
(164,221,192)
#AEE0C6
(174,224,198)
#B8E3CC
(184,227,204)
#C2E6D2
(194,230,210)
#CCE9D8
(204,233,216)
#D6ECDE
(214,236,222)
#E0EFE4
(224,239,228)
#EAF2EA
(234,242,234)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D7B4 color. Also use rgb(144,215,180) instead hex code.

Text Font Color

.myTextColor { color: #90D7B4; }

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

This text font color is #90D7B4.


Background Color

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

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

This div background color is #90D7B4.


Border color

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

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

This div border color is #90D7B4.


Opacity

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

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

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

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

This text has shadow with #90D7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D7B4 on black background.


Color preview on white background

This text has color #90D7B4 on white background.



Black color preview on #90D7B4 background

This text has black color on #90D7B4 background.


White color preview on #90D7B4 background

This text has white color on #90D7B4 background.