COLOR #90AF9D

HEX: #90AF9D RGB: (144,175,157)

Color info

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

RGB color model

#90AF9D color RGB value is (144,175,157).

RGB: (144,175,157) (56%, 69%, 62%)

RGB channels and saturation

R 144 of 255 = 56%
G 175 of 255 = 69%
B 157 of 255 = 62%

144
175
157

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

Portions of RGB colors in percentages

R + G + B = 144 + 175 + 157 = 476 (100%)
R 144 of 476 ~ 30.25%
G 175 of 476 ~ 36.76%
B 157 of 476 ~ 32.98'%

%30.25
%36.76
%32.98

CMYK color model

#90AF9D color CMYK value is (18,0,10,31).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 31.37%

CMYK: (18,0,10,31)
C18M0Y10K31 (18%, 0%, 10%, 31%)
(0.18 / 0.00 / 0.10 / 0.31)

CMYK percentages

%17.71
%0
%10.29
%31.37

Codes

Color #90AF9D in popluar color models

90 AF 9D
RGB 144 175 157
HSL 145° 16.23% 62.55%
HSB/HSV 145° 17.71% 68.63%
CMYK 17.71% 0.00% 10.29%
31.37%

Color #90AF9D in popluar number systems.

HEX 90 AF 9D
Decimal 144 175 157
Binary 10010000 10101111 10011101
Octal 220 257 235

Shades and tints

Shades of #90AF9D

#90AF9D
(144,175,157)
#83A08F
(131,160,143)
#769181
(118,145,129)
#698273
(105,130,115)
#5C7365
(92,115,101)
#4F6457
(79,100,87)
#425549
(66,85,73)
#35463B
(53,70,59)
#28372D
(40,55,45)
#1B281F
(27,40,31)
#0E1911
(14,25,17)
#000000
(0,0,0)

Tints of #90AF9D

#90AF9D
(144,175,157)
#9AB6A5
(154,182,165)
#A4BDAD
(164,189,173)
#AEC4B5
(174,196,181)
#B8CBBD
(184,203,189)
#C2D2C5
(194,210,197)
#CCD9CD
(204,217,205)
#D6E0D5
(214,224,213)
#E0E7DD
(224,231,221)
#EAEEE5
(234,238,229)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AF9D; }

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

This text font color is #90AF9D.

Background Color

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

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

This div background color is #90AF9D.

Border color

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

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

This div border color is #90AF9D.

Opacity

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

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

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

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

This text has shadow with #90AF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AF9D.

Preview

Color preview on black background

This text has color #90AF9D on black background.


Color preview on white background

This text has color #90AF9D on white background.


Black color preview on #90AF9D background

This text has black color on #90AF9D background.


White color preview on #90AF9D background

This text has white color on #90AF9D background.


Related colors

Complementary color

Complementary color for #hex is #6F5062.


I love getcolorcode.com

Triadic colors

1 #9D90AF and #AF9D90 with #90AF9D are triadic colors.

2 #9DAF90 and #AF909D with #90AF9D are triadic colors.