COLOR #90A0BE

HEX: #90A0BE
RGB: (144,160,190)

Color info

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

RGB color model

#90A0BE color RGB value is (144,160,190).

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

RGB channels and saturation

R 144 of 255 = 56%
G 160 of 255 = 63%
B 190 of 255 = 75%

144
160
190

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

Portions of RGB colors in percentages

R + G + B =
144 + 160 + 190 = 494 (100%)
R 144 of 494 ~ 29.15%
G 160 of 494 ~ 32.39%
B 190 of 494 ~ 38.46%

%29.15
%32.39
%38.46

CMYK color model

#90A0BE color CMYK value is (24,16,0,25).

  • cyan value is 24.21%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(24,16,0,25)
C24M16Y0K25 
(24%,16%,0%,25%)
(0.24/0.16/0.00/0.25)	

CMYK percentages

%24.21
%15.79
%0
%25.49

Codes

Color #90A0BE in popluar color models

90A0BE
RGB144160190
HSL219°26.14%65.49%
HSB/HSV219°24.21%74.51%
CMYK24.21%15.79%0.00%
25.49%

Color #90A0BE in popluar number systems.

HEX90A0BE
Decimal144160190
Binary100100001010000010111110
Octal220240276

Shades and tints

Shades of #90A0BE

#90A0BE
(144,160,190)
#8392AD
(131,146,173)
#76849C
(118,132,156)
#69768B
(105,118,139)
#5C687A
(92,104,122)
#4F5A69
(79,90,105)
#424C58
(66,76,88)
#353E47
(53,62,71)
#283036
(40,48,54)
#1B2225
(27,34,37)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #90A0BE

#90A0BE
(144,160,190)
#9AA8C3
(154,168,195)
#A4B0C8
(164,176,200)
#AEB8CD
(174,184,205)
#B8C0D2
(184,192,210)
#C2C8D7
(194,200,215)
#CCD0DC
(204,208,220)
#D6D8E1
(214,216,225)
#E0E0E6
(224,224,230)
#EAE8EB
(234,232,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A0BE; }

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

This text font color is #90A0BE.


Background Color

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

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

This div background color is #90A0BE.


Border color

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

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

This div border color is #90A0BE.


Opacity

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

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

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

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

This text has shadow with #90A0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A0BE on black background.


Color preview on white background

This text has color #90A0BE on white background.



Black color preview on #90A0BE background

This text has black color on #90A0BE background.


White color preview on #90A0BE background

This text has white color on #90A0BE background.