COLOR #90A6CE

HEX: #90A6CE RGB: (144,166,206)

Color info

#90A6CE contains mainly green and blue colors. Web safe color of #90A6CE is #9999CC (or #99C).

RGB color model

#90A6CE color RGB value is (144,166,206).

RGB: (144,166,206) (56%, 65%, 81%)

RGB channels and saturation

R 144 of 255 = 56%
G 166 of 255 = 65%
B 206 of 255 = 81%

144
166
206

R + G + B ~ 67%. #90A6CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 166 + 206 = 516 (100%)
R 144 of 516 ~ 27.91%
G 166 of 516 ~ 32.17%
B 206 of 516 ~ 39.92'%

%27.91
%32.17
%39.92

CMYK color model

#90A6CE color CMYK value is (30,19,0,19).

  • cyan value is 30.10%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (30,19,0,19) C30M19Y0K19 (30%,19%,0%,19%) (0.30/0.19/0.00/0.19) 

CMYK percentages

%30.1
%19.42
%0
%19.22

Codes

Color #90A6CE in popluar color models

90 A6 CE
RGB 144 166 206
HSL 219° 38.75% 68.63%
HSB/HSV 219° 30.10% 80.78%
CMYK 30.10% 19.42% 0.00%
19.22%

Color #90A6CE in popluar number systems.

HEX 90 A6 CE
Decimal 144 166 206
Binary 10010000 10100110 11001110
Octal 220 246 316

Shades and tints

Shades of #90A6CE

#90A6CE
(144,166,206)
#8397BC
(131,151,188)
#7688AA
(118,136,170)
#697998
(105,121,152)
#5C6A86
(92,106,134)
#4F5B74
(79,91,116)
#424C62
(66,76,98)
#353D50
(53,61,80)
#282E3E
(40,46,62)
#1B1F2C
(27,31,44)
#0E101A
(14,16,26)
#000000
(0,0,0)

Tints of #90A6CE

#90A6CE
(144,166,206)
#9AAED2
(154,174,210)
#A4B6D6
(164,182,214)
#AEBEDA
(174,190,218)
#B8C6DE
(184,198,222)
#C2CEE2
(194,206,226)
#CCD6E6
(204,214,230)
#D6DEEA
(214,222,234)
#E0E6EE
(224,230,238)
#EAEEF2
(234,238,242)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A6CE color. Also use rgb(144,166,206) instead hex code.

Text Font Color

.myTextColor { color: #90A6CE; }

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

This text font color is #90A6CE.

Background Color

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

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

This div background color is #90A6CE.

Border color

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

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

This div border color is #90A6CE.

Opacity

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

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

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

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

This text has shadow with #90A6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A6CE.

Preview

Color preview on black background

This text has color #90A6CE on black background.


Color preview on white background

This text has color #90A6CE on white background.


Black color preview on #90A6CE background

This text has black color on #90A6CE background.


White color preview on #90A6CE background

This text has white color on #90A6CE background.


Related colors

Complementary color

Complementary color for #hex is #6F5931.


I love getcolorcode.com

Triadic colors

1 #CE90A6 and #A6CE90 with #90A6CE are triadic colors.

2 #CEA690 and #A690CE with #90A6CE are triadic colors.