COLOR #8EACDC

HEX: #8EACDC
RGB: (142,172,220)

Color info

#8EACDC contains mainly green and blue colors. Web safe color of #8EACDC is #9999CC (or #99C).

RGB color model

#8EACDC color RGB value is (142,172,220).

  • red value is 142;
  • green value is 172;
  • blue value is 220.
RGB:
(142,172,220)
(56%,67%,86%)

RGB channels and saturation

R 142 of 255 = 56%
G 172 of 255 = 67%
B 220 of 255 = 86%

142
172
220

R + G + B ~ 70%. #8EACDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 172 + 220 = 534 (100%)
R 142 of 534 ~ 26.59%
G 172 of 534 ~ 32.21%
B 220 of 534 ~ 41.2%

%26.59
%32.21
%41.2

CMYK color model

#8EACDC color CMYK value is (35,22,0,14).

  • cyan value is 35.45%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(35,22,0,14)
C35M22Y0K14 
(35%,22%,0%,14%)
(0.35/0.22/0.00/0.14)	

CMYK percentages

%35.45
%21.82
%0
%13.73

Codes

Color #8EACDC in popluar color models

8EACDC
RGB142172220
HSL217°52.70%70.98%
HSB/HSV217°35.45%86.27%
CMYK35.45%21.82%0.00%
13.73%

Color #8EACDC in popluar number systems.

HEX8EACDC
Decimal142172220
Binary100011101010110011011100
Octal216254334

Shades and tints

Shades of #8EACDC

#8EACDC
(142,172,220)
#829DC8
(130,157,200)
#768EB4
(118,142,180)
#6A7FA0
(106,127,160)
#5E708C
(94,112,140)
#526178
(82,97,120)
#465264
(70,82,100)
#3A4350
(58,67,80)
#2E343C
(46,52,60)
#222528
(34,37,40)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #8EACDC

#8EACDC
(142,172,220)
#98B3DF
(152,179,223)
#A2BAE2
(162,186,226)
#ACC1E5
(172,193,229)
#B6C8E8
(182,200,232)
#C0CFEB
(192,207,235)
#CAD6EE
(202,214,238)
#D4DDF1
(212,221,241)
#DEE4F4
(222,228,244)
#E8EBF7
(232,235,247)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EACDC color. Also use rgb(142,172,220) instead hex code.

Text Font Color

.myTextColor { color: #8EACDC; }

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

This text font color is #8EACDC.


Background Color

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

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

This div background color is #8EACDC.


Border color

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

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

This div border color is #8EACDC.


Opacity

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

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

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

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

This text has shadow with #8EACDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EACDC on black background.


Color preview on white background

This text has color #8EACDC on white background.



Black color preview on #8EACDC background

This text has black color on #8EACDC background.


White color preview on #8EACDC background

This text has white color on #8EACDC background.