COLOR #8ACAC9

HEX: #8ACAC9 RGB: (138,202,201)

Color info

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

RGB color model

#8ACAC9 color RGB value is (138,202,201).

RGB: (138,202,201) (54%, 79%, 79%)

RGB channels and saturation

R 138 of 255 = 54%
G 202 of 255 = 79%
B 201 of 255 = 79%

138
202
201

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

Portions of RGB colors in percentages

R + G + B = 138 + 202 + 201 = 541 (100%)
R 138 of 541 ~ 25.51%
G 202 of 541 ~ 37.34%
B 201 of 541 ~ 37.15'%

%25.51
%37.34
%37.15

CMYK color model

#8ACAC9 color CMYK value is (32,0,0,21).

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 20.78%
CMYK: (32,0,0,21) C32M0Y0K21 (32%,0%,0%,21%) (0.32/0.00/0.00/0.21) 

CMYK percentages

%31.68
%0
%0.5
%20.78

Codes

Color #8ACAC9 in popluar color models

8A CA C9
RGB 138 202 201
HSL 179° 37.65% 66.67%
HSB/HSV 179° 31.68% 79.22%
CMYK 31.68% 0.00% 0.50%
20.78%

Color #8ACAC9 in popluar number systems.

HEX 8A CA C9
Decimal 138 202 201
Binary 10001010 11001010 11001001
Octal 212 312 311

Shades and tints

Shades of #8ACAC9

#8ACAC9
(138,202,201)
#7EB8B7
(126,184,183)
#72A6A5
(114,166,165)
#669493
(102,148,147)
#5A8281
(90,130,129)
#4E706F
(78,112,111)
#425E5D
(66,94,93)
#364C4B
(54,76,75)
#2A3A39
(42,58,57)
#1E2827
(30,40,39)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #8ACAC9

#8ACAC9
(138,202,201)
#94CECD
(148,206,205)
#9ED2D1
(158,210,209)
#A8D6D5
(168,214,213)
#B2DAD9
(178,218,217)
#BCDEDD
(188,222,221)
#C6E2E1
(198,226,225)
#D0E6E5
(208,230,229)
#DAEAE9
(218,234,233)
#E4EEED
(228,238,237)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACAC9 color. Also use rgb(138,202,201) instead hex code.

Text Font Color

.myTextColor { color: #8ACAC9; }

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

This text font color is #8ACAC9.

Background Color

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

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

This div background color is #8ACAC9.

Border color

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

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

This div border color is #8ACAC9.

Opacity

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

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

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

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

This text has shadow with #8ACAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACAC9.

Preview

Color preview on black background

This text has color #8ACAC9 on black background.


Color preview on white background

This text has color #8ACAC9 on white background.


Black color preview on #8ACAC9 background

This text has black color on #8ACAC9 background.


White color preview on #8ACAC9 background

This text has white color on #8ACAC9 background.


Related colors

Complementary color

Complementary color for #hex is #753536.


I love getcolorcode.com

Triadic colors

1 #C98ACA and #CAC98A with #8ACAC9 are triadic colors.

2 #C9CA8A and #CA8AC9 with #8ACAC9 are triadic colors.