COLOR #8DC6E0

HEX: #8DC6E0
RGB: (141,198,224)

Color info

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

RGB color model

#8DC6E0 color RGB value is (141,198,224).

  • red value is 141;
  • green value is 198;
  • blue value is 224.
RGB:
(141,198,224)
(55%,78%,88%)

RGB channels and saturation

R 141 of 255 = 55%
G 198 of 255 = 78%
B 224 of 255 = 88%

141
198
224

R + G + B ~ 74%. #8DC6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 198 + 224 = 563 (100%)
R 141 of 563 ~ 25.04%
G 198 of 563 ~ 35.17%
B 224 of 563 ~ 39.79%

%25.04
%35.17
%39.79

CMYK color model

#8DC6E0 color CMYK value is (37,12,0,12).

  • cyan value is 37.05%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(37,12,0,12)
C37M12Y0K12 
(37%,12%,0%,12%)
(0.37/0.12/0.00/0.12)	

CMYK percentages

%37.05
%11.61
%0
%12.16

Codes

Color #8DC6E0 in popluar color models

8DC6E0
RGB141198224
HSL199°57.24%71.57%
HSB/HSV199°37.05%87.84%
CMYK37.05%11.61%0.00%
12.16%

Color #8DC6E0 in popluar number systems.

HEX8DC6E0
Decimal141198224
Binary100011011100011011100000
Octal215306340

Shades and tints

Shades of #8DC6E0

#8DC6E0
(141,198,224)
#81B4CC
(129,180,204)
#75A2B8
(117,162,184)
#6990A4
(105,144,164)
#5D7E90
(93,126,144)
#516C7C
(81,108,124)
#455A68
(69,90,104)
#394854
(57,72,84)
#2D3640
(45,54,64)
#21242C
(33,36,44)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #8DC6E0

#8DC6E0
(141,198,224)
#97CBE2
(151,203,226)
#A1D0E4
(161,208,228)
#ABD5E6
(171,213,230)
#B5DAE8
(181,218,232)
#BFDFEA
(191,223,234)
#C9E4EC
(201,228,236)
#D3E9EE
(211,233,238)
#DDEEF0
(221,238,240)
#E7F3F2
(231,243,242)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC6E0 color. Also use rgb(141,198,224) instead hex code.

Text Font Color

.myTextColor { color: #8DC6E0; }

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

This text font color is #8DC6E0.


Background Color

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

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

This div background color is #8DC6E0.


Border color

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

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

This div border color is #8DC6E0.


Opacity

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

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

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

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

This text has shadow with #8DC6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC6E0 on black background.


Color preview on white background

This text has color #8DC6E0 on white background.



Black color preview on #8DC6E0 background

This text has black color on #8DC6E0 background.


White color preview on #8DC6E0 background

This text has white color on #8DC6E0 background.