COLOR #8DA9E2

HEX: #8DA9E2
RGB: (141,169,226)

Color info

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

RGB color model

#8DA9E2 color RGB value is (141,169,226).

  • red value is 141;
  • green value is 169;
  • blue value is 226.
RGB:
(141,169,226)
(55%,66%,89%)

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 226 of 255 = 89%

141
169
226

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

Portions of RGB colors in percentages

R + G + B =
141 + 169 + 226 = 536 (100%)
R 141 of 536 ~ 26.31%
G 169 of 536 ~ 31.53%
B 226 of 536 ~ 42.16%

%26.31
%31.53
%42.16

CMYK color model

#8DA9E2 color CMYK value is (38,25,0,11).

  • cyan value is 37.61%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(38,25,0,11)
C38M25Y0K11 
(38%,25%,0%,11%)
(0.38/0.25/0.00/0.11)	

CMYK percentages

%37.61
%25.22
%0
%11.37

Codes

Color #8DA9E2 in popluar color models

8DA9E2
RGB141169226
HSL220°59.44%71.96%
HSB/HSV220°37.61%88.63%
CMYK37.61%25.22%0.00%
11.37%

Color #8DA9E2 in popluar number systems.

HEX8DA9E2
Decimal141169226
Binary100011011010100111100010
Octal215251342

Shades and tints

Shades of #8DA9E2

#8DA9E2
(141,169,226)
#819ACE
(129,154,206)
#758BBA
(117,139,186)
#697CA6
(105,124,166)
#5D6D92
(93,109,146)
#515E7E
(81,94,126)
#454F6A
(69,79,106)
#394056
(57,64,86)
#2D3142
(45,49,66)
#21222E
(33,34,46)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #8DA9E2

#8DA9E2
(141,169,226)
#97B0E4
(151,176,228)
#A1B7E6
(161,183,230)
#ABBEE8
(171,190,232)
#B5C5EA
(181,197,234)
#BFCCEC
(191,204,236)
#C9D3EE
(201,211,238)
#D3DAF0
(211,218,240)
#DDE1F2
(221,225,242)
#E7E8F4
(231,232,244)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA9E2 color. Also use rgb(141,169,226) instead hex code.

Text Font Color

.myTextColor { color: #8DA9E2; }

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

This text font color is #8DA9E2.


Background Color

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

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

This div background color is #8DA9E2.


Border color

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

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

This div border color is #8DA9E2.


Opacity

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

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

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

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

This text has shadow with #8DA9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA9E2 on black background.


Color preview on white background

This text has color #8DA9E2 on white background.



Black color preview on #8DA9E2 background

This text has black color on #8DA9E2 background.


White color preview on #8DA9E2 background

This text has white color on #8DA9E2 background.