COLOR #8DB5D2

HEX: #8DB5D2
RGB: (141,181,210)

Color info

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

RGB color model

#8DB5D2 color RGB value is (141,181,210).

  • red value is 141;
  • green value is 181;
  • blue value is 210.
RGB:
(141,181,210)
(55%,71%,82%)

RGB channels and saturation

R 141 of 255 = 55%
G 181 of 255 = 71%
B 210 of 255 = 82%

141
181
210

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

Portions of RGB colors in percentages

R + G + B =
141 + 181 + 210 = 532 (100%)
R 141 of 532 ~ 26.5%
G 181 of 532 ~ 34.02%
B 210 of 532 ~ 39.47%

%26.5
%34.02
%39.47

CMYK color model

#8DB5D2 color CMYK value is (33,14,0,18).

  • cyan value is 32.86%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(33,14,0,18)
C33M14Y0K18 
(33%,14%,0%,18%)
(0.33/0.14/0.00/0.18)	

CMYK percentages

%32.86
%13.81
%0
%17.65

Codes

Color #8DB5D2 in popluar color models

8DB5D2
RGB141181210
HSL205°43.40%68.82%
HSB/HSV205°32.86%82.35%
CMYK32.86%13.81%0.00%
17.65%

Color #8DB5D2 in popluar number systems.

HEX8DB5D2
Decimal141181210
Binary100011011011010111010010
Octal215265322

Shades and tints

Shades of #8DB5D2

#8DB5D2
(141,181,210)
#81A5BF
(129,165,191)
#7595AC
(117,149,172)
#698599
(105,133,153)
#5D7586
(93,117,134)
#516573
(81,101,115)
#455560
(69,85,96)
#39454D
(57,69,77)
#2D353A
(45,53,58)
#212527
(33,37,39)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #8DB5D2

#8DB5D2
(141,181,210)
#97BBD6
(151,187,214)
#A1C1DA
(161,193,218)
#ABC7DE
(171,199,222)
#B5CDE2
(181,205,226)
#BFD3E6
(191,211,230)
#C9D9EA
(201,217,234)
#D3DFEE
(211,223,238)
#DDE5F2
(221,229,242)
#E7EBF6
(231,235,246)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB5D2 color. Also use rgb(141,181,210) instead hex code.

Text Font Color

.myTextColor { color: #8DB5D2; }

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

This text font color is #8DB5D2.


Background Color

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

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

This div background color is #8DB5D2.


Border color

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

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

This div border color is #8DB5D2.


Opacity

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

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

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

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

This text has shadow with #8DB5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB5D2 on black background.


Color preview on white background

This text has color #8DB5D2 on white background.



Black color preview on #8DB5D2 background

This text has black color on #8DB5D2 background.


White color preview on #8DB5D2 background

This text has white color on #8DB5D2 background.