COLOR #8DDAE6

HEX: #8DDAE6
RGB: (141,218,230)

Color info

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

RGB color model

#8DDAE6 color RGB value is (141,218,230).

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

RGB channels and saturation

R 141 of 255 = 55%
G 218 of 255 = 85%
B 230 of 255 = 90%

141
218
230

R + G + B ~ 77%. #8DDAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 218 + 230 = 589 (100%)
R 141 of 589 ~ 23.94%
G 218 of 589 ~ 37.01%
B 230 of 589 ~ 39.05%

%23.94
%37.01
%39.05

CMYK color model

#8DDAE6 color CMYK value is (39,5,0,10).

  • cyan value is 38.70%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(39,5,0,10)
C39M5Y0K10 
(39%,5%,0%,10%)
(0.39/0.05/0.00/0.10)	

CMYK percentages

%38.7
%5.22
%0
%9.8

Codes

Color #8DDAE6 in popluar color models

8DDAE6
RGB141218230
HSL188°64.03%72.75%
HSB/HSV188°38.70%90.20%
CMYK38.70%5.22%0.00%
9.80%

Color #8DDAE6 in popluar number systems.

HEX8DDAE6
Decimal141218230
Binary100011011101101011100110
Octal215332346

Shades and tints

Shades of #8DDAE6

#8DDAE6
(141,218,230)
#81C7D2
(129,199,210)
#75B4BE
(117,180,190)
#69A1AA
(105,161,170)
#5D8E96
(93,142,150)
#517B82
(81,123,130)
#45686E
(69,104,110)
#39555A
(57,85,90)
#2D4246
(45,66,70)
#212F32
(33,47,50)
#151C1E
(21,28,30)
#000000
(0,0,0)

Tints of #8DDAE6

#8DDAE6
(141,218,230)
#97DDE8
(151,221,232)
#A1E0EA
(161,224,234)
#ABE3EC
(171,227,236)
#B5E6EE
(181,230,238)
#BFE9F0
(191,233,240)
#C9ECF2
(201,236,242)
#D3EFF4
(211,239,244)
#DDF2F6
(221,242,246)
#E7F5F8
(231,245,248)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DDAE6; }

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

This text font color is #8DDAE6.


Background Color

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

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

This div background color is #8DDAE6.


Border color

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

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

This div border color is #8DDAE6.


Opacity

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

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

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

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

This text has shadow with #8DDAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DDAE6 on black background.


Color preview on white background

This text has color #8DDAE6 on white background.



Black color preview on #8DDAE6 background

This text has black color on #8DDAE6 background.


White color preview on #8DDAE6 background

This text has white color on #8DDAE6 background.