COLOR #8892CD

HEX: #8892CD
RGB: (136,146,205)

Color info

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

RGB color model

#8892CD color RGB value is (136,146,205).

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

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 205 of 255 = 80%

136
146
205

R + G + B ~ 63%. #8892CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 205 = 487 (100%)
R 136 of 487 ~ 27.93%
G 146 of 487 ~ 29.98%
B 205 of 487 ~ 42.09%

%27.93
%29.98
%42.09

CMYK color model

#8892CD color CMYK value is (34,29,0,20).

  • cyan value is 33.66%
  • magenta value is 28.78%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,29,0,20)
C34M29Y0K20 
(34%,29%,0%,20%)
(0.34/0.29/0.00/0.20)	

CMYK percentages

%33.66
%28.78
%0
%19.61

Codes

Color #8892CD in popluar color models

8892CD
RGB136146205
HSL231°40.83%66.86%
HSB/HSV231°33.66%80.39%
CMYK33.66%28.78%0.00%
19.61%

Color #8892CD in popluar number systems.

HEX8892CD
Decimal136146205
Binary100010001001001011001101
Octal210222315

Shades and tints

Shades of #8892CD

#8892CD
(136,146,205)
#7C85BB
(124,133,187)
#7078A9
(112,120,169)
#646B97
(100,107,151)
#585E85
(88,94,133)
#4C5173
(76,81,115)
#404461
(64,68,97)
#34374F
(52,55,79)
#282A3D
(40,42,61)
#1C1D2B
(28,29,43)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #8892CD

#8892CD
(136,146,205)
#929BD1
(146,155,209)
#9CA4D5
(156,164,213)
#A6ADD9
(166,173,217)
#B0B6DD
(176,182,221)
#BABFE1
(186,191,225)
#C4C8E5
(196,200,229)
#CED1E9
(206,209,233)
#D8DAED
(216,218,237)
#E2E3F1
(226,227,241)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8892CD; }

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

This text font color is #8892CD.


Background Color

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

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

This div background color is #8892CD.


Border color

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

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

This div border color is #8892CD.


Opacity

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

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

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

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

This text has shadow with #8892CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8892CD on black background.


Color preview on white background

This text has color #8892CD on white background.



Black color preview on #8892CD background

This text has black color on #8892CD background.


White color preview on #8892CD background

This text has white color on #8892CD background.