COLOR #8892DD

HEX: #8892DD RGB: (136,146,221)

Color info

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

RGB color model

#8892DD color RGB value is (136,146,221).

RGB: (136,146,221) (53%, 57%, 87%)

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 221 of 255 = 87%

136
146
221

R + G + B ~ 66%. #8892DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 146 + 221 = 503 (100%)
R 136 of 503 ~ 27.04%
G 146 of 503 ~ 29.03%
B 221 of 503 ~ 43.94'%

%27.04
%29.03
%43.94

CMYK color model

#8892DD color CMYK value is (38,34,0,13).

  • cyan value is 38.46%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (38,34,0,13)
C38M34Y0K13 (38%, 34%, 0%, 13%)
(0.38 / 0.34 / 0.00 / 0.13)

CMYK percentages

%38.46
%33.94
%0
%13.33

Codes

Color #8892DD in popluar color models

88 92 DD
RGB 136 146 221
HSL 233° 55.56% 70.00%
HSB/HSV 233° 38.46% 86.67%
CMYK 38.46% 33.94% 0.00%
13.33%

Color #8892DD in popluar number systems.

HEX 88 92 DD
Decimal 136 146 221
Binary 10001000 10010010 11011101
Octal 210 222 335

Shades and tints

Shades of #8892DD

#8892DD
(136,146,221)
#7C85C9
(124,133,201)
#7078B5
(112,120,181)
#646BA1
(100,107,161)
#585E8D
(88,94,141)
#4C5179
(76,81,121)
#404465
(64,68,101)
#343751
(52,55,81)
#282A3D
(40,42,61)
#1C1D29
(28,29,41)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #8892DD

#8892DD
(136,146,221)
#929BE0
(146,155,224)
#9CA4E3
(156,164,227)
#A6ADE6
(166,173,230)
#B0B6E9
(176,182,233)
#BABFEC
(186,191,236)
#C4C8EF
(196,200,239)
#CED1F2
(206,209,242)
#D8DAF5
(216,218,245)
#E2E3F8
(226,227,248)
#ECECFB
(236,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8892DD; }

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

This text font color is #8892DD.

Background Color

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

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

This div background color is #8892DD.

Border color

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

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

This div border color is #8892DD.

Opacity

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

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

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

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

This text has shadow with #8892DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8892DD.

Preview

Color preview on black background

This text has color #8892DD on black background.


Color preview on white background

This text has color #8892DD on white background.


Black color preview on #8892DD background

This text has black color on #8892DD background.


White color preview on #8892DD background

This text has white color on #8892DD background.


Related colors

Complementary color

Complementary color for #hex is #776D22.


I love getcolorcode.com

Triadic colors

1 #DD8892 and #92DD88 with #8892DD are triadic colors.

2 #DD9288 and #9288DD with #8892DD are triadic colors.