COLOR #90B496

HEX: #90B496
RGB: (144,180,150)

Color info

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

RGB color model

#90B496 color RGB value is (144,180,150).

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

RGB channels and saturation

R 144 of 255 = 56%
G 180 of 255 = 71%
B 150 of 255 = 59%

144
180
150

R + G + B ~ 62%. #90B496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 180 + 150 = 474 (100%)
R 144 of 474 ~ 30.38%
G 180 of 474 ~ 37.97%
B 150 of 474 ~ 31.65%

%30.38
%37.97
%31.65

CMYK color model

#90B496 color CMYK value is (20,0,17,29).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(20,0,17,29)
C20M0Y17K29 
(20%,0%,17%,29%)
(0.20/0.00/0.17/0.29)	

CMYK percentages

%20
%0
%16.67
%29.41

Codes

Color #90B496 in popluar color models

90B496
RGB144180150
HSL130°19.35%63.53%
HSB/HSV130°20.00%70.59%
CMYK20.00%0.00%16.67%
29.41%

Color #90B496 in popluar number systems.

HEX90B496
Decimal144180150
Binary100100001011010010010110
Octal220264226

Shades and tints

Shades of #90B496

#90B496
(144,180,150)
#83A489
(131,164,137)
#76947C
(118,148,124)
#69846F
(105,132,111)
#5C7462
(92,116,98)
#4F6455
(79,100,85)
#425448
(66,84,72)
#35443B
(53,68,59)
#28342E
(40,52,46)
#1B2421
(27,36,33)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #90B496

#90B496
(144,180,150)
#9ABA9F
(154,186,159)
#A4C0A8
(164,192,168)
#AEC6B1
(174,198,177)
#B8CCBA
(184,204,186)
#C2D2C3
(194,210,195)
#CCD8CC
(204,216,204)
#D6DED5
(214,222,213)
#E0E4DE
(224,228,222)
#EAEAE7
(234,234,231)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B496; }

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

This text font color is #90B496.


Background Color

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

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

This div background color is #90B496.


Border color

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

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

This div border color is #90B496.


Opacity

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

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

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

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

This text has shadow with #90B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B496 on black background.


Color preview on white background

This text has color #90B496 on white background.



Black color preview on #90B496 background

This text has black color on #90B496 background.


White color preview on #90B496 background

This text has white color on #90B496 background.