COLOR #8ACEB4

HEX: #8ACEB4
RGB: (138,206,180)

Color info

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

RGB color model

#8ACEB4 color RGB value is (138,206,180).

  • red value is 138;
  • green value is 206;
  • blue value is 180.
RGB:
(138,206,180)
(54%,81%,71%)

RGB channels and saturation

R 138 of 255 = 54%
G 206 of 255 = 81%
B 180 of 255 = 71%

138
206
180

R + G + B ~ 69%. #8ACEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 206 + 180 = 524 (100%)
R 138 of 524 ~ 26.34%
G 206 of 524 ~ 39.31%
B 180 of 524 ~ 34.35%

%26.34
%39.31
%34.35

CMYK color model

#8ACEB4 color CMYK value is (33,0,13,19).

  • cyan value is 33.01%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 19.22%
CMYK:
(33,0,13,19)
C33M0Y13K19 
(33%,0%,13%,19%)
(0.33/0.00/0.13/0.19)	

CMYK percentages

%33.01
%0
%12.62
%19.22

Codes

Color #8ACEB4 in popluar color models

8ACEB4
RGB138206180
HSL157°40.96%67.45%
HSB/HSV157°33.01%80.78%
CMYK33.01%0.00%12.62%
19.22%

Color #8ACEB4 in popluar number systems.

HEX8ACEB4
Decimal138206180
Binary100010101100111010110100
Octal212316264

Shades and tints

Shades of #8ACEB4

#8ACEB4
(138,206,180)
#7EBCA4
(126,188,164)
#72AA94
(114,170,148)
#669884
(102,152,132)
#5A8674
(90,134,116)
#4E7464
(78,116,100)
#426254
(66,98,84)
#365044
(54,80,68)
#2A3E34
(42,62,52)
#1E2C24
(30,44,36)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #8ACEB4

#8ACEB4
(138,206,180)
#94D2BA
(148,210,186)
#9ED6C0
(158,214,192)
#A8DAC6
(168,218,198)
#B2DECC
(178,222,204)
#BCE2D2
(188,226,210)
#C6E6D8
(198,230,216)
#D0EADE
(208,234,222)
#DAEEE4
(218,238,228)
#E4F2EA
(228,242,234)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACEB4 color. Also use rgb(138,206,180) instead hex code.

Text Font Color

.myTextColor { color: #8ACEB4; }

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

This text font color is #8ACEB4.


Background Color

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

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

This div background color is #8ACEB4.


Border color

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

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

This div border color is #8ACEB4.


Opacity

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

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

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

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

This text has shadow with #8ACEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACEB4 on black background.


Color preview on white background

This text has color #8ACEB4 on white background.



Black color preview on #8ACEB4 background

This text has black color on #8ACEB4 background.


White color preview on #8ACEB4 background

This text has white color on #8ACEB4 background.