COLOR #8892D1

HEX: #8892D1
RGB: (136,146,209)

Color info

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

RGB color model

#8892D1 color RGB value is (136,146,209).

  • red value is 136;
  • green value is 146;
  • blue value is 209.
RGB:
(136,146,209)
(53%,57%,82%)

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 209 of 255 = 82%

136
146
209

R + G + B ~ 64%. #8892D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 209 = 491 (100%)
R 136 of 491 ~ 27.7%
G 146 of 491 ~ 29.74%
B 209 of 491 ~ 42.57%

%27.7
%29.74
%42.57

CMYK color model

#8892D1 color CMYK value is (35,30,0,18).

  • cyan value is 34.93%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(35,30,0,18)
C35M30Y0K18 
(35%,30%,0%,18%)
(0.35/0.30/0.00/0.18)	

CMYK percentages

%34.93
%30.14
%0
%18.04

Codes

Color #8892D1 in popluar color models

8892D1
RGB136146209
HSL232°44.24%67.65%
HSB/HSV232°34.93%81.96%
CMYK34.93%30.14%0.00%
18.04%

Color #8892D1 in popluar number systems.

HEX8892D1
Decimal136146209
Binary100010001001001011010001
Octal210222321

Shades and tints

Shades of #8892D1

#8892D1
(136,146,209)
#7C85BE
(124,133,190)
#7078AB
(112,120,171)
#646B98
(100,107,152)
#585E85
(88,94,133)
#4C5172
(76,81,114)
#40445F
(64,68,95)
#34374C
(52,55,76)
#282A39
(40,42,57)
#1C1D26
(28,29,38)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #8892D1

#8892D1
(136,146,209)
#929BD5
(146,155,213)
#9CA4D9
(156,164,217)
#A6ADDD
(166,173,221)
#B0B6E1
(176,182,225)
#BABFE5
(186,191,229)
#C4C8E9
(196,200,233)
#CED1ED
(206,209,237)
#D8DAF1
(216,218,241)
#E2E3F5
(226,227,245)
#ECECF9
(236,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8892D1 color. Also use rgb(136,146,209) instead hex code.

Text Font Color

.myTextColor { color: #8892D1; }

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

This text font color is #8892D1.


Background Color

.myBgColor { background-color: #8892D1; }

<div style="background-color:#8892D1">Inner text</div>

This div background color is #8892D1.


Border color

.myBorderColor { border: 1px solid #8892D1; }

<div style="border:3px solid #8892D1">Div</div>

This div border color is #8892D1.


Opacity

.myOpacity80 { color: #8892D1; opacity: 0.8; }

<p style="color:#8892D1;opacity:0.8;">80%</p>

Text with #8892D1 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 #8892D1;}

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

This text has shadow with #8892D1 color.

.textShadow {text-shadow: 3px 3px 1px #8892D1, 3px 3px 1px red;}

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

This text has shadow with #8892D1 primary color and red secondary color.


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

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

This text has shadow with #8892D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8892D1 on black background.


Color preview on white background

This text has color #8892D1 on white background.



Black color preview on #8892D1 background

This text has black color on #8892D1 background.


White color preview on #8892D1 background

This text has white color on #8892D1 background.