COLOR #8ACDE9

HEX: #8ACDE9
RGB: (138,205,233)

Color info

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

RGB color model

#8ACDE9 color RGB value is (138,205,233).

  • red value is 138;
  • green value is 205;
  • blue value is 233.
RGB:
(138,205,233)
(54%,80%,91%)

RGB channels and saturation

R 138 of 255 = 54%
G 205 of 255 = 80%
B 233 of 255 = 91%

138
205
233

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

Portions of RGB colors in percentages

R + G + B =
138 + 205 + 233 = 576 (100%)
R 138 of 576 ~ 23.96%
G 205 of 576 ~ 35.59%
B 233 of 576 ~ 40.45%

%23.96
%35.59
%40.45

CMYK color model

#8ACDE9 color CMYK value is (41,12,0,9).

  • cyan value is 40.77%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(41,12,0,9)
C41M12Y0K9 
(41%,12%,0%,9%)
(0.41/0.12/0.00/0.09)	

CMYK percentages

%40.77
%12.02
%0
%8.63

Codes

Color #8ACDE9 in popluar color models

8ACDE9
RGB138205233
HSL198°68.35%72.75%
HSB/HSV198°40.77%91.37%
CMYK40.77%12.02%0.00%
8.63%

Color #8ACDE9 in popluar number systems.

HEX8ACDE9
Decimal138205233
Binary100010101100110111101001
Octal212315351

Shades and tints

Shades of #8ACDE9

#8ACDE9
(138,205,233)
#7EBBD4
(126,187,212)
#72A9BF
(114,169,191)
#6697AA
(102,151,170)
#5A8595
(90,133,149)
#4E7380
(78,115,128)
#42616B
(66,97,107)
#364F56
(54,79,86)
#2A3D41
(42,61,65)
#1E2B2C
(30,43,44)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #8ACDE9

#8ACDE9
(138,205,233)
#94D1EB
(148,209,235)
#9ED5ED
(158,213,237)
#A8D9EF
(168,217,239)
#B2DDF1
(178,221,241)
#BCE1F3
(188,225,243)
#C6E5F5
(198,229,245)
#D0E9F7
(208,233,247)
#DAEDF9
(218,237,249)
#E4F1FB
(228,241,251)
#EEF5FD
(238,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACDE9 color. Also use rgb(138,205,233) instead hex code.

Text Font Color

.myTextColor { color: #8ACDE9; }

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

This text font color is #8ACDE9.


Background Color

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

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

This div background color is #8ACDE9.


Border color

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

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

This div border color is #8ACDE9.


Opacity

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

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

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

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

This text has shadow with #8ACDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACDE9 on black background.


Color preview on white background

This text has color #8ACDE9 on white background.



Black color preview on #8ACDE9 background

This text has black color on #8ACDE9 background.


White color preview on #8ACDE9 background

This text has white color on #8ACDE9 background.