COLOR #8DD1E2

HEX: #8DD1E2
RGB: (141,209,226)

Color info

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

RGB color model

#8DD1E2 color RGB value is (141,209,226).

  • red value is 141;
  • green value is 209;
  • blue value is 226.
RGB:
(141,209,226)
(55%,82%,89%)

RGB channels and saturation

R 141 of 255 = 55%
G 209 of 255 = 82%
B 226 of 255 = 89%

141
209
226

R + G + B ~ 75%. #8DD1E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 209 + 226 = 576 (100%)
R 141 of 576 ~ 24.48%
G 209 of 576 ~ 36.28%
B 226 of 576 ~ 39.24%

%24.48
%36.28
%39.24

CMYK color model

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

  • cyan value is 37.61%
  • magenta value is 7.52%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(38,8,0,11)
C38M8Y0K11 
(38%,8%,0%,11%)
(0.38/0.08/0.00/0.11)	

CMYK percentages

%37.61
%7.52
%0
%11.37

Codes

Color #8DD1E2 in popluar color models

8DD1E2
RGB141209226
HSL192°59.44%71.96%
HSB/HSV192°37.61%88.63%
CMYK37.61%7.52%0.00%
11.37%

Color #8DD1E2 in popluar number systems.

HEX8DD1E2
Decimal141209226
Binary100011011101000111100010
Octal215321342

Shades and tints

Shades of #8DD1E2

#8DD1E2
(141,209,226)
#81BECE
(129,190,206)
#75ABBA
(117,171,186)
#6998A6
(105,152,166)
#5D8592
(93,133,146)
#51727E
(81,114,126)
#455F6A
(69,95,106)
#394C56
(57,76,86)
#2D3942
(45,57,66)
#21262E
(33,38,46)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #8DD1E2

#8DD1E2
(141,209,226)
#97D5E4
(151,213,228)
#A1D9E6
(161,217,230)
#ABDDE8
(171,221,232)
#B5E1EA
(181,225,234)
#BFE5EC
(191,229,236)
#C9E9EE
(201,233,238)
#D3EDF0
(211,237,240)
#DDF1F2
(221,241,242)
#E7F5F4
(231,245,244)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD1E2 color. Also use rgb(141,209,226) instead hex code.

Text Font Color

.myTextColor { color: #8DD1E2; }

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

This text font color is #8DD1E2.


Background Color

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

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

This div background color is #8DD1E2.


Border color

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

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

This div border color is #8DD1E2.


Opacity

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

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

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

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

This text has shadow with #8DD1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD1E2 on black background.


Color preview on white background

This text has color #8DD1E2 on white background.



Black color preview on #8DD1E2 background

This text has black color on #8DD1E2 background.


White color preview on #8DD1E2 background

This text has white color on #8DD1E2 background.