COLOR #8ACCAD

HEX: #8ACCAD RGB: (138,204,173)

Color info

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

RGB color model

#8ACCAD color RGB value is (138,204,173).

RGB: (138,204,173) (54%, 80%, 68%)

RGB channels and saturation

R 138 of 255 = 54%
G 204 of 255 = 80%
B 173 of 255 = 68%

138
204
173

R + G + B ~ 67%. #8ACCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 204 + 173 = 515 (100%)
R 138 of 515 ~ 26.8%
G 204 of 515 ~ 39.61%
B 173 of 515 ~ 33.59'%

%26.8
%39.61
%33.59

CMYK color model

#8ACCAD color CMYK value is (32,0,15,20).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 20.00%
CMYK: (32,0,15,20) C32M0Y15K20 (32%,0%,15%,20%) (0.32/0.00/0.15/0.20) 

CMYK percentages

%32.35
%0
%15.2
%20

Codes

Color #8ACCAD in popluar color models

8A CC AD
RGB 138 204 173
HSL 152° 39.29% 67.06%
HSB/HSV 152° 32.35% 80.00%
CMYK 32.35% 0.00% 15.20%
20.00%

Color #8ACCAD in popluar number systems.

HEX 8A CC AD
Decimal 138 204 173
Binary 10001010 11001100 10101101
Octal 212 314 255

Shades and tints

Shades of #8ACCAD

#8ACCAD
(138,204,173)
#7EBA9E
(126,186,158)
#72A88F
(114,168,143)
#669680
(102,150,128)
#5A8471
(90,132,113)
#4E7262
(78,114,98)
#426053
(66,96,83)
#364E44
(54,78,68)
#2A3C35
(42,60,53)
#1E2A26
(30,42,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #8ACCAD

#8ACCAD
(138,204,173)
#94D0B4
(148,208,180)
#9ED4BB
(158,212,187)
#A8D8C2
(168,216,194)
#B2DCC9
(178,220,201)
#BCE0D0
(188,224,208)
#C6E4D7
(198,228,215)
#D0E8DE
(208,232,222)
#DAECE5
(218,236,229)
#E4F0EC
(228,240,236)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACCAD color. Also use rgb(138,204,173) instead hex code.

Text Font Color

.myTextColor { color: #8ACCAD; }

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

This text font color is #8ACCAD.

Background Color

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

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

This div background color is #8ACCAD.

Border color

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

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

This div border color is #8ACCAD.

Opacity

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

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

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

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

This text has shadow with #8ACCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACCAD.

Preview

Color preview on black background

This text has color #8ACCAD on black background.


Color preview on white background

This text has color #8ACCAD on white background.


Black color preview on #8ACCAD background

This text has black color on #8ACCAD background.


White color preview on #8ACCAD background

This text has white color on #8ACCAD background.


Related colors

Complementary color

Complementary color for #hex is #753352.


I love getcolorcode.com

Triadic colors

1 #AD8ACC and #CCAD8A with #8ACCAD are triadic colors.

2 #ADCC8A and #CC8AAD with #8ACCAD are triadic colors.