COLOR #90AF8C

HEX: #90AF8C
RGB: (144,175,140)

Color info

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

RGB color model

#90AF8C color RGB value is (144,175,140).

  • red value is 144;
  • green value is 175;
  • blue value is 140.
RGB:
(144,175,140)
(56%,69%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 175 of 255 = 69%
B 140 of 255 = 55%

144
175
140

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

Portions of RGB colors in percentages

R + G + B =
144 + 175 + 140 = 459 (100%)
R 144 of 459 ~ 31.37%
G 175 of 459 ~ 38.13%
B 140 of 459 ~ 30.5%

%31.37
%38.13
%30.5

CMYK color model

#90AF8C color CMYK value is (18,0,20,31).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(18,0,20,31)
C18M0Y20K31 
(18%,0%,20%,31%)
(0.18/0.00/0.20/0.31)	

CMYK percentages

%17.71
%0
%20
%31.37

Codes

Color #90AF8C in popluar color models

90AF8C
RGB144175140
HSL113°17.95%61.76%
HSB/HSV113°20.00%68.63%
CMYK17.71%0.00%20.00%
31.37%

Color #90AF8C in popluar number systems.

HEX90AF8C
Decimal144175140
Binary100100001010111110001100
Octal220257214

Shades and tints

Shades of #90AF8C

#90AF8C
(144,175,140)
#83A080
(131,160,128)
#769174
(118,145,116)
#698268
(105,130,104)
#5C735C
(92,115,92)
#4F6450
(79,100,80)
#425544
(66,85,68)
#354638
(53,70,56)
#28372C
(40,55,44)
#1B2820
(27,40,32)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #90AF8C

#90AF8C
(144,175,140)
#9AB696
(154,182,150)
#A4BDA0
(164,189,160)
#AEC4AA
(174,196,170)
#B8CBB4
(184,203,180)
#C2D2BE
(194,210,190)
#CCD9C8
(204,217,200)
#D6E0D2
(214,224,210)
#E0E7DC
(224,231,220)
#EAEEE6
(234,238,230)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AF8C color. Also use rgb(144,175,140) instead hex code.

Text Font Color

.myTextColor { color: #90AF8C; }

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

This text font color is #90AF8C.


Background Color

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

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

This div background color is #90AF8C.


Border color

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

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

This div border color is #90AF8C.


Opacity

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

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

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

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

This text has shadow with #90AF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AF8C on black background.


Color preview on white background

This text has color #90AF8C on white background.



Black color preview on #90AF8C background

This text has black color on #90AF8C background.


White color preview on #90AF8C background

This text has white color on #90AF8C background.