COLOR #8AAADE

HEX: #8AAADE
RGB: (138,170,222)

Color info

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

RGB color model

#8AAADE color RGB value is (138,170,222).

  • red value is 138;
  • green value is 170;
  • blue value is 222.
RGB:
(138,170,222)
(54%,67%,87%)

RGB channels and saturation

R 138 of 255 = 54%
G 170 of 255 = 67%
B 222 of 255 = 87%

138
170
222

R + G + B ~ 69%. #8AAADE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 170 + 222 = 530 (100%)
R 138 of 530 ~ 26.04%
G 170 of 530 ~ 32.08%
B 222 of 530 ~ 41.89%

%26.04
%32.08
%41.89

CMYK color model

#8AAADE color CMYK value is (38,23,0,13).

  • cyan value is 37.84%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(38,23,0,13)
C38M23Y0K13 
(38%,23%,0%,13%)
(0.38/0.23/0.00/0.13)	

CMYK percentages

%37.84
%23.42
%0
%12.94

Codes

Color #8AAADE in popluar color models

8AAADE
RGB138170222
HSL217°56.00%70.59%
HSB/HSV217°37.84%87.06%
CMYK37.84%23.42%0.00%
12.94%

Color #8AAADE in popluar number systems.

HEX8AAADE
Decimal138170222
Binary100010101010101011011110
Octal212252336

Shades and tints

Shades of #8AAADE

#8AAADE
(138,170,222)
#7E9BCA
(126,155,202)
#728CB6
(114,140,182)
#667DA2
(102,125,162)
#5A6E8E
(90,110,142)
#4E5F7A
(78,95,122)
#425066
(66,80,102)
#364152
(54,65,82)
#2A323E
(42,50,62)
#1E232A
(30,35,42)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #8AAADE

#8AAADE
(138,170,222)
#94B1E1
(148,177,225)
#9EB8E4
(158,184,228)
#A8BFE7
(168,191,231)
#B2C6EA
(178,198,234)
#BCCDED
(188,205,237)
#C6D4F0
(198,212,240)
#D0DBF3
(208,219,243)
#DAE2F6
(218,226,246)
#E4E9F9
(228,233,249)
#EEF0FC
(238,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAADE color. Also use rgb(138,170,222) instead hex code.

Text Font Color

.myTextColor { color: #8AAADE; }

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

This text font color is #8AAADE.


Background Color

.myBgColor { background-color: #8AAADE; }

<div style="background-color:#8AAADE">Inner text</div>

This div background color is #8AAADE.


Border color

.myBorderColor { border: 1px solid #8AAADE; }

<div style="border:3px solid #8AAADE">Div</div>

This div border color is #8AAADE.


Opacity

.myOpacity80 { color: #8AAADE; opacity: 0.8; }

<p style="color:#8AAADE;opacity:0.8;">80%</p>

Text with #8AAADE 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 #8AAADE;}

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

This text has shadow with #8AAADE color.

.textShadow {text-shadow: 3px 3px 1px #8AAADE, 3px 3px 1px red;}

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

This text has shadow with #8AAADE primary color and red secondary color.


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

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

This text has shadow with #8AAADE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAADE on black background.


Color preview on white background

This text has color #8AAADE on white background.



Black color preview on #8AAADE background

This text has black color on #8AAADE background.


White color preview on #8AAADE background

This text has white color on #8AAADE background.