COLOR #8AC6D6

HEX: #8AC6D6
RGB: (138,198,214)

Color info

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

RGB color model

#8AC6D6 color RGB value is (138,198,214).

  • red value is 138;
  • green value is 198;
  • blue value is 214.
RGB:
(138,198,214)
(54%,78%,84%)

RGB channels and saturation

R 138 of 255 = 54%
G 198 of 255 = 78%
B 214 of 255 = 84%

138
198
214

R + G + B ~ 72%. #8AC6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 198 + 214 = 550 (100%)
R 138 of 550 ~ 25.09%
G 198 of 550 ~ 36%
B 214 of 550 ~ 38.91%

%25.09
%36
%38.91

CMYK color model

#8AC6D6 color CMYK value is (36,7,0,16).

  • cyan value is 35.51%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(36,7,0,16)
C36M7Y0K16 
(36%,7%,0%,16%)
(0.36/0.07/0.00/0.16)	

CMYK percentages

%35.51
%7.48
%0
%16.08

Codes

Color #8AC6D6 in popluar color models

8AC6D6
RGB138198214
HSL193°48.10%69.02%
HSB/HSV193°35.51%83.92%
CMYK35.51%7.48%0.00%
16.08%

Color #8AC6D6 in popluar number systems.

HEX8AC6D6
Decimal138198214
Binary100010101100011011010110
Octal212306326

Shades and tints

Shades of #8AC6D6

#8AC6D6
(138,198,214)
#7EB4C3
(126,180,195)
#72A2B0
(114,162,176)
#66909D
(102,144,157)
#5A7E8A
(90,126,138)
#4E6C77
(78,108,119)
#425A64
(66,90,100)
#364851
(54,72,81)
#2A363E
(42,54,62)
#1E242B
(30,36,43)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #8AC6D6

#8AC6D6
(138,198,214)
#94CBD9
(148,203,217)
#9ED0DC
(158,208,220)
#A8D5DF
(168,213,223)
#B2DAE2
(178,218,226)
#BCDFE5
(188,223,229)
#C6E4E8
(198,228,232)
#D0E9EB
(208,233,235)
#DAEEEE
(218,238,238)
#E4F3F1
(228,243,241)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC6D6 color. Also use rgb(138,198,214) instead hex code.

Text Font Color

.myTextColor { color: #8AC6D6; }

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

This text font color is #8AC6D6.


Background Color

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

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

This div background color is #8AC6D6.


Border color

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

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

This div border color is #8AC6D6.


Opacity

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

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

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

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

This text has shadow with #8AC6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC6D6 on black background.


Color preview on white background

This text has color #8AC6D6 on white background.



Black color preview on #8AC6D6 background

This text has black color on #8AC6D6 background.


White color preview on #8AC6D6 background

This text has white color on #8AC6D6 background.