COLOR #90B88A

HEX: #90B88A
RGB: (144,184,138)

Color info

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

RGB color model

#90B88A color RGB value is (144,184,138).

  • red value is 144;
  • green value is 184;
  • blue value is 138.
RGB:
(144,184,138)
(56%,72%,54%)

RGB channels and saturation

R 144 of 255 = 56%
G 184 of 255 = 72%
B 138 of 255 = 54%

144
184
138

R + G + B ~ 61%. #90B88A is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 184 + 138 = 466 (100%)
R 144 of 466 ~ 30.9%
G 184 of 466 ~ 39.48%
B 138 of 466 ~ 29.61%

%30.9
%39.48
%29.61

CMYK color model

#90B88A color CMYK value is (22,0,25,28).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 27.84%
CMYK:
(22,0,25,28)
C22M0Y25K28 
(22%,0%,25%,28%)
(0.22/0.00/0.25/0.28)	

CMYK percentages

%21.74
%0
%25
%27.84

Codes

Color #90B88A in popluar color models

90B88A
RGB144184138
HSL112°24.47%63.14%
HSB/HSV112°25.00%72.16%
CMYK21.74%0.00%25.00%
27.84%

Color #90B88A in popluar number systems.

HEX90B88A
Decimal144184138
Binary100100001011100010001010
Octal220270212

Shades and tints

Shades of #90B88A

#90B88A
(144,184,138)
#83A87E
(131,168,126)
#769872
(118,152,114)
#698866
(105,136,102)
#5C785A
(92,120,90)
#4F684E
(79,104,78)
#425842
(66,88,66)
#354836
(53,72,54)
#28382A
(40,56,42)
#1B281E
(27,40,30)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #90B88A

#90B88A
(144,184,138)
#9ABE94
(154,190,148)
#A4C49E
(164,196,158)
#AECAA8
(174,202,168)
#B8D0B2
(184,208,178)
#C2D6BC
(194,214,188)
#CCDCC6
(204,220,198)
#D6E2D0
(214,226,208)
#E0E8DA
(224,232,218)
#EAEEE4
(234,238,228)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B88A; }

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

This text font color is #90B88A.


Background Color

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

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

This div background color is #90B88A.


Border color

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

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

This div border color is #90B88A.


Opacity

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

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

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

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

This text has shadow with #90B88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B88A on black background.


Color preview on white background

This text has color #90B88A on white background.



Black color preview on #90B88A background

This text has black color on #90B88A background.


White color preview on #90B88A background

This text has white color on #90B88A background.