COLOR #8DC1E1

HEX: #8DC1E1
RGB: (141,193,225)

Color info

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

RGB color model

#8DC1E1 color RGB value is (141,193,225).

  • red value is 141;
  • green value is 193;
  • blue value is 225.
RGB:
(141,193,225)
(55%,76%,88%)

RGB channels and saturation

R 141 of 255 = 55%
G 193 of 255 = 76%
B 225 of 255 = 88%

141
193
225

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

Portions of RGB colors in percentages

R + G + B =
141 + 193 + 225 = 559 (100%)
R 141 of 559 ~ 25.22%
G 193 of 559 ~ 34.53%
B 225 of 559 ~ 40.25%

%25.22
%34.53
%40.25

CMYK color model

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

  • cyan value is 37.33%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(37,14,0,12)
C37M14Y0K12 
(37%,14%,0%,12%)
(0.37/0.14/0.00/0.12)	

CMYK percentages

%37.33
%14.22
%0
%11.76

Codes

Color #8DC1E1 in popluar color models

8DC1E1
RGB141193225
HSL203°58.33%71.76%
HSB/HSV203°37.33%88.24%
CMYK37.33%14.22%0.00%
11.76%

Color #8DC1E1 in popluar number systems.

HEX8DC1E1
Decimal141193225
Binary100011011100000111100001
Octal215301341

Shades and tints

Shades of #8DC1E1

#8DC1E1
(141,193,225)
#81B0CD
(129,176,205)
#759FB9
(117,159,185)
#698EA5
(105,142,165)
#5D7D91
(93,125,145)
#516C7D
(81,108,125)
#455B69
(69,91,105)
#394A55
(57,74,85)
#2D3941
(45,57,65)
#21282D
(33,40,45)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #8DC1E1

#8DC1E1
(141,193,225)
#97C6E3
(151,198,227)
#A1CBE5
(161,203,229)
#ABD0E7
(171,208,231)
#B5D5E9
(181,213,233)
#BFDAEB
(191,218,235)
#C9DFED
(201,223,237)
#D3E4EF
(211,228,239)
#DDE9F1
(221,233,241)
#E7EEF3
(231,238,243)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC1E1 color. Also use rgb(141,193,225) instead hex code.

Text Font Color

.myTextColor { color: #8DC1E1; }

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

This text font color is #8DC1E1.


Background Color

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

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

This div background color is #8DC1E1.


Border color

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

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

This div border color is #8DC1E1.


Opacity

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

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

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

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

This text has shadow with #8DC1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC1E1 on black background.


Color preview on white background

This text has color #8DC1E1 on white background.



Black color preview on #8DC1E1 background

This text has black color on #8DC1E1 background.


White color preview on #8DC1E1 background

This text has white color on #8DC1E1 background.