COLOR #8ACCC8

HEX: #8ACCC8 RGB: (138,204,200)

Color info

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

RGB color model

#8ACCC8 color RGB value is (138,204,200).

RGB: (138,204,200) (54%, 80%, 78%)

RGB channels and saturation

R 138 of 255 = 54%
G 204 of 255 = 80%
B 200 of 255 = 78%

138
204
200

R + G + B ~ 71%. #8ACCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 204 + 200 = 542 (100%)
R 138 of 542 ~ 25.46%
G 204 of 542 ~ 37.64%
B 200 of 542 ~ 36.9'%

%25.46
%37.64
%36.9

CMYK color model

#8ACCC8 color CMYK value is (32,0,2,20).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 20.00%
CMYK: (32,0,2,20) C32M0Y2K20 (32%,0%,2%,20%) (0.32/0.00/0.02/0.20) 

CMYK percentages

%32.35
%0
%1.96
%20

Codes

Color #8ACCC8 in popluar color models

8A CC C8
RGB 138 204 200
HSL 176° 39.29% 67.06%
HSB/HSV 176° 32.35% 80.00%
CMYK 32.35% 0.00% 1.96%
20.00%

Color #8ACCC8 in popluar number systems.

HEX 8A CC C8
Decimal 138 204 200
Binary 10001010 11001100 11001000
Octal 212 314 310

Shades and tints

Shades of #8ACCC8

#8ACCC8
(138,204,200)
#7EBAB6
(126,186,182)
#72A8A4
(114,168,164)
#669692
(102,150,146)
#5A8480
(90,132,128)
#4E726E
(78,114,110)
#42605C
(66,96,92)
#364E4A
(54,78,74)
#2A3C38
(42,60,56)
#1E2A26
(30,42,38)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #8ACCC8

#8ACCC8
(138,204,200)
#94D0CD
(148,208,205)
#9ED4D2
(158,212,210)
#A8D8D7
(168,216,215)
#B2DCDC
(178,220,220)
#BCE0E1
(188,224,225)
#C6E4E6
(198,228,230)
#D0E8EB
(208,232,235)
#DAECF0
(218,236,240)
#E4F0F5
(228,240,245)
#EEF4FA
(238,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACCC8; }

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

This text font color is #8ACCC8.

Background Color

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

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

This div background color is #8ACCC8.

Border color

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

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

This div border color is #8ACCC8.

Opacity

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

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

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

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

This text has shadow with #8ACCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACCC8.

Preview

Color preview on black background

This text has color #8ACCC8 on black background.


Color preview on white background

This text has color #8ACCC8 on white background.


Black color preview on #8ACCC8 background

This text has black color on #8ACCC8 background.


White color preview on #8ACCC8 background

This text has white color on #8ACCC8 background.


Related colors

Complementary color

Complementary color for #hex is #753337.


I love getcolorcode.com

Triadic colors

1 #C88ACC and #CCC88A with #8ACCC8 are triadic colors.

2 #C8CC8A and #CC8AC8 with #8ACCC8 are triadic colors.