COLOR #8DD6E6

HEX: #8DD6E6
RGB: (141,214,230)

Color info

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

RGB color model

#8DD6E6 color RGB value is (141,214,230).

  • red value is 141;
  • green value is 214;
  • blue value is 230.
RGB:
(141,214,230)
(55%,84%,90%)

RGB channels and saturation

R 141 of 255 = 55%
G 214 of 255 = 84%
B 230 of 255 = 90%

141
214
230

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

Portions of RGB colors in percentages

R + G + B =
141 + 214 + 230 = 585 (100%)
R 141 of 585 ~ 24.1%
G 214 of 585 ~ 36.58%
B 230 of 585 ~ 39.32%

%24.1
%36.58
%39.32

CMYK color model

#8DD6E6 color CMYK value is (39,7,0,10).

  • cyan value is 38.70%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(39,7,0,10)
C39M7Y0K10 
(39%,7%,0%,10%)
(0.39/0.07/0.00/0.10)	

CMYK percentages

%38.7
%6.96
%0
%9.8

Codes

Color #8DD6E6 in popluar color models

8DD6E6
RGB141214230
HSL191°64.03%72.75%
HSB/HSV191°38.70%90.20%
CMYK38.70%6.96%0.00%
9.80%

Color #8DD6E6 in popluar number systems.

HEX8DD6E6
Decimal141214230
Binary100011011101011011100110
Octal215326346

Shades and tints

Shades of #8DD6E6

#8DD6E6
(141,214,230)
#81C3D2
(129,195,210)
#75B0BE
(117,176,190)
#699DAA
(105,157,170)
#5D8A96
(93,138,150)
#517782
(81,119,130)
#45646E
(69,100,110)
#39515A
(57,81,90)
#2D3E46
(45,62,70)
#212B32
(33,43,50)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #8DD6E6

#8DD6E6
(141,214,230)
#97D9E8
(151,217,232)
#A1DCEA
(161,220,234)
#ABDFEC
(171,223,236)
#B5E2EE
(181,226,238)
#BFE5F0
(191,229,240)
#C9E8F2
(201,232,242)
#D3EBF4
(211,235,244)
#DDEEF6
(221,238,246)
#E7F1F8
(231,241,248)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD6E6 color. Also use rgb(141,214,230) instead hex code.

Text Font Color

.myTextColor { color: #8DD6E6; }

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

This text font color is #8DD6E6.


Background Color

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

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

This div background color is #8DD6E6.


Border color

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

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

This div border color is #8DD6E6.


Opacity

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

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

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

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

This text has shadow with #8DD6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD6E6 on black background.


Color preview on white background

This text has color #8DD6E6 on white background.



Black color preview on #8DD6E6 background

This text has black color on #8DD6E6 background.


White color preview on #8DD6E6 background

This text has white color on #8DD6E6 background.