COLOR #90B59F

HEX: #90B59F
RGB: (144,181,159)

Color info

#90B59F contains red, green and blue colors in about the same proportion. Web safe color of #90B59F is #99CC99 (or #9C9).

RGB color model

#90B59F color RGB value is (144,181,159).

  • red value is 144;
  • green value is 181;
  • blue value is 159.
RGB:
(144,181,159)
(56%,71%,62%)

RGB channels and saturation

R 144 of 255 = 56%
G 181 of 255 = 71%
B 159 of 255 = 62%

144
181
159

R + G + B ~ 63%. #90B59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 181 + 159 = 484 (100%)
R 144 of 484 ~ 29.75%
G 181 of 484 ~ 37.4%
B 159 of 484 ~ 32.85%

%29.75
%37.4
%32.85

CMYK color model

#90B59F color CMYK value is (20,0,12,29).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK:
(20,0,12,29)
C20M0Y12K29 
(20%,0%,12%,29%)
(0.20/0.00/0.12/0.29)	

CMYK percentages

%20.44
%0
%12.15
%29.02

Codes

Color #90B59F in popluar color models

90B59F
RGB144181159
HSL144°20.00%63.73%
HSB/HSV144°20.44%70.98%
CMYK20.44%0.00%12.15%
29.02%

Color #90B59F in popluar number systems.

HEX90B59F
Decimal144181159
Binary100100001011010110011111
Octal220265237

Shades and tints

Shades of #90B59F

#90B59F
(144,181,159)
#83A591
(131,165,145)
#769583
(118,149,131)
#698575
(105,133,117)
#5C7567
(92,117,103)
#4F6559
(79,101,89)
#42554B
(66,85,75)
#35453D
(53,69,61)
#28352F
(40,53,47)
#1B2521
(27,37,33)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #90B59F

#90B59F
(144,181,159)
#9ABBA7
(154,187,167)
#A4C1AF
(164,193,175)
#AEC7B7
(174,199,183)
#B8CDBF
(184,205,191)
#C2D3C7
(194,211,199)
#CCD9CF
(204,217,207)
#D6DFD7
(214,223,215)
#E0E5DF
(224,229,223)
#EAEBE7
(234,235,231)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B59F color. Also use rgb(144,181,159) instead hex code.

Text Font Color

.myTextColor { color: #90B59F; }

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

This text font color is #90B59F.


Background Color

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

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

This div background color is #90B59F.


Border color

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

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

This div border color is #90B59F.


Opacity

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

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

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

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

This text has shadow with #90B59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B59F on black background.


Color preview on white background

This text has color #90B59F on white background.



Black color preview on #90B59F background

This text has black color on #90B59F background.


White color preview on #90B59F background

This text has white color on #90B59F background.