COLOR #8DD8F4

HEX: #8DD8F4
RGB: (141,216,244)

Color info

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

RGB color model

#8DD8F4 color RGB value is (141,216,244).

  • red value is 141;
  • green value is 216;
  • blue value is 244.
RGB:
(141,216,244)
(55%,85%,96%)

RGB channels and saturation

R 141 of 255 = 55%
G 216 of 255 = 85%
B 244 of 255 = 96%

141
216
244

R + G + B ~ 79%. #8DD8F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 216 + 244 = 601 (100%)
R 141 of 601 ~ 23.46%
G 216 of 601 ~ 35.94%
B 244 of 601 ~ 40.6%

%23.46
%35.94
%40.6

CMYK color model

#8DD8F4 color CMYK value is (42,11,0,4).

  • cyan value is 42.21%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(42,11,0,4)
C42M11Y0K4 
(42%,11%,0%,4%)
(0.42/0.11/0.00/0.04)	

CMYK percentages

%42.21
%11.48
%0
%4.31

Codes

Color #8DD8F4 in popluar color models

8DD8F4
RGB141216244
HSL196°82.40%75.49%
HSB/HSV196°42.21%95.69%
CMYK42.21%11.48%0.00%
4.31%

Color #8DD8F4 in popluar number systems.

HEX8DD8F4
Decimal141216244
Binary100011011101100011110100
Octal215330364

Shades and tints

Shades of #8DD8F4

#8DD8F4
(141,216,244)
#81C5DE
(129,197,222)
#75B2C8
(117,178,200)
#699FB2
(105,159,178)
#5D8C9C
(93,140,156)
#517986
(81,121,134)
#456670
(69,102,112)
#39535A
(57,83,90)
#2D4044
(45,64,68)
#212D2E
(33,45,46)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #8DD8F4

#8DD8F4
(141,216,244)
#97DBF5
(151,219,245)
#A1DEF6
(161,222,246)
#ABE1F7
(171,225,247)
#B5E4F8
(181,228,248)
#BFE7F9
(191,231,249)
#C9EAFA
(201,234,250)
#D3EDFB
(211,237,251)
#DDF0FC
(221,240,252)
#E7F3FD
(231,243,253)
#F1F6FE
(241,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD8F4 color. Also use rgb(141,216,244) instead hex code.

Text Font Color

.myTextColor { color: #8DD8F4; }

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

This text font color is #8DD8F4.


Background Color

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

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

This div background color is #8DD8F4.


Border color

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

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

This div border color is #8DD8F4.


Opacity

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

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

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

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

This text has shadow with #8DD8F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD8F4 on black background.


Color preview on white background

This text has color #8DD8F4 on white background.



Black color preview on #8DD8F4 background

This text has black color on #8DD8F4 background.


White color preview on #8DD8F4 background

This text has white color on #8DD8F4 background.