COLOR #90AABA

HEX: #90AABA RGB: (144,170,186)

Color info

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

RGB color model

#90AABA color RGB value is (144,170,186).

RGB: (144,170,186) (56%, 67%, 73%)

RGB channels and saturation

R 144 of 255 = 56%
G 170 of 255 = 67%
B 186 of 255 = 73%

144
170
186

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

Portions of RGB colors in percentages

R + G + B = 144 + 170 + 186 = 500 (100%)
R 144 of 500 ~ 28.8%
G 170 of 500 ~ 34%
B 186 of 500 ~ 37.2'%

%28.8
%34
%37.2

CMYK color model

#90AABA color CMYK value is (23,9,0,27).

  • cyan value is 22.58%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (23,9,0,27)
C23M9Y0K27 (23%, 9%, 0%, 27%)
(0.23 / 0.09 / 0.00 / 0.27)

CMYK percentages

%22.58
%8.6
%0
%27.06

Codes

Color #90AABA in popluar color models

90 AA BA
RGB 144 170 186
HSL 203° 23.33% 64.71%
HSB/HSV 203° 22.58% 72.94%
CMYK 22.58% 8.60% 0.00%
27.06%

Color #90AABA in popluar number systems.

HEX 90 AA BA
Decimal 144 170 186
Binary 10010000 10101010 10111010
Octal 220 252 272

Shades and tints

Shades of #90AABA

#90AABA
(144,170,186)
#839BAA
(131,155,170)
#768C9A
(118,140,154)
#697D8A
(105,125,138)
#5C6E7A
(92,110,122)
#4F5F6A
(79,95,106)
#42505A
(66,80,90)
#35414A
(53,65,74)
#28323A
(40,50,58)
#1B232A
(27,35,42)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #90AABA

#90AABA
(144,170,186)
#9AB1C0
(154,177,192)
#A4B8C6
(164,184,198)
#AEBFCC
(174,191,204)
#B8C6D2
(184,198,210)
#C2CDD8
(194,205,216)
#CCD4DE
(204,212,222)
#D6DBE4
(214,219,228)
#E0E2EA
(224,226,234)
#EAE9F0
(234,233,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90AABA; }

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

This text font color is #90AABA.

Background Color

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

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

This div background color is #90AABA.

Border color

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

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

This div border color is #90AABA.

Opacity

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

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

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

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

This text has shadow with #90AABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AABA.

Preview

Color preview on black background

This text has color #90AABA on black background.


Color preview on white background

This text has color #90AABA on white background.


Black color preview on #90AABA background

This text has black color on #90AABA background.


White color preview on #90AABA background

This text has white color on #90AABA background.


Related colors

Complementary color

Complementary color for #hex is #6F5545.


I love getcolorcode.com

Triadic colors

1 #BA90AA and #AABA90 with #90AABA are triadic colors.

2 #BAAA90 and #AA90BA with #90AABA are triadic colors.