COLOR #8DC0E4

HEX: #8DC0E4
RGB: (141,192,228)

Color info

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

RGB color model

#8DC0E4 color RGB value is (141,192,228).

  • red value is 141;
  • green value is 192;
  • blue value is 228.
RGB:
(141,192,228)
(55%,75%,89%)

RGB channels and saturation

R 141 of 255 = 55%
G 192 of 255 = 75%
B 228 of 255 = 89%

141
192
228

R + G + B ~ 73%. #8DC0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 192 + 228 = 561 (100%)
R 141 of 561 ~ 25.13%
G 192 of 561 ~ 34.22%
B 228 of 561 ~ 40.64%

%25.13
%34.22
%40.64

CMYK color model

#8DC0E4 color CMYK value is (38,16,0,11).

  • cyan value is 38.16%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(38,16,0,11)
C38M16Y0K11 
(38%,16%,0%,11%)
(0.38/0.16/0.00/0.11)	

CMYK percentages

%38.16
%15.79
%0
%10.59

Codes

Color #8DC0E4 in popluar color models

8DC0E4
RGB141192228
HSL205°61.70%72.35%
HSB/HSV205°38.16%89.41%
CMYK38.16%15.79%0.00%
10.59%

Color #8DC0E4 in popluar number systems.

HEX8DC0E4
Decimal141192228
Binary100011011100000011100100
Octal215300344

Shades and tints

Shades of #8DC0E4

#8DC0E4
(141,192,228)
#81AFD0
(129,175,208)
#759EBC
(117,158,188)
#698DA8
(105,141,168)
#5D7C94
(93,124,148)
#516B80
(81,107,128)
#455A6C
(69,90,108)
#394958
(57,73,88)
#2D3844
(45,56,68)
#212730
(33,39,48)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #8DC0E4

#8DC0E4
(141,192,228)
#97C5E6
(151,197,230)
#A1CAE8
(161,202,232)
#ABCFEA
(171,207,234)
#B5D4EC
(181,212,236)
#BFD9EE
(191,217,238)
#C9DEF0
(201,222,240)
#D3E3F2
(211,227,242)
#DDE8F4
(221,232,244)
#E7EDF6
(231,237,246)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC0E4 color. Also use rgb(141,192,228) instead hex code.

Text Font Color

.myTextColor { color: #8DC0E4; }

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

This text font color is #8DC0E4.


Background Color

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

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

This div background color is #8DC0E4.


Border color

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

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

This div border color is #8DC0E4.


Opacity

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

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

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

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

This text has shadow with #8DC0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC0E4 on black background.


Color preview on white background

This text has color #8DC0E4 on white background.



Black color preview on #8DC0E4 background

This text has black color on #8DC0E4 background.


White color preview on #8DC0E4 background

This text has white color on #8DC0E4 background.