COLOR #90AAB7

HEX: #90AAB7 RGB: (144,170,183)

Color info

#90AAB7 contains red, green and blue colors in about the same proportion. Web safe color of #90AAB7 is #9999CC (or #99C).

RGB color model

#90AAB7 color RGB value is (144,170,183).

RGB: (144,170,183) (56%, 67%, 72%)

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 183 of 255 = 72%

144
170
183

R + G + B ~ 65%. #90AAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 170 + 183 = 497 (100%)
R 144 of 497 ~ 28.97%
G 170 of 497 ~ 34.21%
B 183 of 497 ~ 36.82'%

%28.97
%34.21
%36.82

CMYK color model

#90AAB7 color CMYK value is (21,7,0,28).

  • cyan value is 21.31%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (21,7,0,28)
C21M7Y0K28 (21%, 7%, 0%, 28%)
(0.21 / 0.07 / 0.00 / 0.28)

CMYK percentages

%21.31
%7.1
%0
%28.24

Codes

Color #90AAB7 in popluar color models

90 AA B7
RGB 144 170 183
HSL 200° 21.31% 64.12%
HSB/HSV 200° 21.31% 71.76%
CMYK 21.31% 7.10% 0.00%
28.24%

Color #90AAB7 in popluar number systems.

HEX 90 AA B7
Decimal 144 170 183
Binary 10010000 10101010 10110111
Octal 220 252 267

Shades and tints

Shades of #90AAB7

#90AAB7
(144,170,183)
#839BA7
(131,155,167)
#768C97
(118,140,151)
#697D87
(105,125,135)
#5C6E77
(92,110,119)
#4F5F67
(79,95,103)
#425057
(66,80,87)
#354147
(53,65,71)
#283237
(40,50,55)
#1B2327
(27,35,39)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #90AAB7

#90AAB7
(144,170,183)
#9AB1BD
(154,177,189)
#A4B8C3
(164,184,195)
#AEBFC9
(174,191,201)
#B8C6CF
(184,198,207)
#C2CDD5
(194,205,213)
#CCD4DB
(204,212,219)
#D6DBE1
(214,219,225)
#E0E2E7
(224,226,231)
#EAE9ED
(234,233,237)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AAB7 color. Also use rgb(144,170,183) instead hex code.

Text Font Color

.myTextColor { color: #90AAB7; }

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

This text font color is #90AAB7.

Background Color

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

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

This div background color is #90AAB7.

Border color

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

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

This div border color is #90AAB7.

Opacity

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

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

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

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

This text has shadow with #90AAB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AAB7.

Preview

Color preview on black background

This text has color #90AAB7 on black background.


Color preview on white background

This text has color #90AAB7 on white background.


Black color preview on #90AAB7 background

This text has black color on #90AAB7 background.


White color preview on #90AAB7 background

This text has white color on #90AAB7 background.


Related colors

Complementary color

Complementary color for #hex is #6F5548.


I love getcolorcode.com

Triadic colors

1 #B790AA and #AAB790 with #90AAB7 are triadic colors.

2 #B7AA90 and #AA90B7 with #90AAB7 are triadic colors.