COLOR #90A5BE

HEX: #90A5BE
RGB: (144,165,190)

Color info

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

RGB color model

#90A5BE color RGB value is (144,165,190).

  • red value is 144;
  • green value is 165;
  • blue value is 190.
RGB:
(144,165,190)
(56%,65%,75%)

RGB channels and saturation

R 144 of 255 = 56%
G 165 of 255 = 65%
B 190 of 255 = 75%

144
165
190

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

Portions of RGB colors in percentages

R + G + B =
144 + 165 + 190 = 499 (100%)
R 144 of 499 ~ 28.86%
G 165 of 499 ~ 33.07%
B 190 of 499 ~ 38.08%

%28.86
%33.07
%38.08

CMYK color model

#90A5BE color CMYK value is (24,13,0,25).

  • cyan value is 24.21%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(24,13,0,25)
C24M13Y0K25 
(24%,13%,0%,25%)
(0.24/0.13/0.00/0.25)	

CMYK percentages

%24.21
%13.16
%0
%25.49

Codes

Color #90A5BE in popluar color models

90A5BE
RGB144165190
HSL213°26.14%65.49%
HSB/HSV213°24.21%74.51%
CMYK24.21%13.16%0.00%
25.49%

Color #90A5BE in popluar number systems.

HEX90A5BE
Decimal144165190
Binary100100001010010110111110
Octal220245276

Shades and tints

Shades of #90A5BE

#90A5BE
(144,165,190)
#8396AD
(131,150,173)
#76879C
(118,135,156)
#69788B
(105,120,139)
#5C697A
(92,105,122)
#4F5A69
(79,90,105)
#424B58
(66,75,88)
#353C47
(53,60,71)
#282D36
(40,45,54)
#1B1E25
(27,30,37)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #90A5BE

#90A5BE
(144,165,190)
#9AADC3
(154,173,195)
#A4B5C8
(164,181,200)
#AEBDCD
(174,189,205)
#B8C5D2
(184,197,210)
#C2CDD7
(194,205,215)
#CCD5DC
(204,213,220)
#D6DDE1
(214,221,225)
#E0E5E6
(224,229,230)
#EAEDEB
(234,237,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A5BE; }

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

This text font color is #90A5BE.


Background Color

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

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

This div background color is #90A5BE.


Border color

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

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

This div border color is #90A5BE.


Opacity

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

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

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

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

This text has shadow with #90A5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A5BE on black background.


Color preview on white background

This text has color #90A5BE on white background.



Black color preview on #90A5BE background

This text has black color on #90A5BE background.


White color preview on #90A5BE background

This text has white color on #90A5BE background.