COLOR #90AF98

HEX: #90AF98
RGB: (144,175,152)

Color info

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

RGB color model

#90AF98 color RGB value is (144,175,152).

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

RGB channels and saturation

R 144 of 255 = 56%
G 175 of 255 = 69%
B 152 of 255 = 60%

144
175
152

R + G + B ~ 62%. #90AF98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 175 + 152 = 471 (100%)
R 144 of 471 ~ 30.57%
G 175 of 471 ~ 37.15%
B 152 of 471 ~ 32.27%

%30.57
%37.15
%32.27

CMYK color model

#90AF98 color CMYK value is (18,0,13,31).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(18,0,13,31)
C18M0Y13K31 
(18%,0%,13%,31%)
(0.18/0.00/0.13/0.31)	

CMYK percentages

%17.71
%0
%13.14
%31.37

Codes

Color #90AF98 in popluar color models

90AF98
RGB144175152
HSL135°16.23%62.55%
HSB/HSV135°17.71%68.63%
CMYK17.71%0.00%13.14%
31.37%

Color #90AF98 in popluar number systems.

HEX90AF98
Decimal144175152
Binary100100001010111110011000
Octal220257230

Shades and tints

Shades of #90AF98

#90AF98
(144,175,152)
#83A08B
(131,160,139)
#76917E
(118,145,126)
#698271
(105,130,113)
#5C7364
(92,115,100)
#4F6457
(79,100,87)
#42554A
(66,85,74)
#35463D
(53,70,61)
#283730
(40,55,48)
#1B2823
(27,40,35)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #90AF98

#90AF98
(144,175,152)
#9AB6A1
(154,182,161)
#A4BDAA
(164,189,170)
#AEC4B3
(174,196,179)
#B8CBBC
(184,203,188)
#C2D2C5
(194,210,197)
#CCD9CE
(204,217,206)
#D6E0D7
(214,224,215)
#E0E7E0
(224,231,224)
#EAEEE9
(234,238,233)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AF98; }

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

This text font color is #90AF98.


Background Color

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

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

This div background color is #90AF98.


Border color

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

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

This div border color is #90AF98.


Opacity

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

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

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

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

This text has shadow with #90AF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AF98 on black background.


Color preview on white background

This text has color #90AF98 on white background.



Black color preview on #90AF98 background

This text has black color on #90AF98 background.


White color preview on #90AF98 background

This text has white color on #90AF98 background.