COLOR #90AB94

HEX: #90AB94
RGB: (144,171,148)

Color info

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

RGB color model

#90AB94 color RGB value is (144,171,148).

  • red value is 144;
  • green value is 171;
  • blue value is 148.
RGB:
(144,171,148)
(56%,67%,58%)

RGB channels and saturation

R 144 of 255 = 56%
G 171 of 255 = 67%
B 148 of 255 = 58%

144
171
148

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

Portions of RGB colors in percentages

R + G + B =
144 + 171 + 148 = 463 (100%)
R 144 of 463 ~ 31.1%
G 171 of 463 ~ 36.93%
B 148 of 463 ~ 31.97%

%31.1
%36.93
%31.97

CMYK color model

#90AB94 color CMYK value is (16,0,13,33).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK:
(16,0,13,33)
C16M0Y13K33 
(16%,0%,13%,33%)
(0.16/0.00/0.13/0.33)	

CMYK percentages

%15.79
%0
%13.45
%32.94

Codes

Color #90AB94 in popluar color models

90AB94
RGB144171148
HSL129°13.85%61.76%
HSB/HSV129°15.79%67.06%
CMYK15.79%0.00%13.45%
32.94%

Color #90AB94 in popluar number systems.

HEX90AB94
Decimal144171148
Binary100100001010101110010100
Octal220253224

Shades and tints

Shades of #90AB94

#90AB94
(144,171,148)
#839C87
(131,156,135)
#768D7A
(118,141,122)
#697E6D
(105,126,109)
#5C6F60
(92,111,96)
#4F6053
(79,96,83)
#425146
(66,81,70)
#354239
(53,66,57)
#28332C
(40,51,44)
#1B241F
(27,36,31)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #90AB94

#90AB94
(144,171,148)
#9AB29D
(154,178,157)
#A4B9A6
(164,185,166)
#AEC0AF
(174,192,175)
#B8C7B8
(184,199,184)
#C2CEC1
(194,206,193)
#CCD5CA
(204,213,202)
#D6DCD3
(214,220,211)
#E0E3DC
(224,227,220)
#EAEAE5
(234,234,229)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AB94; }

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

This text font color is #90AB94.


Background Color

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

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

This div background color is #90AB94.


Border color

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

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

This div border color is #90AB94.


Opacity

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

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

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

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

This text has shadow with #90AB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AB94 on black background.


Color preview on white background

This text has color #90AB94 on white background.



Black color preview on #90AB94 background

This text has black color on #90AB94 background.


White color preview on #90AB94 background

This text has white color on #90AB94 background.