COLOR #90A3BA

HEX: #90A3BA
RGB: (144,163,186)

Color info

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

RGB color model

#90A3BA color RGB value is (144,163,186).

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

RGB channels and saturation

R 144 of 255 = 56%
G 163 of 255 = 64%
B 186 of 255 = 73%

144
163
186

R + G + B ~ 64%. #90A3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 163 + 186 = 493 (100%)
R 144 of 493 ~ 29.21%
G 163 of 493 ~ 33.06%
B 186 of 493 ~ 37.73%

%29.21
%33.06
%37.73

CMYK color model

#90A3BA color CMYK value is (23,12,0,27).

  • cyan value is 22.58%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(23,12,0,27)
C23M12Y0K27 
(23%,12%,0%,27%)
(0.23/0.12/0.00/0.27)	

CMYK percentages

%22.58
%12.37
%0
%27.06

Codes

Color #90A3BA in popluar color models

90A3BA
RGB144163186
HSL213°23.33%64.71%
HSB/HSV213°22.58%72.94%
CMYK22.58%12.37%0.00%
27.06%

Color #90A3BA in popluar number systems.

HEX90A3BA
Decimal144163186
Binary100100001010001110111010
Octal220243272

Shades and tints

Shades of #90A3BA

#90A3BA
(144,163,186)
#8395AA
(131,149,170)
#76879A
(118,135,154)
#69798A
(105,121,138)
#5C6B7A
(92,107,122)
#4F5D6A
(79,93,106)
#424F5A
(66,79,90)
#35414A
(53,65,74)
#28333A
(40,51,58)
#1B252A
(27,37,42)
#0E171A
(14,23,26)
#000000
(0,0,0)

Tints of #90A3BA

#90A3BA
(144,163,186)
#9AABC0
(154,171,192)
#A4B3C6
(164,179,198)
#AEBBCC
(174,187,204)
#B8C3D2
(184,195,210)
#C2CBD8
(194,203,216)
#CCD3DE
(204,211,222)
#D6DBE4
(214,219,228)
#E0E3EA
(224,227,234)
#EAEBF0
(234,235,240)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A3BA; }

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

This text font color is #90A3BA.


Background Color

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

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

This div background color is #90A3BA.


Border color

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

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

This div border color is #90A3BA.


Opacity

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

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

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

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

This text has shadow with #90A3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A3BA on black background.


Color preview on white background

This text has color #90A3BA on white background.



Black color preview on #90A3BA background

This text has black color on #90A3BA background.


White color preview on #90A3BA background

This text has white color on #90A3BA background.