COLOR #90BA96

HEX: #90BA96
RGB: (144,186,150)

Color info

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

RGB color model

#90BA96 color RGB value is (144,186,150).

  • red value is 144;
  • green value is 186;
  • blue value is 150.
RGB:
(144,186,150)
(56%,73%,59%)

RGB channels and saturation

R 144 of 255 = 56%
G 186 of 255 = 73%
B 150 of 255 = 59%

144
186
150

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

Portions of RGB colors in percentages

R + G + B =
144 + 186 + 150 = 480 (100%)
R 144 of 480 ~ 30%
G 186 of 480 ~ 38.75%
B 150 of 480 ~ 31.25%

%30
%38.75
%31.25

CMYK color model

#90BA96 color CMYK value is (23,0,19,27).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(23,0,19,27)
C23M0Y19K27 
(23%,0%,19%,27%)
(0.23/0.00/0.19/0.27)	

CMYK percentages

%22.58
%0
%19.35
%27.06

Codes

Color #90BA96 in popluar color models

90BA96
RGB144186150
HSL129°23.33%64.71%
HSB/HSV129°22.58%72.94%
CMYK22.58%0.00%19.35%
27.06%

Color #90BA96 in popluar number systems.

HEX90BA96
Decimal144186150
Binary100100001011101010010110
Octal220272226

Shades and tints

Shades of #90BA96

#90BA96
(144,186,150)
#83AA89
(131,170,137)
#769A7C
(118,154,124)
#698A6F
(105,138,111)
#5C7A62
(92,122,98)
#4F6A55
(79,106,85)
#425A48
(66,90,72)
#354A3B
(53,74,59)
#283A2E
(40,58,46)
#1B2A21
(27,42,33)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #90BA96

#90BA96
(144,186,150)
#9AC09F
(154,192,159)
#A4C6A8
(164,198,168)
#AECCB1
(174,204,177)
#B8D2BA
(184,210,186)
#C2D8C3
(194,216,195)
#CCDECC
(204,222,204)
#D6E4D5
(214,228,213)
#E0EADE
(224,234,222)
#EAF0E7
(234,240,231)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BA96 color. Also use rgb(144,186,150) instead hex code.

Text Font Color

.myTextColor { color: #90BA96; }

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

This text font color is #90BA96.


Background Color

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

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

This div background color is #90BA96.


Border color

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

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

This div border color is #90BA96.


Opacity

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

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

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

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

This text has shadow with #90BA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BA96 on black background.


Color preview on white background

This text has color #90BA96 on white background.



Black color preview on #90BA96 background

This text has black color on #90BA96 background.


White color preview on #90BA96 background

This text has white color on #90BA96 background.