COLOR #8AD6C6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
214
198

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

Portions of RGB colors in percentages

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

%25.09
%38.91
%36

CMYK color model

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

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

CMYK percentages

%35.51
%0
%7.48
%16.08

Codes

Color #8AD6C6 in popluar color models

8AD6C6
RGB138214198
HSL167°48.10%69.02%
HSB/HSV167°35.51%83.92%
CMYK35.51%0.00%7.48%
16.08%

Color #8AD6C6 in popluar number systems.

HEX8AD6C6
Decimal138214198
Binary100010101101011011000110
Octal212326306

Shades and tints

Shades of #8AD6C6

#8AD6C6
(138,214,198)
#7EC3B4
(126,195,180)
#72B0A2
(114,176,162)
#669D90
(102,157,144)
#5A8A7E
(90,138,126)
#4E776C
(78,119,108)
#42645A
(66,100,90)
#365148
(54,81,72)
#2A3E36
(42,62,54)
#1E2B24
(30,43,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #8AD6C6

#8AD6C6
(138,214,198)
#94D9CB
(148,217,203)
#9EDCD0
(158,220,208)
#A8DFD5
(168,223,213)
#B2E2DA
(178,226,218)
#BCE5DF
(188,229,223)
#C6E8E4
(198,232,228)
#D0EBE9
(208,235,233)
#DAEEEE
(218,238,238)
#E4F1F3
(228,241,243)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD6C6; }

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

This text font color is #8AD6C6.


Background Color

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

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

This div background color is #8AD6C6.


Border color

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

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

This div border color is #8AD6C6.


Opacity

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

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

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

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

This text has shadow with #8AD6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD6C6 on black background.


Color preview on white background

This text has color #8AD6C6 on white background.



Black color preview on #8AD6C6 background

This text has black color on #8AD6C6 background.


White color preview on #8AD6C6 background

This text has white color on #8AD6C6 background.