COLOR #8ACDA5

HEX: #8ACDA5
RGB: (138,205,165)

Color info

#8ACDA5 contains mainly green and blue colors. Web safe color of #8ACDA5 is #99CC99 (or #9C9).

RGB color model

#8ACDA5 color RGB value is (138,205,165).

  • red value is 138;
  • green value is 205;
  • blue value is 165.
RGB:
(138,205,165)
(54%,80%,65%)

RGB channels and saturation

R 138 of 255 = 54%
G 205 of 255 = 80%
B 165 of 255 = 65%

138
205
165

R + G + B ~ 66%. #8ACDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 205 + 165 = 508 (100%)
R 138 of 508 ~ 27.17%
G 205 of 508 ~ 40.35%
B 165 of 508 ~ 32.48%

%27.17
%40.35
%32.48

CMYK color model

#8ACDA5 color CMYK value is (33,0,20,20).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 19.61%
CMYK:
(33,0,20,20)
C33M0Y20K20 
(33%,0%,20%,20%)
(0.33/0.00/0.20/0.20)	

CMYK percentages

%32.68
%0
%19.51
%19.61

Codes

Color #8ACDA5 in popluar color models

8ACDA5
RGB138205165
HSL144°40.12%67.25%
HSB/HSV144°32.68%80.39%
CMYK32.68%0.00%19.51%
19.61%

Color #8ACDA5 in popluar number systems.

HEX8ACDA5
Decimal138205165
Binary100010101100110110100101
Octal212315245

Shades and tints

Shades of #8ACDA5

#8ACDA5
(138,205,165)
#7EBB96
(126,187,150)
#72A987
(114,169,135)
#669778
(102,151,120)
#5A8569
(90,133,105)
#4E735A
(78,115,90)
#42614B
(66,97,75)
#364F3C
(54,79,60)
#2A3D2D
(42,61,45)
#1E2B1E
(30,43,30)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #8ACDA5

#8ACDA5
(138,205,165)
#94D1AD
(148,209,173)
#9ED5B5
(158,213,181)
#A8D9BD
(168,217,189)
#B2DDC5
(178,221,197)
#BCE1CD
(188,225,205)
#C6E5D5
(198,229,213)
#D0E9DD
(208,233,221)
#DAEDE5
(218,237,229)
#E4F1ED
(228,241,237)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACDA5 color. Also use rgb(138,205,165) instead hex code.

Text Font Color

.myTextColor { color: #8ACDA5; }

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

This text font color is #8ACDA5.


Background Color

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

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

This div background color is #8ACDA5.


Border color

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

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

This div border color is #8ACDA5.


Opacity

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

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

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

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

This text has shadow with #8ACDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACDA5 on black background.


Color preview on white background

This text has color #8ACDA5 on white background.



Black color preview on #8ACDA5 background

This text has black color on #8ACDA5 background.


White color preview on #8ACDA5 background

This text has white color on #8ACDA5 background.