COLOR #90A598

HEX: #90A598
RGB: (144,165,152)

Color info

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

RGB color model

#90A598 color RGB value is (144,165,152).

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

RGB channels and saturation

R 144 of 255 = 56%
G 165 of 255 = 65%
B 152 of 255 = 60%

144
165
152

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

Portions of RGB colors in percentages

R + G + B =
144 + 165 + 152 = 461 (100%)
R 144 of 461 ~ 31.24%
G 165 of 461 ~ 35.79%
B 152 of 461 ~ 32.97%

%31.24
%35.79
%32.97

CMYK color model

#90A598 color CMYK value is (13,0,8,35).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK:
(13,0,8,35)
C13M0Y8K35 
(13%,0%,8%,35%)
(0.13/0.00/0.08/0.35)	

CMYK percentages

%12.73
%0
%7.88
%35.29

Codes

Color #90A598 in popluar color models

90A598
RGB144165152
HSL143°10.45%60.59%
HSB/HSV143°12.73%64.71%
CMYK12.73%0.00%7.88%
35.29%

Color #90A598 in popluar number systems.

HEX90A598
Decimal144165152
Binary100100001010010110011000
Octal220245230

Shades and tints

Shades of #90A598

#90A598
(144,165,152)
#83968B
(131,150,139)
#76877E
(118,135,126)
#697871
(105,120,113)
#5C6964
(92,105,100)
#4F5A57
(79,90,87)
#424B4A
(66,75,74)
#353C3D
(53,60,61)
#282D30
(40,45,48)
#1B1E23
(27,30,35)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #90A598

#90A598
(144,165,152)
#9AADA1
(154,173,161)
#A4B5AA
(164,181,170)
#AEBDB3
(174,189,179)
#B8C5BC
(184,197,188)
#C2CDC5
(194,205,197)
#CCD5CE
(204,213,206)
#D6DDD7
(214,221,215)
#E0E5E0
(224,229,224)
#EAEDE9
(234,237,233)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A598; }

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

This text font color is #90A598.


Background Color

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

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

This div background color is #90A598.


Border color

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

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

This div border color is #90A598.


Opacity

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

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

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

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

This text has shadow with #90A598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A598 on black background.


Color preview on white background

This text has color #90A598 on white background.



Black color preview on #90A598 background

This text has black color on #90A598 background.


White color preview on #90A598 background

This text has white color on #90A598 background.