COLOR #90AB8F

HEX: #90AB8F RGB: (144,171,143)

Color info

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

RGB color model

#90AB8F color RGB value is (144,171,143).

RGB: (144,171,143) (56%, 67%, 56%)

RGB channels and saturation

R 144 of 255 = 56%
G 171 of 255 = 67%
B 143 of 255 = 56%

144
171
143

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

Portions of RGB colors in percentages

R + G + B = 144 + 171 + 143 = 458 (100%)
R 144 of 458 ~ 31.44%
G 171 of 458 ~ 37.34%
B 143 of 458 ~ 31.22'%

%31.44
%37.34
%31.22

CMYK color model

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

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK: (16,0,16,33) C16M0Y16K33 (16%,0%,16%,33%) (0.16/0.00/0.16/0.33) 

CMYK percentages

%15.79
%0
%16.37
%32.94

Codes

Color #90AB8F in popluar color models

90 AB 8F
RGB 144 171 143
HSL 118° 14.29% 61.57%
HSB/HSV 118° 16.37% 67.06%
CMYK 15.79% 0.00% 16.37%
32.94%

Color #90AB8F in popluar number systems.

HEX 90 AB 8F
Decimal 144 171 143
Binary 10010000 10101011 10001111
Octal 220 253 217

Shades and tints

Shades of #90AB8F

#90AB8F
(144,171,143)
#839C82
(131,156,130)
#768D75
(118,141,117)
#697E68
(105,126,104)
#5C6F5B
(92,111,91)
#4F604E
(79,96,78)
#425141
(66,81,65)
#354234
(53,66,52)
#283327
(40,51,39)
#1B241A
(27,36,26)
#0E150D
(14,21,13)
#000000
(0,0,0)

Tints of #90AB8F

#90AB8F
(144,171,143)
#9AB299
(154,178,153)
#A4B9A3
(164,185,163)
#AEC0AD
(174,192,173)
#B8C7B7
(184,199,183)
#C2CEC1
(194,206,193)
#CCD5CB
(204,213,203)
#D6DCD5
(214,220,213)
#E0E3DF
(224,227,223)
#EAEAE9
(234,234,233)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AB8F; }

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

This text font color is #90AB8F.

Background Color

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

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

This div background color is #90AB8F.

Border color

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

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

This div border color is #90AB8F.

Opacity

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

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

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

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

This text has shadow with #90AB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AB8F.

Preview

Color preview on black background

This text has color #90AB8F on black background.


Color preview on white background

This text has color #90AB8F on white background.


Black color preview on #90AB8F background

This text has black color on #90AB8F background.


White color preview on #90AB8F background

This text has white color on #90AB8F background.


Related colors

Complementary color

Complementary color for #hex is #6F5470.


I love getcolorcode.com

Triadic colors

1 #8F90AB and #AB8F90 with #90AB8F are triadic colors.

2 #8FAB90 and #AB908F with #90AB8F are triadic colors.