COLOR #8DD7F5

HEX: #8DD7F5
RGB: (141,215,245)

Color info

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

RGB color model

#8DD7F5 color RGB value is (141,215,245).

  • red value is 141;
  • green value is 215;
  • blue value is 245.
RGB:
(141,215,245)
(55%,84%,96%)

RGB channels and saturation

R 141 of 255 = 55%
G 215 of 255 = 84%
B 245 of 255 = 96%

141
215
245

R + G + B ~ 78%. #8DD7F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 215 + 245 = 601 (100%)
R 141 of 601 ~ 23.46%
G 215 of 601 ~ 35.77%
B 245 of 601 ~ 40.77%

%23.46
%35.77
%40.77

CMYK color model

#8DD7F5 color CMYK value is (42,12,0,4).

  • cyan value is 42.45%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(42,12,0,4)
C42M12Y0K4 
(42%,12%,0%,4%)
(0.42/0.12/0.00/0.04)	

CMYK percentages

%42.45
%12.24
%0
%3.92

Codes

Color #8DD7F5 in popluar color models

8DD7F5
RGB141215245
HSL197°83.87%75.69%
HSB/HSV197°42.45%96.08%
CMYK42.45%12.24%0.00%
3.92%

Color #8DD7F5 in popluar number systems.

HEX8DD7F5
Decimal141215245
Binary100011011101011111110101
Octal215327365

Shades and tints

Shades of #8DD7F5

#8DD7F5
(141,215,245)
#81C4DF
(129,196,223)
#75B1C9
(117,177,201)
#699EB3
(105,158,179)
#5D8B9D
(93,139,157)
#517887
(81,120,135)
#456571
(69,101,113)
#39525B
(57,82,91)
#2D3F45
(45,63,69)
#212C2F
(33,44,47)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #8DD7F5

#8DD7F5
(141,215,245)
#97DAF5
(151,218,245)
#A1DDF5
(161,221,245)
#ABE0F5
(171,224,245)
#B5E3F5
(181,227,245)
#BFE6F5
(191,230,245)
#C9E9F5
(201,233,245)
#D3ECF5
(211,236,245)
#DDEFF5
(221,239,245)
#E7F2F5
(231,242,245)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD7F5 color. Also use rgb(141,215,245) instead hex code.

Text Font Color

.myTextColor { color: #8DD7F5; }

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

This text font color is #8DD7F5.


Background Color

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

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

This div background color is #8DD7F5.


Border color

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

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

This div border color is #8DD7F5.


Opacity

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

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

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

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

This text has shadow with #8DD7F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD7F5 on black background.


Color preview on white background

This text has color #8DD7F5 on white background.



Black color preview on #8DD7F5 background

This text has black color on #8DD7F5 background.


White color preview on #8DD7F5 background

This text has white color on #8DD7F5 background.