COLOR #8D92D3

HEX: #8D92D3
RGB: (141,146,211)

Color info

#8D92D3 contains mainly blue color. Web safe color of #8D92D3 is #9999CC (or #99C).

RGB color model

#8D92D3 color RGB value is (141,146,211).

  • red value is 141;
  • green value is 146;
  • blue value is 211.
RGB:
(141,146,211)
(55%,57%,83%)

RGB channels and saturation

R 141 of 255 = 55%
G 146 of 255 = 57%
B 211 of 255 = 83%

141
146
211

R + G + B ~ 65%. #8D92D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 146 + 211 = 498 (100%)
R 141 of 498 ~ 28.31%
G 146 of 498 ~ 29.32%
B 211 of 498 ~ 42.37%

%28.31
%29.32
%42.37

CMYK color model

#8D92D3 color CMYK value is (33,31,0,17).

  • cyan value is 33.18%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(33,31,0,17)
C33M31Y0K17 
(33%,31%,0%,17%)
(0.33/0.31/0.00/0.17)	

CMYK percentages

%33.18
%30.81
%0
%17.25

Codes

Color #8D92D3 in popluar color models

8D92D3
RGB141146211
HSL236°44.30%69.02%
HSB/HSV236°33.18%82.75%
CMYK33.18%30.81%0.00%
17.25%

Color #8D92D3 in popluar number systems.

HEX8D92D3
Decimal141146211
Binary100011011001001011010011
Octal215222323

Shades and tints

Shades of #8D92D3

#8D92D3
(141,146,211)
#8185C0
(129,133,192)
#7578AD
(117,120,173)
#696B9A
(105,107,154)
#5D5E87
(93,94,135)
#515174
(81,81,116)
#454461
(69,68,97)
#39374E
(57,55,78)
#2D2A3B
(45,42,59)
#211D28
(33,29,40)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #8D92D3

#8D92D3
(141,146,211)
#979BD7
(151,155,215)
#A1A4DB
(161,164,219)
#ABADDF
(171,173,223)
#B5B6E3
(181,182,227)
#BFBFE7
(191,191,231)
#C9C8EB
(201,200,235)
#D3D1EF
(211,209,239)
#DDDAF3
(221,218,243)
#E7E3F7
(231,227,247)
#F1ECFB
(241,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D92D3 color. Also use rgb(141,146,211) instead hex code.

Text Font Color

.myTextColor { color: #8D92D3; }

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

This text font color is #8D92D3.


Background Color

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

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

This div background color is #8D92D3.


Border color

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

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

This div border color is #8D92D3.


Opacity

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

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

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

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

This text has shadow with #8D92D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D92D3 on black background.


Color preview on white background

This text has color #8D92D3 on white background.



Black color preview on #8D92D3 background

This text has black color on #8D92D3 background.


White color preview on #8D92D3 background

This text has white color on #8D92D3 background.