COLOR #90ABBA

HEX: #90ABBA
RGB: (144,171,186)

Color info

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

RGB color model

#90ABBA color RGB value is (144,171,186).

  • red value is 144;
  • green value is 171;
  • blue value is 186.
RGB:
(144,171,186)
(56%,67%,73%)

RGB channels and saturation

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

144
171
186

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

Portions of RGB colors in percentages

R + G + B =
144 + 171 + 186 = 501 (100%)
R 144 of 501 ~ 28.74%
G 171 of 501 ~ 34.13%
B 186 of 501 ~ 37.13%

%28.74
%34.13
%37.13

CMYK color model

#90ABBA color CMYK value is (23,8,0,27).

  • cyan value is 22.58%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(23,8,0,27)
C23M8Y0K27 
(23%,8%,0%,27%)
(0.23/0.08/0.00/0.27)	

CMYK percentages

%22.58
%8.06
%0
%27.06

Codes

Color #90ABBA in popluar color models

90ABBA
RGB144171186
HSL201°23.33%64.71%
HSB/HSV201°22.58%72.94%
CMYK22.58%8.06%0.00%
27.06%

Color #90ABBA in popluar number systems.

HEX90ABBA
Decimal144171186
Binary100100001010101110111010
Octal220253272

Shades and tints

Shades of #90ABBA

#90ABBA
(144,171,186)
#839CAA
(131,156,170)
#768D9A
(118,141,154)
#697E8A
(105,126,138)
#5C6F7A
(92,111,122)
#4F606A
(79,96,106)
#42515A
(66,81,90)
#35424A
(53,66,74)
#28333A
(40,51,58)
#1B242A
(27,36,42)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #90ABBA

#90ABBA
(144,171,186)
#9AB2C0
(154,178,192)
#A4B9C6
(164,185,198)
#AEC0CC
(174,192,204)
#B8C7D2
(184,199,210)
#C2CED8
(194,206,216)
#CCD5DE
(204,213,222)
#D6DCE4
(214,220,228)
#E0E3EA
(224,227,234)
#EAEAF0
(234,234,240)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ABBA; }

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

This text font color is #90ABBA.


Background Color

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

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

This div background color is #90ABBA.


Border color

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

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

This div border color is #90ABBA.


Opacity

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

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

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

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

This text has shadow with #90ABBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ABBA on black background.


Color preview on white background

This text has color #90ABBA on white background.



Black color preview on #90ABBA background

This text has black color on #90ABBA background.


White color preview on #90ABBA background

This text has white color on #90ABBA background.