COLOR #8AD8D3

HEX: #8AD8D3
RGB: (138,216,211)

Color info

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

RGB color model

#8AD8D3 color RGB value is (138,216,211).

  • red value is 138;
  • green value is 216;
  • blue value is 211.
RGB:
(138,216,211)
(54%,85%,83%)

RGB channels and saturation

R 138 of 255 = 54%
G 216 of 255 = 85%
B 211 of 255 = 83%

138
216
211

R + G + B ~ 74%. #8AD8D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 216 + 211 = 565 (100%)
R 138 of 565 ~ 24.42%
G 216 of 565 ~ 38.23%
B 211 of 565 ~ 37.35%

%24.42
%38.23
%37.35

CMYK color model

#8AD8D3 color CMYK value is (36,0,2,15).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 15.29%
CMYK:
(36,0,2,15)
C36M0Y2K15 
(36%,0%,2%,15%)
(0.36/0.00/0.02/0.15)	

CMYK percentages

%36.11
%0
%2.31
%15.29

Codes

Color #8AD8D3 in popluar color models

8AD8D3
RGB138216211
HSL176°50.00%69.41%
HSB/HSV176°36.11%84.71%
CMYK36.11%0.00%2.31%
15.29%

Color #8AD8D3 in popluar number systems.

HEX8AD8D3
Decimal138216211
Binary100010101101100011010011
Octal212330323

Shades and tints

Shades of #8AD8D3

#8AD8D3
(138,216,211)
#7EC5C0
(126,197,192)
#72B2AD
(114,178,173)
#669F9A
(102,159,154)
#5A8C87
(90,140,135)
#4E7974
(78,121,116)
#426661
(66,102,97)
#36534E
(54,83,78)
#2A403B
(42,64,59)
#1E2D28
(30,45,40)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #8AD8D3

#8AD8D3
(138,216,211)
#94DBD7
(148,219,215)
#9EDEDB
(158,222,219)
#A8E1DF
(168,225,223)
#B2E4E3
(178,228,227)
#BCE7E7
(188,231,231)
#C6EAEB
(198,234,235)
#D0EDEF
(208,237,239)
#DAF0F3
(218,240,243)
#E4F3F7
(228,243,247)
#EEF6FB
(238,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD8D3 color. Also use rgb(138,216,211) instead hex code.

Text Font Color

.myTextColor { color: #8AD8D3; }

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

This text font color is #8AD8D3.


Background Color

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

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

This div background color is #8AD8D3.


Border color

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

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

This div border color is #8AD8D3.


Opacity

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

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

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

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

This text has shadow with #8AD8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD8D3 on black background.


Color preview on white background

This text has color #8AD8D3 on white background.



Black color preview on #8AD8D3 background

This text has black color on #8AD8D3 background.


White color preview on #8AD8D3 background

This text has white color on #8AD8D3 background.