COLOR #90A2C5

HEX: #90A2C5 RGB: (144,162,197)

Color info

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

RGB color model

#90A2C5 color RGB value is (144,162,197).

RGB: (144,162,197) (56%, 64%, 77%)

RGB channels and saturation

R 144 of 255 = 56%
G 162 of 255 = 64%
B 197 of 255 = 77%

144
162
197

R + G + B ~ 66%. #90A2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 162 + 197 = 503 (100%)
R 144 of 503 ~ 28.63%
G 162 of 503 ~ 32.21%
B 197 of 503 ~ 39.17'%

%28.63
%32.21
%39.17

CMYK color model

#90A2C5 color CMYK value is (27,18,0,23).

  • cyan value is 26.90%
  • magenta value is 17.77%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (27,18,0,23)
C27M18Y0K23 (27%, 18%, 0%, 23%)
(0.27 / 0.18 / 0.00 / 0.23)

CMYK percentages

%26.9
%17.77
%0
%22.75

Codes

Color #90A2C5 in popluar color models

90 A2 C5
RGB 144 162 197
HSL 220° 31.36% 66.86%
HSB/HSV 220° 26.90% 77.25%
CMYK 26.90% 17.77% 0.00%
22.75%

Color #90A2C5 in popluar number systems.

HEX 90 A2 C5
Decimal 144 162 197
Binary 10010000 10100010 11000101
Octal 220 242 305

Shades and tints

Shades of #90A2C5

#90A2C5
(144,162,197)
#8394B4
(131,148,180)
#7686A3
(118,134,163)
#697892
(105,120,146)
#5C6A81
(92,106,129)
#4F5C70
(79,92,112)
#424E5F
(66,78,95)
#35404E
(53,64,78)
#28323D
(40,50,61)
#1B242C
(27,36,44)
#0E161B
(14,22,27)
#000000
(0,0,0)

Tints of #90A2C5

#90A2C5
(144,162,197)
#9AAACA
(154,170,202)
#A4B2CF
(164,178,207)
#AEBAD4
(174,186,212)
#B8C2D9
(184,194,217)
#C2CADE
(194,202,222)
#CCD2E3
(204,210,227)
#D6DAE8
(214,218,232)
#E0E2ED
(224,226,237)
#EAEAF2
(234,234,242)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A2C5; }

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

This text font color is #90A2C5.

Background Color

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

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

This div background color is #90A2C5.

Border color

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

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

This div border color is #90A2C5.

Opacity

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

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

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

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

This text has shadow with #90A2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A2C5.

Preview

Color preview on black background

This text has color #90A2C5 on black background.


Color preview on white background

This text has color #90A2C5 on white background.


Black color preview on #90A2C5 background

This text has black color on #90A2C5 background.


White color preview on #90A2C5 background

This text has white color on #90A2C5 background.


Related colors

Complementary color

Complementary color for #hex is #6F5D3A.


I love getcolorcode.com

Triadic colors

1 #C590A2 and #A2C590 with #90A2C5 are triadic colors.

2 #C5A290 and #A290C5 with #90A2C5 are triadic colors.