COLOR #90B089

HEX: #90B089 RGB: (144,176,137)

Color info

#90B089 contains red, green and blue colors in about the same proportion. Web safe color of #90B089 is #999999 (or #999).

RGB color model

#90B089 color RGB value is (144,176,137).

RGB: (144,176,137) (56%, 69%, 54%)

RGB channels and saturation

R 144 of 255 = 56%
G 176 of 255 = 69%
B 137 of 255 = 54%

144
176
137

R + G + B ~ 60%. #90B089 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 176 + 137 = 457 (100%)
R 144 of 457 ~ 31.51%
G 176 of 457 ~ 38.51%
B 137 of 457 ~ 29.98'%

%31.51
%38.51
%29.98

CMYK color model

#90B089 color CMYK value is (18,0,22,31).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 30.98%

CMYK: (18,0,22,31)
C18M0Y22K31 (18%, 0%, 22%, 31%)
(0.18 / 0.00 / 0.22 / 0.31)

CMYK percentages

%18.18
%0
%22.16
%30.98

Codes

Color #90B089 in popluar color models

90 B0 89
RGB 144 176 137
HSL 109° 19.80% 61.37%
HSB/HSV 109° 22.16% 69.02%
CMYK 18.18% 0.00% 22.16%
30.98%

Color #90B089 in popluar number systems.

HEX 90 B0 89
Decimal 144 176 137
Binary 10010000 10110000 10001001
Octal 220 260 211

Shades and tints

Shades of #90B089

#90B089
(144,176,137)
#83A07D
(131,160,125)
#769071
(118,144,113)
#698065
(105,128,101)
#5C7059
(92,112,89)
#4F604D
(79,96,77)
#425041
(66,80,65)
#354035
(53,64,53)
#283029
(40,48,41)
#1B201D
(27,32,29)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #90B089

#90B089
(144,176,137)
#9AB793
(154,183,147)
#A4BE9D
(164,190,157)
#AEC5A7
(174,197,167)
#B8CCB1
(184,204,177)
#C2D3BB
(194,211,187)
#CCDAC5
(204,218,197)
#D6E1CF
(214,225,207)
#E0E8D9
(224,232,217)
#EAEFE3
(234,239,227)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B089; }

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

This text font color is #90B089.

Background Color

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

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

This div background color is #90B089.

Border color

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

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

This div border color is #90B089.

Opacity

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

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

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

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

This text has shadow with #90B089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B089.

Preview

Color preview on black background

This text has color #90B089 on black background.


Color preview on white background

This text has color #90B089 on white background.


Black color preview on #90B089 background

This text has black color on #90B089 background.


White color preview on #90B089 background

This text has white color on #90B089 background.


Related colors

Complementary color

Complementary color for #hex is #6F4F76.


I love getcolorcode.com

Triadic colors

1 #8990B0 and #B08990 with #90B089 are triadic colors.

2 #89B090 and #B09089 with #90B089 are triadic colors.