COLOR #8DDFF9

HEX: #8DDFF9 RGB: (141,223,249)

Color info

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

RGB color model

#8DDFF9 color RGB value is (141,223,249).

RGB: (141,223,249) (55%, 87%, 98%)

RGB channels and saturation

R 141 of 255 = 55%
G 223 of 255 = 87%
B 249 of 255 = 98%

141
223
249

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

Portions of RGB colors in percentages

R + G + B = 141 + 223 + 249 = 613 (100%)
R 141 of 613 ~ 23%
G 223 of 613 ~ 36.38%
B 249 of 613 ~ 40.62'%

%23
%36.38
%40.62

CMYK color model

#8DDFF9 color CMYK value is (43,10,0,2).

  • cyan value is 43.37%
  • magenta value is 10.44%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (43,10,0,2)
C43M10Y0K2 (43%, 10%, 0%, 2%)
(0.43 / 0.10 / 0.00 / 0.02)

CMYK percentages

%43.37
%10.44
%0
%2.35

Codes

Color #8DDFF9 in popluar color models

8D DF F9
RGB 141 223 249
HSL 194° 90.00% 76.47%
HSB/HSV 194° 43.37% 97.65%
CMYK 43.37% 10.44% 0.00%
2.35%

Color #8DDFF9 in popluar number systems.

HEX 8D DF F9
Decimal 141 223 249
Binary 10001101 11011111 11111001
Octal 215 337 371

Shades and tints

Shades of #8DDFF9

#8DDFF9
(141,223,249)
#81CBE3
(129,203,227)
#75B7CD
(117,183,205)
#69A3B7
(105,163,183)
#5D8FA1
(93,143,161)
#517B8B
(81,123,139)
#456775
(69,103,117)
#39535F
(57,83,95)
#2D3F49
(45,63,73)
#212B33
(33,43,51)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #8DDFF9

#8DDFF9
(141,223,249)
#97E1F9
(151,225,249)
#A1E3F9
(161,227,249)
#ABE5F9
(171,229,249)
#B5E7F9
(181,231,249)
#BFE9F9
(191,233,249)
#C9EBF9
(201,235,249)
#D3EDF9
(211,237,249)
#DDEFF9
(221,239,249)
#E7F1F9
(231,241,249)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DDFF9 color. Also use rgb(141,223,249) instead hex code.

Text Font Color

.myTextColor { color: #8DDFF9; }

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

This text font color is #8DDFF9.

Background Color

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

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

This div background color is #8DDFF9.

Border color

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

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

This div border color is #8DDFF9.

Opacity

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

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

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

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

This text has shadow with #8DDFF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DDFF9.

Preview

Color preview on black background

This text has color #8DDFF9 on black background.


Color preview on white background

This text has color #8DDFF9 on white background.


Black color preview on #8DDFF9 background

This text has black color on #8DDFF9 background.


White color preview on #8DDFF9 background

This text has white color on #8DDFF9 background.


Related colors

Complementary color

Complementary color for #hex is #722006.


I love getcolorcode.com

Triadic colors

1 #F98DDF and #DFF98D with #8DDFF9 are triadic colors.

2 #F9DF8D and #DF8DF9 with #8DDFF9 are triadic colors.