COLOR #8D9BD2

HEX: #8D9BD2
RGB: (141,155,210)

Color info

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

RGB color model

#8D9BD2 color RGB value is (141,155,210).

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

RGB channels and saturation

R 141 of 255 = 55%
G 155 of 255 = 61%
B 210 of 255 = 82%

141
155
210

R + G + B ~ 66%. #8D9BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 155 + 210 = 506 (100%)
R 141 of 506 ~ 27.87%
G 155 of 506 ~ 30.63%
B 210 of 506 ~ 41.5%

%27.87
%30.63
%41.5

CMYK color model

#8D9BD2 color CMYK value is (33,26,0,18).

  • cyan value is 32.86%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(33,26,0,18)
C33M26Y0K18 
(33%,26%,0%,18%)
(0.33/0.26/0.00/0.18)	

CMYK percentages

%32.86
%26.19
%0
%17.65

Codes

Color #8D9BD2 in popluar color models

8D9BD2
RGB141155210
HSL228°43.40%68.82%
HSB/HSV228°32.86%82.35%
CMYK32.86%26.19%0.00%
17.65%

Color #8D9BD2 in popluar number systems.

HEX8D9BD2
Decimal141155210
Binary100011011001101111010010
Octal215233322

Shades and tints

Shades of #8D9BD2

#8D9BD2
(141,155,210)
#818DBF
(129,141,191)
#757FAC
(117,127,172)
#697199
(105,113,153)
#5D6386
(93,99,134)
#515573
(81,85,115)
#454760
(69,71,96)
#39394D
(57,57,77)
#2D2B3A
(45,43,58)
#211D27
(33,29,39)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #8D9BD2

#8D9BD2
(141,155,210)
#97A4D6
(151,164,214)
#A1ADDA
(161,173,218)
#ABB6DE
(171,182,222)
#B5BFE2
(181,191,226)
#BFC8E6
(191,200,230)
#C9D1EA
(201,209,234)
#D3DAEE
(211,218,238)
#DDE3F2
(221,227,242)
#E7ECF6
(231,236,246)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9BD2; }

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

This text font color is #8D9BD2.


Background Color

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

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

This div background color is #8D9BD2.


Border color

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

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

This div border color is #8D9BD2.


Opacity

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

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

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

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

This text has shadow with #8D9BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9BD2 on black background.


Color preview on white background

This text has color #8D9BD2 on white background.



Black color preview on #8D9BD2 background

This text has black color on #8D9BD2 background.


White color preview on #8D9BD2 background

This text has white color on #8D9BD2 background.