COLOR #90A2B6

HEX: #90A2B6
RGB: (144,162,182)

Color info

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

RGB color model

#90A2B6 color RGB value is (144,162,182).

  • red value is 144;
  • green value is 162;
  • blue value is 182.
RGB:
(144,162,182)
(56%,64%,71%)

RGB channels and saturation

R 144 of 255 = 56%
G 162 of 255 = 64%
B 182 of 255 = 71%

144
162
182

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

Portions of RGB colors in percentages

R + G + B =
144 + 162 + 182 = 488 (100%)
R 144 of 488 ~ 29.51%
G 162 of 488 ~ 33.2%
B 182 of 488 ~ 37.3%

%29.51
%33.2
%37.3

CMYK color model

#90A2B6 color CMYK value is (21,11,0,29).

  • cyan value is 20.88%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(21,11,0,29)
C21M11Y0K29 
(21%,11%,0%,29%)
(0.21/0.11/0.00/0.29)	

CMYK percentages

%20.88
%10.99
%0
%28.63

Codes

Color #90A2B6 in popluar color models

90A2B6
RGB144162182
HSL212°20.65%63.92%
HSB/HSV212°20.88%71.37%
CMYK20.88%10.99%0.00%
28.63%

Color #90A2B6 in popluar number systems.

HEX90A2B6
Decimal144162182
Binary100100001010001010110110
Octal220242266

Shades and tints

Shades of #90A2B6

#90A2B6
(144,162,182)
#8394A6
(131,148,166)
#768696
(118,134,150)
#697886
(105,120,134)
#5C6A76
(92,106,118)
#4F5C66
(79,92,102)
#424E56
(66,78,86)
#354046
(53,64,70)
#283236
(40,50,54)
#1B2426
(27,36,38)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #90A2B6

#90A2B6
(144,162,182)
#9AAABC
(154,170,188)
#A4B2C2
(164,178,194)
#AEBAC8
(174,186,200)
#B8C2CE
(184,194,206)
#C2CAD4
(194,202,212)
#CCD2DA
(204,210,218)
#D6DAE0
(214,218,224)
#E0E2E6
(224,226,230)
#EAEAEC
(234,234,236)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A2B6 color. Also use rgb(144,162,182) instead hex code.

Text Font Color

.myTextColor { color: #90A2B6; }

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

This text font color is #90A2B6.


Background Color

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

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

This div background color is #90A2B6.


Border color

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

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

This div border color is #90A2B6.


Opacity

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

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

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

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

This text has shadow with #90A2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A2B6 on black background.


Color preview on white background

This text has color #90A2B6 on white background.



Black color preview on #90A2B6 background

This text has black color on #90A2B6 background.


White color preview on #90A2B6 background

This text has white color on #90A2B6 background.