COLOR #8DDDF8

HEX: #8DDDF8 RGB: (141,221,248)

Color info

#8DDDF8 contains mainly green and blue colors. Web safe color of #8DDDF8 is #99CCFF (or #9CF).

RGB color model

#8DDDF8 color RGB value is (141,221,248).

RGB: (141,221,248) (55%, 87%, 97%)

RGB channels and saturation

R 141 of 255 = 55%
G 221 of 255 = 87%
B 248 of 255 = 97%

141
221
248

R + G + B ~ 80%. #8DDDF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 221 + 248 = 610 (100%)
R 141 of 610 ~ 23.11%
G 221 of 610 ~ 36.23%
B 248 of 610 ~ 40.66'%

%23.11
%36.23
%40.66

CMYK color model

#8DDDF8 color CMYK value is (43,11,0,3).

  • cyan value is 43.15%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (43,11,0,3)
C43M11Y0K3 (43%, 11%, 0%, 3%)
(0.43 / 0.11 / 0.00 / 0.03)

CMYK percentages

%43.15
%10.89
%0
%2.75

Codes

Color #8DDDF8 in popluar color models

8D DD F8
RGB 141 221 248
HSL 195° 88.43% 76.27%
HSB/HSV 195° 43.15% 97.25%
CMYK 43.15% 10.89% 0.00%
2.75%

Color #8DDDF8 in popluar number systems.

HEX 8D DD F8
Decimal 141 221 248
Binary 10001101 11011101 11111000
Octal 215 335 370

Shades and tints

Shades of #8DDDF8

#8DDDF8
(141,221,248)
#81C9E2
(129,201,226)
#75B5CC
(117,181,204)
#69A1B6
(105,161,182)
#5D8DA0
(93,141,160)
#51798A
(81,121,138)
#456574
(69,101,116)
#39515E
(57,81,94)
#2D3D48
(45,61,72)
#212932
(33,41,50)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #8DDDF8

#8DDDF8
(141,221,248)
#97E0F8
(151,224,248)
#A1E3F8
(161,227,248)
#ABE6F8
(171,230,248)
#B5E9F8
(181,233,248)
#BFECF8
(191,236,248)
#C9EFF8
(201,239,248)
#D3F2F8
(211,242,248)
#DDF5F8
(221,245,248)
#E7F8F8
(231,248,248)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DDDF8 color. Also use rgb(141,221,248) instead hex code.

Text Font Color

.myTextColor { color: #8DDDF8; }

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

This text font color is #8DDDF8.

Background Color

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

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

This div background color is #8DDDF8.

Border color

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

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

This div border color is #8DDDF8.

Opacity

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

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

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

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

This text has shadow with #8DDDF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DDDF8.

Preview

Color preview on black background

This text has color #8DDDF8 on black background.


Color preview on white background

This text has color #8DDDF8 on white background.


Black color preview on #8DDDF8 background

This text has black color on #8DDDF8 background.


White color preview on #8DDDF8 background

This text has white color on #8DDDF8 background.


Related colors

Complementary color

Complementary color for #hex is #722207.


I love getcolorcode.com

Triadic colors

1 #F88DDD and #DDF88D with #8DDDF8 are triadic colors.

2 #F8DD8D and #DD8DF8 with #8DDDF8 are triadic colors.