COLOR #8AD3C7

HEX: #8AD3C7
RGB: (138,211,199)

Color info

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

RGB color model

#8AD3C7 color RGB value is (138,211,199).

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

RGB channels and saturation

R 138 of 255 = 54%
G 211 of 255 = 83%
B 199 of 255 = 78%

138
211
199

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

Portions of RGB colors in percentages

R + G + B =
138 + 211 + 199 = 548 (100%)
R 138 of 548 ~ 25.18%
G 211 of 548 ~ 38.5%
B 199 of 548 ~ 36.31%

%25.18
%38.5
%36.31

CMYK color model

#8AD3C7 color CMYK value is (35,0,6,17).

  • cyan value is 34.60%
  • magenta value is 0.00%
  • yellow value is 5.69%
  • key color value is 17.25%
CMYK:
(35,0,6,17)
C35M0Y6K17 
(35%,0%,6%,17%)
(0.35/0.00/0.06/0.17)	

CMYK percentages

%34.6
%0
%5.69
%17.25

Codes

Color #8AD3C7 in popluar color models

8AD3C7
RGB138211199
HSL170°45.34%68.43%
HSB/HSV170°34.60%82.75%
CMYK34.60%0.00%5.69%
17.25%

Color #8AD3C7 in popluar number systems.

HEX8AD3C7
Decimal138211199
Binary100010101101001111000111
Octal212323307

Shades and tints

Shades of #8AD3C7

#8AD3C7
(138,211,199)
#7EC0B5
(126,192,181)
#72ADA3
(114,173,163)
#669A91
(102,154,145)
#5A877F
(90,135,127)
#4E746D
(78,116,109)
#42615B
(66,97,91)
#364E49
(54,78,73)
#2A3B37
(42,59,55)
#1E2825
(30,40,37)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #8AD3C7

#8AD3C7
(138,211,199)
#94D7CC
(148,215,204)
#9EDBD1
(158,219,209)
#A8DFD6
(168,223,214)
#B2E3DB
(178,227,219)
#BCE7E0
(188,231,224)
#C6EBE5
(198,235,229)
#D0EFEA
(208,239,234)
#DAF3EF
(218,243,239)
#E4F7F4
(228,247,244)
#EEFBF9
(238,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AD3C7; }

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

This text font color is #8AD3C7.


Background Color

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

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

This div background color is #8AD3C7.


Border color

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

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

This div border color is #8AD3C7.


Opacity

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

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

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

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

This text has shadow with #8AD3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD3C7 on black background.


Color preview on white background

This text has color #8AD3C7 on white background.



Black color preview on #8AD3C7 background

This text has black color on #8AD3C7 background.


White color preview on #8AD3C7 background

This text has white color on #8AD3C7 background.