COLOR #8DD9E1

HEX: #8DD9E1 RGB: (141,217,225)

Color info

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

RGB color model

#8DD9E1 color RGB value is (141,217,225).

RGB: (141,217,225) (55%, 85%, 88%)

RGB channels and saturation

R 141 of 255 = 55%
G 217 of 255 = 85%
B 225 of 255 = 88%

141
217
225

R + G + B ~ 76%. #8DD9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 217 + 225 = 583 (100%)
R 141 of 583 ~ 24.19%
G 217 of 583 ~ 37.22%
B 225 of 583 ~ 38.59'%

%24.19
%37.22
%38.59

CMYK color model

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

  • cyan value is 37.33%
  • magenta value is 3.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (37,4,0,12)
C37M4Y0K12 (37%, 4%, 0%, 12%)
(0.37 / 0.04 / 0.00 / 0.12)

CMYK percentages

%37.33
%3.56
%0
%11.76

Codes

Color #8DD9E1 in popluar color models

8D D9 E1
RGB 141 217 225
HSL 186° 58.33% 71.76%
HSB/HSV 186° 37.33% 88.24%
CMYK 37.33% 3.56% 0.00%
11.76%

Color #8DD9E1 in popluar number systems.

HEX 8D D9 E1
Decimal 141 217 225
Binary 10001101 11011001 11100001
Octal 215 331 341

Shades and tints

Shades of #8DD9E1

#8DD9E1
(141,217,225)
#81C6CD
(129,198,205)
#75B3B9
(117,179,185)
#69A0A5
(105,160,165)
#5D8D91
(93,141,145)
#517A7D
(81,122,125)
#456769
(69,103,105)
#395455
(57,84,85)
#2D4141
(45,65,65)
#212E2D
(33,46,45)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #8DD9E1

#8DD9E1
(141,217,225)
#97DCE3
(151,220,227)
#A1DFE5
(161,223,229)
#ABE2E7
(171,226,231)
#B5E5E9
(181,229,233)
#BFE8EB
(191,232,235)
#C9EBED
(201,235,237)
#D3EEEF
(211,238,239)
#DDF1F1
(221,241,241)
#E7F4F3
(231,244,243)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD9E1; }

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

This text font color is #8DD9E1.

Background Color

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

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

This div background color is #8DD9E1.

Border color

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

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

This div border color is #8DD9E1.

Opacity

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

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

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

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

This text has shadow with #8DD9E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DD9E1.

Preview

Color preview on black background

This text has color #8DD9E1 on black background.


Color preview on white background

This text has color #8DD9E1 on white background.


Black color preview on #8DD9E1 background

This text has black color on #8DD9E1 background.


White color preview on #8DD9E1 background

This text has white color on #8DD9E1 background.


Related colors

Complementary color

Complementary color for #hex is #72261E.


I love getcolorcode.com

Triadic colors

1 #E18DD9 and #D9E18D with #8DD9E1 are triadic colors.

2 #E1D98D and #D98DE1 with #8DD9E1 are triadic colors.