COLOR #90B990

HEX: #90B990
RGB: (144,185,144)

Color info

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

RGB color model

#90B990 color RGB value is (144,185,144).

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

RGB channels and saturation

R 144 of 255 = 56%
G 185 of 255 = 73%
B 144 of 255 = 56%

144
185
144

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

Portions of RGB colors in percentages

R + G + B =
144 + 185 + 144 = 473 (100%)
R 144 of 473 ~ 30.44%
G 185 of 473 ~ 39.11%
B 144 of 473 ~ 30.44%

%30.44
%39.11
%30.44

CMYK color model

#90B990 color CMYK value is (22,0,22,27).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 27.45%
CMYK:
(22,0,22,27)
C22M0Y22K27 
(22%,0%,22%,27%)
(0.22/0.00/0.22/0.27)	

CMYK percentages

%22.16
%0
%22.16
%27.45

Codes

Color #90B990 in popluar color models

90B990
RGB144185144
HSL120°22.65%64.51%
HSB/HSV120°22.16%72.55%
CMYK22.16%0.00%22.16%
27.45%

Color #90B990 in popluar number systems.

HEX90B990
Decimal144185144
Binary100100001011100110010000
Octal220271220

Shades and tints

Shades of #90B990

#90B990
(144,185,144)
#83A983
(131,169,131)
#769976
(118,153,118)
#698969
(105,137,105)
#5C795C
(92,121,92)
#4F694F
(79,105,79)
#425942
(66,89,66)
#354935
(53,73,53)
#283928
(40,57,40)
#1B291B
(27,41,27)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #90B990

#90B990
(144,185,144)
#9ABF9A
(154,191,154)
#A4C5A4
(164,197,164)
#AECBAE
(174,203,174)
#B8D1B8
(184,209,184)
#C2D7C2
(194,215,194)
#CCDDCC
(204,221,204)
#D6E3D6
(214,227,214)
#E0E9E0
(224,233,224)
#EAEFEA
(234,239,234)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B990; }

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

This text font color is #90B990.


Background Color

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

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

This div background color is #90B990.


Border color

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

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

This div border color is #90B990.


Opacity

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

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

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

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

This text has shadow with #90B990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B990 on black background.


Color preview on white background

This text has color #90B990 on white background.



Black color preview on #90B990 background

This text has black color on #90B990 background.


White color preview on #90B990 background

This text has white color on #90B990 background.