COLOR #90AD85

HEX: #90AD85
RGB: (144,173,133)

Color info

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

RGB color model

#90AD85 color RGB value is (144,173,133).

  • red value is 144;
  • green value is 173;
  • blue value is 133.
RGB:
(144,173,133)
(56%,68%,52%)

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 133 of 255 = 52%

144
173
133

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

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 133 = 450 (100%)
R 144 of 450 ~ 32%
G 173 of 450 ~ 38.44%
B 133 of 450 ~ 29.56%

%32
%38.44
%29.56

CMYK color model

#90AD85 color CMYK value is (17,0,23,32).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 23.12%
  • key color value is 32.16%
CMYK:
(17,0,23,32)
C17M0Y23K32 
(17%,0%,23%,32%)
(0.17/0.00/0.23/0.32)	

CMYK percentages

%16.76
%0
%23.12
%32.16

Codes

Color #90AD85 in popluar color models

90AD85
RGB144173133
HSL104°19.61%60.00%
HSB/HSV104°23.12%67.84%
CMYK16.76%0.00%23.12%
32.16%

Color #90AD85 in popluar number systems.

HEX90AD85
Decimal144173133
Binary100100001010110110000101
Octal220255205

Shades and tints

Shades of #90AD85

#90AD85
(144,173,133)
#839E79
(131,158,121)
#768F6D
(118,143,109)
#698061
(105,128,97)
#5C7155
(92,113,85)
#4F6249
(79,98,73)
#42533D
(66,83,61)
#354431
(53,68,49)
#283525
(40,53,37)
#1B2619
(27,38,25)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #90AD85

#90AD85
(144,173,133)
#9AB490
(154,180,144)
#A4BB9B
(164,187,155)
#AEC2A6
(174,194,166)
#B8C9B1
(184,201,177)
#C2D0BC
(194,208,188)
#CCD7C7
(204,215,199)
#D6DED2
(214,222,210)
#E0E5DD
(224,229,221)
#EAECE8
(234,236,232)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AD85; }

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

This text font color is #90AD85.


Background Color

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

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

This div background color is #90AD85.


Border color

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

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

This div border color is #90AD85.


Opacity

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

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

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

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

This text has shadow with #90AD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AD85 on black background.


Color preview on white background

This text has color #90AD85 on white background.



Black color preview on #90AD85 background

This text has black color on #90AD85 background.


White color preview on #90AD85 background

This text has white color on #90AD85 background.