COLOR #8DB2D1

HEX: #8DB2D1
RGB: (141,178,209)

Color info

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

RGB color model

#8DB2D1 color RGB value is (141,178,209).

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

RGB channels and saturation

R 141 of 255 = 55%
G 178 of 255 = 70%
B 209 of 255 = 82%

141
178
209

R + G + B ~ 69%. #8DB2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 178 + 209 = 528 (100%)
R 141 of 528 ~ 26.7%
G 178 of 528 ~ 33.71%
B 209 of 528 ~ 39.58%

%26.7
%33.71
%39.58

CMYK color model

#8DB2D1 color CMYK value is (33,15,0,18).

  • cyan value is 32.54%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(33,15,0,18)
C33M15Y0K18 
(33%,15%,0%,18%)
(0.33/0.15/0.00/0.18)	

CMYK percentages

%32.54
%14.83
%0
%18.04

Codes

Color #8DB2D1 in popluar color models

8DB2D1
RGB141178209
HSL207°42.50%68.63%
HSB/HSV207°32.54%81.96%
CMYK32.54%14.83%0.00%
18.04%

Color #8DB2D1 in popluar number systems.

HEX8DB2D1
Decimal141178209
Binary100011011011001011010001
Octal215262321

Shades and tints

Shades of #8DB2D1

#8DB2D1
(141,178,209)
#81A2BE
(129,162,190)
#7592AB
(117,146,171)
#698298
(105,130,152)
#5D7285
(93,114,133)
#516272
(81,98,114)
#45525F
(69,82,95)
#39424C
(57,66,76)
#2D3239
(45,50,57)
#212226
(33,34,38)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #8DB2D1

#8DB2D1
(141,178,209)
#97B9D5
(151,185,213)
#A1C0D9
(161,192,217)
#ABC7DD
(171,199,221)
#B5CEE1
(181,206,225)
#BFD5E5
(191,213,229)
#C9DCE9
(201,220,233)
#D3E3ED
(211,227,237)
#DDEAF1
(221,234,241)
#E7F1F5
(231,241,245)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB2D1; }

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

This text font color is #8DB2D1.


Background Color

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

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

This div background color is #8DB2D1.


Border color

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

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

This div border color is #8DB2D1.


Opacity

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

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

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

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

This text has shadow with #8DB2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB2D1 on black background.


Color preview on white background

This text has color #8DB2D1 on white background.



Black color preview on #8DB2D1 background

This text has black color on #8DB2D1 background.


White color preview on #8DB2D1 background

This text has white color on #8DB2D1 background.