COLOR #8AD085

HEX: #8AD085
RGB: (138,208,133)

Color info

#8AD085 contains mainly green color. Web safe color of #8AD085 is #99CC99 (or #9C9).

RGB color model

#8AD085 color RGB value is (138,208,133).

  • red value is 138;
  • green value is 208;
  • blue value is 133.
RGB:
(138,208,133)
(54%,82%,52%)

RGB channels and saturation

R 138 of 255 = 54%
G 208 of 255 = 82%
B 133 of 255 = 52%

138
208
133

R + G + B ~ 63%. #8AD085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 208 + 133 = 479 (100%)
R 138 of 479 ~ 28.81%
G 208 of 479 ~ 43.42%
B 133 of 479 ~ 27.77%

%28.81
%43.42
%27.77

CMYK color model

#8AD085 color CMYK value is (34,0,36,18).

  • cyan value is 33.65%
  • magenta value is 0.00%
  • yellow value is 36.06%
  • key color value is 18.43%
CMYK:
(34,0,36,18)
C34M0Y36K18 
(34%,0%,36%,18%)
(0.34/0.00/0.36/0.18)	

CMYK percentages

%33.65
%0
%36.06
%18.43

Codes

Color #8AD085 in popluar color models

8AD085
RGB138208133
HSL116°44.38%66.86%
HSB/HSV116°36.06%81.57%
CMYK33.65%0.00%36.06%
18.43%

Color #8AD085 in popluar number systems.

HEX8AD085
Decimal138208133
Binary100010101101000010000101
Octal212320205

Shades and tints

Shades of #8AD085

#8AD085
(138,208,133)
#7EBE79
(126,190,121)
#72AC6D
(114,172,109)
#669A61
(102,154,97)
#5A8855
(90,136,85)
#4E7649
(78,118,73)
#42643D
(66,100,61)
#365231
(54,82,49)
#2A4025
(42,64,37)
#1E2E19
(30,46,25)
#121C0D
(18,28,13)
#000000
(0,0,0)

Tints of #8AD085

#8AD085
(138,208,133)
#94D490
(148,212,144)
#9ED89B
(158,216,155)
#A8DCA6
(168,220,166)
#B2E0B1
(178,224,177)
#BCE4BC
(188,228,188)
#C6E8C7
(198,232,199)
#D0ECD2
(208,236,210)
#DAF0DD
(218,240,221)
#E4F4E8
(228,244,232)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD085 color. Also use rgb(138,208,133) instead hex code.

Text Font Color

.myTextColor { color: #8AD085; }

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

This text font color is #8AD085.


Background Color

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

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

This div background color is #8AD085.


Border color

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

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

This div border color is #8AD085.


Opacity

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

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

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

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

This text has shadow with #8AD085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD085 on black background.


Color preview on white background

This text has color #8AD085 on white background.



Black color preview on #8AD085 background

This text has black color on #8AD085 background.


White color preview on #8AD085 background

This text has white color on #8AD085 background.