COLOR #90ADCA

HEX: #90ADCA
RGB: (144,173,202)

Color info

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

RGB color model

#90ADCA color RGB value is (144,173,202).

  • red value is 144;
  • green value is 173;
  • blue value is 202.
RGB:
(144,173,202)
(56%,68%,79%)

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 202 of 255 = 79%

144
173
202

R + G + B ~ 68%. #90ADCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 202 = 519 (100%)
R 144 of 519 ~ 27.75%
G 173 of 519 ~ 33.33%
B 202 of 519 ~ 38.92%

%27.75
%33.33
%38.92

CMYK color model

#90ADCA color CMYK value is (29,14,0,21).

  • cyan value is 28.71%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(29,14,0,21)
C29M14Y0K21 
(29%,14%,0%,21%)
(0.29/0.14/0.00/0.21)	

CMYK percentages

%28.71
%14.36
%0
%20.78

Codes

Color #90ADCA in popluar color models

90ADCA
RGB144173202
HSL210°35.37%67.84%
HSB/HSV210°28.71%79.22%
CMYK28.71%14.36%0.00%
20.78%

Color #90ADCA in popluar number systems.

HEX90ADCA
Decimal144173202
Binary100100001010110111001010
Octal220255312

Shades and tints

Shades of #90ADCA

#90ADCA
(144,173,202)
#839EB8
(131,158,184)
#768FA6
(118,143,166)
#698094
(105,128,148)
#5C7182
(92,113,130)
#4F6270
(79,98,112)
#42535E
(66,83,94)
#35444C
(53,68,76)
#28353A
(40,53,58)
#1B2628
(27,38,40)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #90ADCA

#90ADCA
(144,173,202)
#9AB4CE
(154,180,206)
#A4BBD2
(164,187,210)
#AEC2D6
(174,194,214)
#B8C9DA
(184,201,218)
#C2D0DE
(194,208,222)
#CCD7E2
(204,215,226)
#D6DEE6
(214,222,230)
#E0E5EA
(224,229,234)
#EAECEE
(234,236,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ADCA color. Also use rgb(144,173,202) instead hex code.

Text Font Color

.myTextColor { color: #90ADCA; }

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

This text font color is #90ADCA.


Background Color

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

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

This div background color is #90ADCA.


Border color

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

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

This div border color is #90ADCA.


Opacity

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

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

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

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

This text has shadow with #90ADCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ADCA on black background.


Color preview on white background

This text has color #90ADCA on white background.



Black color preview on #90ADCA background

This text has black color on #90ADCA background.


White color preview on #90ADCA background

This text has white color on #90ADCA background.