COLOR #8DB9DA

HEX: #8DB9DA RGB: (141,185,218)

Color info

#8DB9DA contains mainly green and blue colors. Web safe color of #8DB9DA is #99CCCC (or #9CC).

RGB color model

#8DB9DA color RGB value is (141,185,218).

RGB: (141,185,218) (55%, 73%, 85%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 218 of 255 = 85%

141
185
218

R + G + B ~ 71%. #8DB9DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 185 + 218 = 544 (100%)
R 141 of 544 ~ 25.92%
G 185 of 544 ~ 34.01%
B 218 of 544 ~ 40.07'%

%25.92
%34.01
%40.07

CMYK color model

#8DB9DA color CMYK value is (35,15,0,15).

  • cyan value is 35.32%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (35,15,0,15)
C35M15Y0K15 (35%, 15%, 0%, 15%)
(0.35 / 0.15 / 0.00 / 0.15)

CMYK percentages

%35.32
%15.14
%0
%14.51

Codes

Color #8DB9DA in popluar color models

8D B9 DA
RGB 141 185 218
HSL 206° 50.99% 70.39%
HSB/HSV 206° 35.32% 85.49%
CMYK 35.32% 15.14% 0.00%
14.51%

Color #8DB9DA in popluar number systems.

HEX 8D B9 DA
Decimal 141 185 218
Binary 10001101 10111001 11011010
Octal 215 271 332

Shades and tints

Shades of #8DB9DA

#8DB9DA
(141,185,218)
#81A9C7
(129,169,199)
#7599B4
(117,153,180)
#6989A1
(105,137,161)
#5D798E
(93,121,142)
#51697B
(81,105,123)
#455968
(69,89,104)
#394955
(57,73,85)
#2D3942
(45,57,66)
#21292F
(33,41,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #8DB9DA

#8DB9DA
(141,185,218)
#97BFDD
(151,191,221)
#A1C5E0
(161,197,224)
#ABCBE3
(171,203,227)
#B5D1E6
(181,209,230)
#BFD7E9
(191,215,233)
#C9DDEC
(201,221,236)
#D3E3EF
(211,227,239)
#DDE9F2
(221,233,242)
#E7EFF5
(231,239,245)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB9DA color. Also use rgb(141,185,218) instead hex code.

Text Font Color

.myTextColor { color: #8DB9DA; }

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

This text font color is #8DB9DA.

Background Color

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

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

This div background color is #8DB9DA.

Border color

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

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

This div border color is #8DB9DA.

Opacity

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

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

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

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

This text has shadow with #8DB9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB9DA.

Preview

Color preview on black background

This text has color #8DB9DA on black background.


Color preview on white background

This text has color #8DB9DA on white background.


Black color preview on #8DB9DA background

This text has black color on #8DB9DA background.


White color preview on #8DB9DA background

This text has white color on #8DB9DA background.


Related colors

Complementary color

Complementary color for #hex is #724625.


I love getcolorcode.com

Triadic colors

1 #DA8DB9 and #B9DA8D with #8DB9DA are triadic colors.

2 #DAB98D and #B98DDA with #8DB9DA are triadic colors.