COLOR #8AADC8

HEX: #8AADC8
RGB: (138,173,200)

Color info

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

RGB color model

#8AADC8 color RGB value is (138,173,200).

  • red value is 138;
  • green value is 173;
  • blue value is 200.
RGB:
(138,173,200)
(54%,68%,78%)

RGB channels and saturation

R 138 of 255 = 54%
G 173 of 255 = 68%
B 200 of 255 = 78%

138
173
200

R + G + B ~ 67%. #8AADC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 173 + 200 = 511 (100%)
R 138 of 511 ~ 27.01%
G 173 of 511 ~ 33.86%
B 200 of 511 ~ 39.14%

%27.01
%33.86
%39.14

CMYK color model

#8AADC8 color CMYK value is (31,14,0,22).

  • cyan value is 31.00%
  • magenta value is 13.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(31,14,0,22)
C31M14Y0K22 
(31%,14%,0%,22%)
(0.31/0.14/0.00/0.22)	

CMYK percentages

%31
%13.5
%0
%21.57

Codes

Color #8AADC8 in popluar color models

8AADC8
RGB138173200
HSL206°36.05%66.27%
HSB/HSV206°31.00%78.43%
CMYK31.00%13.50%0.00%
21.57%

Color #8AADC8 in popluar number systems.

HEX8AADC8
Decimal138173200
Binary100010101010110111001000
Octal212255310

Shades and tints

Shades of #8AADC8

#8AADC8
(138,173,200)
#7E9EB6
(126,158,182)
#728FA4
(114,143,164)
#668092
(102,128,146)
#5A7180
(90,113,128)
#4E626E
(78,98,110)
#42535C
(66,83,92)
#36444A
(54,68,74)
#2A3538
(42,53,56)
#1E2626
(30,38,38)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #8AADC8

#8AADC8
(138,173,200)
#94B4CD
(148,180,205)
#9EBBD2
(158,187,210)
#A8C2D7
(168,194,215)
#B2C9DC
(178,201,220)
#BCD0E1
(188,208,225)
#C6D7E6
(198,215,230)
#D0DEEB
(208,222,235)
#DAE5F0
(218,229,240)
#E4ECF5
(228,236,245)
#EEF3FA
(238,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AADC8 color. Also use rgb(138,173,200) instead hex code.

Text Font Color

.myTextColor { color: #8AADC8; }

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

This text font color is #8AADC8.


Background Color

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

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

This div background color is #8AADC8.


Border color

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

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

This div border color is #8AADC8.


Opacity

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

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

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

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

This text has shadow with #8AADC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AADC8 on black background.


Color preview on white background

This text has color #8AADC8 on white background.



Black color preview on #8AADC8 background

This text has black color on #8AADC8 background.


White color preview on #8AADC8 background

This text has white color on #8AADC8 background.