COLOR #8DA8E0

HEX: #8DA8E0
RGB: (141,168,224)

Color info

#8DA8E0 contains mainly green and blue colors. Web safe color of #8DA8E0 is #9999CC (or #99C).

RGB color model

#8DA8E0 color RGB value is (141,168,224).

  • red value is 141;
  • green value is 168;
  • blue value is 224.
RGB:
(141,168,224)
(55%,66%,88%)

RGB channels and saturation

R 141 of 255 = 55%
G 168 of 255 = 66%
B 224 of 255 = 88%

141
168
224

R + G + B ~ 70%. #8DA8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 168 + 224 = 533 (100%)
R 141 of 533 ~ 26.45%
G 168 of 533 ~ 31.52%
B 224 of 533 ~ 42.03%

%26.45
%31.52
%42.03

CMYK color model

#8DA8E0 color CMYK value is (37,25,0,12).

  • cyan value is 37.05%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(37,25,0,12)
C37M25Y0K12 
(37%,25%,0%,12%)
(0.37/0.25/0.00/0.12)	

CMYK percentages

%37.05
%25
%0
%12.16

Codes

Color #8DA8E0 in popluar color models

8DA8E0
RGB141168224
HSL220°57.24%71.57%
HSB/HSV220°37.05%87.84%
CMYK37.05%25.00%0.00%
12.16%

Color #8DA8E0 in popluar number systems.

HEX8DA8E0
Decimal141168224
Binary100011011010100011100000
Octal215250340

Shades and tints

Shades of #8DA8E0

#8DA8E0
(141,168,224)
#8199CC
(129,153,204)
#758AB8
(117,138,184)
#697BA4
(105,123,164)
#5D6C90
(93,108,144)
#515D7C
(81,93,124)
#454E68
(69,78,104)
#393F54
(57,63,84)
#2D3040
(45,48,64)
#21212C
(33,33,44)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #8DA8E0

#8DA8E0
(141,168,224)
#97AFE2
(151,175,226)
#A1B6E4
(161,182,228)
#ABBDE6
(171,189,230)
#B5C4E8
(181,196,232)
#BFCBEA
(191,203,234)
#C9D2EC
(201,210,236)
#D3D9EE
(211,217,238)
#DDE0F0
(221,224,240)
#E7E7F2
(231,231,242)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA8E0 color. Also use rgb(141,168,224) instead hex code.

Text Font Color

.myTextColor { color: #8DA8E0; }

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

This text font color is #8DA8E0.


Background Color

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

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

This div background color is #8DA8E0.


Border color

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

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

This div border color is #8DA8E0.


Opacity

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

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

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

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

This text has shadow with #8DA8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA8E0 on black background.


Color preview on white background

This text has color #8DA8E0 on white background.



Black color preview on #8DA8E0 background

This text has black color on #8DA8E0 background.


White color preview on #8DA8E0 background

This text has white color on #8DA8E0 background.