COLOR #90ACE1

HEX: #90ACE1
RGB: (144,172,225)

Color info

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

RGB color model

#90ACE1 color RGB value is (144,172,225).

  • red value is 144;
  • green value is 172;
  • blue value is 225.
RGB:
(144,172,225)
(56%,67%,88%)

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 225 of 255 = 88%

144
172
225

R + G + B ~ 70%. #90ACE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 172 + 225 = 541 (100%)
R 144 of 541 ~ 26.62%
G 172 of 541 ~ 31.79%
B 225 of 541 ~ 41.59%

%26.62
%31.79
%41.59

CMYK color model

#90ACE1 color CMYK value is (36,24,0,12).

  • cyan value is 36.00%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(36,24,0,12)
C36M24Y0K12 
(36%,24%,0%,12%)
(0.36/0.24/0.00/0.12)	

CMYK percentages

%36
%23.56
%0
%11.76

Codes

Color #90ACE1 in popluar color models

90ACE1
RGB144172225
HSL219°57.45%72.35%
HSB/HSV219°36.00%88.24%
CMYK36.00%23.56%0.00%
11.76%

Color #90ACE1 in popluar number systems.

HEX90ACE1
Decimal144172225
Binary100100001010110011100001
Octal220254341

Shades and tints

Shades of #90ACE1

#90ACE1
(144,172,225)
#839DCD
(131,157,205)
#768EB9
(118,142,185)
#697FA5
(105,127,165)
#5C7091
(92,112,145)
#4F617D
(79,97,125)
#425269
(66,82,105)
#354355
(53,67,85)
#283441
(40,52,65)
#1B252D
(27,37,45)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #90ACE1

#90ACE1
(144,172,225)
#9AB3E3
(154,179,227)
#A4BAE5
(164,186,229)
#AEC1E7
(174,193,231)
#B8C8E9
(184,200,233)
#C2CFEB
(194,207,235)
#CCD6ED
(204,214,237)
#D6DDEF
(214,221,239)
#E0E4F1
(224,228,241)
#EAEBF3
(234,235,243)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ACE1 color. Also use rgb(144,172,225) instead hex code.

Text Font Color

.myTextColor { color: #90ACE1; }

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

This text font color is #90ACE1.


Background Color

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

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

This div background color is #90ACE1.


Border color

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

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

This div border color is #90ACE1.


Opacity

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

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

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

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

This text has shadow with #90ACE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ACE1 on black background.


Color preview on white background

This text has color #90ACE1 on white background.



Black color preview on #90ACE1 background

This text has black color on #90ACE1 background.


White color preview on #90ACE1 background

This text has white color on #90ACE1 background.