COLOR #8899DC

HEX: #8899DC
RGB: (136,153,220)

Color info

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

RGB color model

#8899DC color RGB value is (136,153,220).

  • red value is 136;
  • green value is 153;
  • blue value is 220.
RGB:
(136,153,220)
(53%,60%,86%)

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 220 of 255 = 86%

136
153
220

R + G + B ~ 66%. #8899DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 220 = 509 (100%)
R 136 of 509 ~ 26.72%
G 153 of 509 ~ 30.06%
B 220 of 509 ~ 43.22%

%26.72
%30.06
%43.22

CMYK color model

#8899DC color CMYK value is (38,30,0,14).

  • cyan value is 38.18%
  • magenta value is 30.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(38,30,0,14)
C38M30Y0K14 
(38%,30%,0%,14%)
(0.38/0.30/0.00/0.14)	

CMYK percentages

%38.18
%30.45
%0
%13.73

Codes

Color #8899DC in popluar color models

8899DC
RGB136153220
HSL228°54.55%69.80%
HSB/HSV228°38.18%86.27%
CMYK38.18%30.45%0.00%
13.73%

Color #8899DC in popluar number systems.

HEX8899DC
Decimal136153220
Binary100010001001100111011100
Octal210231334

Shades and tints

Shades of #8899DC

#8899DC
(136,153,220)
#7C8CC8
(124,140,200)
#707FB4
(112,127,180)
#6472A0
(100,114,160)
#58658C
(88,101,140)
#4C5878
(76,88,120)
#404B64
(64,75,100)
#343E50
(52,62,80)
#28313C
(40,49,60)
#1C2428
(28,36,40)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #8899DC

#8899DC
(136,153,220)
#92A2DF
(146,162,223)
#9CABE2
(156,171,226)
#A6B4E5
(166,180,229)
#B0BDE8
(176,189,232)
#BAC6EB
(186,198,235)
#C4CFEE
(196,207,238)
#CED8F1
(206,216,241)
#D8E1F4
(216,225,244)
#E2EAF7
(226,234,247)
#ECF3FA
(236,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8899DC color. Also use rgb(136,153,220) instead hex code.

Text Font Color

.myTextColor { color: #8899DC; }

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

This text font color is #8899DC.


Background Color

.myBgColor { background-color: #8899DC; }

<div style="background-color:#8899DC">Inner text</div>

This div background color is #8899DC.


Border color

.myBorderColor { border: 1px solid #8899DC; }

<div style="border:3px solid #8899DC">Div</div>

This div border color is #8899DC.


Opacity

.myOpacity80 { color: #8899DC; opacity: 0.8; }

<p style="color:#8899DC;opacity:0.8;">80%</p>

Text with #8899DC 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 #8899DC;}

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

This text has shadow with #8899DC color.

.textShadow {text-shadow: 3px 3px 1px #8899DC, 3px 3px 1px red;}

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

This text has shadow with #8899DC primary color and red secondary color.


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

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

This text has shadow with #8899DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8899DC on black background.


Color preview on white background

This text has color #8899DC on white background.



Black color preview on #8899DC background

This text has black color on #8899DC background.


White color preview on #8899DC background

This text has white color on #8899DC background.