COLOR #8AC8DE

HEX: #8AC8DE
RGB: (138,200,222)

Color info

#8AC8DE contains mainly green and blue colors. Web safe color of #8AC8DE is #99CCCC (or #9CC).

RGB color model

#8AC8DE color RGB value is (138,200,222).

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

RGB channels and saturation

R 138 of 255 = 54%
G 200 of 255 = 78%
B 222 of 255 = 87%

138
200
222

R + G + B ~ 73%. #8AC8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 200 + 222 = 560 (100%)
R 138 of 560 ~ 24.64%
G 200 of 560 ~ 35.71%
B 222 of 560 ~ 39.64%

%24.64
%35.71
%39.64

CMYK color model

#8AC8DE color CMYK value is (38,10,0,13).

  • cyan value is 37.84%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(38,10,0,13)
C38M10Y0K13 
(38%,10%,0%,13%)
(0.38/0.10/0.00/0.13)	

CMYK percentages

%37.84
%9.91
%0
%12.94

Codes

Color #8AC8DE in popluar color models

8AC8DE
RGB138200222
HSL196°56.00%70.59%
HSB/HSV196°37.84%87.06%
CMYK37.84%9.91%0.00%
12.94%

Color #8AC8DE in popluar number systems.

HEX8AC8DE
Decimal138200222
Binary100010101100100011011110
Octal212310336

Shades and tints

Shades of #8AC8DE

#8AC8DE
(138,200,222)
#7EB6CA
(126,182,202)
#72A4B6
(114,164,182)
#6692A2
(102,146,162)
#5A808E
(90,128,142)
#4E6E7A
(78,110,122)
#425C66
(66,92,102)
#364A52
(54,74,82)
#2A383E
(42,56,62)
#1E262A
(30,38,42)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #8AC8DE

#8AC8DE
(138,200,222)
#94CDE1
(148,205,225)
#9ED2E4
(158,210,228)
#A8D7E7
(168,215,231)
#B2DCEA
(178,220,234)
#BCE1ED
(188,225,237)
#C6E6F0
(198,230,240)
#D0EBF3
(208,235,243)
#DAF0F6
(218,240,246)
#E4F5F9
(228,245,249)
#EEFAFC
(238,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC8DE; }

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

This text font color is #8AC8DE.


Background Color

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

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

This div background color is #8AC8DE.


Border color

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

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

This div border color is #8AC8DE.


Opacity

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

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

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

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

This text has shadow with #8AC8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC8DE on black background.


Color preview on white background

This text has color #8AC8DE on white background.



Black color preview on #8AC8DE background

This text has black color on #8AC8DE background.


White color preview on #8AC8DE background

This text has white color on #8AC8DE background.