COLOR #8ACEE8

HEX: #8ACEE8
RGB: (138,206,232)

Color info

#8ACEE8 contains mainly green and blue colors. Web safe color of #8ACEE8 is #99CCFF (or #9CF).

RGB color model

#8ACEE8 color RGB value is (138,206,232).

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

RGB channels and saturation

R 138 of 255 = 54%
G 206 of 255 = 81%
B 232 of 255 = 91%

138
206
232

R + G + B ~ 75%. #8ACEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 206 + 232 = 576 (100%)
R 138 of 576 ~ 23.96%
G 206 of 576 ~ 35.76%
B 232 of 576 ~ 40.28%

%23.96
%35.76
%40.28

CMYK color model

#8ACEE8 color CMYK value is (41,11,0,9).

  • cyan value is 40.52%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(41,11,0,9)
C41M11Y0K9 
(41%,11%,0%,9%)
(0.41/0.11/0.00/0.09)	

CMYK percentages

%40.52
%11.21
%0
%9.02

Codes

Color #8ACEE8 in popluar color models

8ACEE8
RGB138206232
HSL197°67.14%72.55%
HSB/HSV197°40.52%90.98%
CMYK40.52%11.21%0.00%
9.02%

Color #8ACEE8 in popluar number systems.

HEX8ACEE8
Decimal138206232
Binary100010101100111011101000
Octal212316350

Shades and tints

Shades of #8ACEE8

#8ACEE8
(138,206,232)
#7EBCD3
(126,188,211)
#72AABE
(114,170,190)
#6698A9
(102,152,169)
#5A8694
(90,134,148)
#4E747F
(78,116,127)
#42626A
(66,98,106)
#365055
(54,80,85)
#2A3E40
(42,62,64)
#1E2C2B
(30,44,43)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #8ACEE8

#8ACEE8
(138,206,232)
#94D2EA
(148,210,234)
#9ED6EC
(158,214,236)
#A8DAEE
(168,218,238)
#B2DEF0
(178,222,240)
#BCE2F2
(188,226,242)
#C6E6F4
(198,230,244)
#D0EAF6
(208,234,246)
#DAEEF8
(218,238,248)
#E4F2FA
(228,242,250)
#EEF6FC
(238,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACEE8; }

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

This text font color is #8ACEE8.


Background Color

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

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

This div background color is #8ACEE8.


Border color

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

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

This div border color is #8ACEE8.


Opacity

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

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

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

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

This text has shadow with #8ACEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACEE8 on black background.


Color preview on white background

This text has color #8ACEE8 on white background.



Black color preview on #8ACEE8 background

This text has black color on #8ACEE8 background.


White color preview on #8ACEE8 background

This text has white color on #8ACEE8 background.