COLOR #8DB2D9

HEX: #8DB2D9
RGB: (141,178,217)

Color info

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

RGB color model

#8DB2D9 color RGB value is (141,178,217).

  • red value is 141;
  • green value is 178;
  • blue value is 217.
RGB:
(141,178,217)
(55%,70%,85%)

RGB channels and saturation

R 141 of 255 = 55%
G 178 of 255 = 70%
B 217 of 255 = 85%

141
178
217

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

Portions of RGB colors in percentages

R + G + B =
141 + 178 + 217 = 536 (100%)
R 141 of 536 ~ 26.31%
G 178 of 536 ~ 33.21%
B 217 of 536 ~ 40.49%

%26.31
%33.21
%40.49

CMYK color model

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

  • cyan value is 35.02%
  • magenta value is 17.97%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(35,18,0,15)
C35M18Y0K15 
(35%,18%,0%,15%)
(0.35/0.18/0.00/0.15)	

CMYK percentages

%35.02
%17.97
%0
%14.9

Codes

Color #8DB2D9 in popluar color models

8DB2D9
RGB141178217
HSL211°50.00%70.20%
HSB/HSV211°35.02%85.10%
CMYK35.02%17.97%0.00%
14.90%

Color #8DB2D9 in popluar number systems.

HEX8DB2D9
Decimal141178217
Binary100011011011001011011001
Octal215262331

Shades and tints

Shades of #8DB2D9

#8DB2D9
(141,178,217)
#81A2C6
(129,162,198)
#7592B3
(117,146,179)
#6982A0
(105,130,160)
#5D728D
(93,114,141)
#51627A
(81,98,122)
#455267
(69,82,103)
#394254
(57,66,84)
#2D3241
(45,50,65)
#21222E
(33,34,46)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #8DB2D9

#8DB2D9
(141,178,217)
#97B9DC
(151,185,220)
#A1C0DF
(161,192,223)
#ABC7E2
(171,199,226)
#B5CEE5
(181,206,229)
#BFD5E8
(191,213,232)
#C9DCEB
(201,220,235)
#D3E3EE
(211,227,238)
#DDEAF1
(221,234,241)
#E7F1F4
(231,241,244)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB2D9 color. Also use rgb(141,178,217) instead hex code.

Text Font Color

.myTextColor { color: #8DB2D9; }

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

This text font color is #8DB2D9.


Background Color

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

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

This div background color is #8DB2D9.


Border color

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

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

This div border color is #8DB2D9.


Opacity

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

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

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

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

This text has shadow with #8DB2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB2D9 on black background.


Color preview on white background

This text has color #8DB2D9 on white background.



Black color preview on #8DB2D9 background

This text has black color on #8DB2D9 background.


White color preview on #8DB2D9 background

This text has white color on #8DB2D9 background.