COLOR #90AE97

HEX: #90AE97 RGB: (144,174,151)

Color info

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

RGB color model

#90AE97 color RGB value is (144,174,151).

RGB: (144,174,151) (56%, 68%, 59%)

RGB channels and saturation

R 144 of 255 = 56%
G 174 of 255 = 68%
B 151 of 255 = 59%

144
174
151

R + G + B ~ 61%. #90AE97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 174 + 151 = 469 (100%)
R 144 of 469 ~ 30.7%
G 174 of 469 ~ 37.1%
B 151 of 469 ~ 32.2'%

%30.7
%37.1
%32.2

CMYK color model

#90AE97 color CMYK value is (17,0,13,32).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK: (17,0,13,32) C17M0Y13K32 (17%,0%,13%,32%) (0.17/0.00/0.13/0.32) 

CMYK percentages

%17.24
%0
%13.22
%31.76

Codes

Color #90AE97 in popluar color models

90 AE 97
RGB 144 174 151
HSL 134° 15.63% 62.35%
HSB/HSV 134° 17.24% 68.24%
CMYK 17.24% 0.00% 13.22%
31.76%

Color #90AE97 in popluar number systems.

HEX 90 AE 97
Decimal 144 174 151
Binary 10010000 10101110 10010111
Octal 220 256 227

Shades and tints

Shades of #90AE97

#90AE97
(144,174,151)
#839F8A
(131,159,138)
#76907D
(118,144,125)
#698170
(105,129,112)
#5C7263
(92,114,99)
#4F6356
(79,99,86)
#425449
(66,84,73)
#35453C
(53,69,60)
#28362F
(40,54,47)
#1B2722
(27,39,34)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #90AE97

#90AE97
(144,174,151)
#9AB5A0
(154,181,160)
#A4BCA9
(164,188,169)
#AEC3B2
(174,195,178)
#B8CABB
(184,202,187)
#C2D1C4
(194,209,196)
#CCD8CD
(204,216,205)
#D6DFD6
(214,223,214)
#E0E6DF
(224,230,223)
#EAEDE8
(234,237,232)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AE97 color. Also use rgb(144,174,151) instead hex code.

Text Font Color

.myTextColor { color: #90AE97; }

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

This text font color is #90AE97.

Background Color

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

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

This div background color is #90AE97.

Border color

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

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

This div border color is #90AE97.

Opacity

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

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

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

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

This text has shadow with #90AE97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AE97.

Preview

Color preview on black background

This text has color #90AE97 on black background.


Color preview on white background

This text has color #90AE97 on white background.


Black color preview on #90AE97 background

This text has black color on #90AE97 background.


White color preview on #90AE97 background

This text has white color on #90AE97 background.


Related colors

Complementary color

Complementary color for #hex is #6F5168.


I love getcolorcode.com

Triadic colors

1 #9790AE and #AE9790 with #90AE97 are triadic colors.

2 #97AE90 and #AE9097 with #90AE97 are triadic colors.