COLOR #90AABE

HEX: #90AABE RGB: (144,170,190)

Color info

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

RGB color model

#90AABE color RGB value is (144,170,190).

RGB: (144,170,190) (56%, 67%, 75%)

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 190 of 255 = 75%

144
170
190

R + G + B ~ 66%. #90AABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 170 + 190 = 504 (100%)
R 144 of 504 ~ 28.57%
G 170 of 504 ~ 33.73%
B 190 of 504 ~ 37.7'%

%28.57
%33.73
%37.7

CMYK color model

#90AABE color CMYK value is (24,11,0,25).

  • cyan value is 24.21%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (24,11,0,25)
C24M11Y0K25 (24%, 11%, 0%, 25%)
(0.24 / 0.11 / 0.00 / 0.25)

CMYK percentages

%24.21
%10.53
%0
%25.49

Codes

Color #90AABE in popluar color models

90 AA BE
RGB 144 170 190
HSL 206° 26.14% 65.49%
HSB/HSV 206° 24.21% 74.51%
CMYK 24.21% 10.53% 0.00%
25.49%

Color #90AABE in popluar number systems.

HEX 90 AA BE
Decimal 144 170 190
Binary 10010000 10101010 10111110
Octal 220 252 276

Shades and tints

Shades of #90AABE

#90AABE
(144,170,190)
#839BAD
(131,155,173)
#768C9C
(118,140,156)
#697D8B
(105,125,139)
#5C6E7A
(92,110,122)
#4F5F69
(79,95,105)
#425058
(66,80,88)
#354147
(53,65,71)
#283236
(40,50,54)
#1B2325
(27,35,37)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #90AABE

#90AABE
(144,170,190)
#9AB1C3
(154,177,195)
#A4B8C8
(164,184,200)
#AEBFCD
(174,191,205)
#B8C6D2
(184,198,210)
#C2CDD7
(194,205,215)
#CCD4DC
(204,212,220)
#D6DBE1
(214,219,225)
#E0E2E6
(224,226,230)
#EAE9EB
(234,233,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AABE; }

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

This text font color is #90AABE.

Background Color

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

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

This div background color is #90AABE.

Border color

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

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

This div border color is #90AABE.

Opacity

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

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

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

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

This text has shadow with #90AABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AABE.

Preview

Color preview on black background

This text has color #90AABE on black background.


Color preview on white background

This text has color #90AABE on white background.


Black color preview on #90AABE background

This text has black color on #90AABE background.


White color preview on #90AABE background

This text has white color on #90AABE background.


Related colors

Complementary color

Complementary color for #hex is #6F5541.


I love getcolorcode.com

Triadic colors

1 #BE90AA and #AABE90 with #90AABE are triadic colors.

2 #BEAA90 and #AA90BE with #90AABE are triadic colors.