COLOR #8895DD

HEX: #8895DD
RGB: (136,149,221)

Color info

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

RGB color model

#8895DD color RGB value is (136,149,221).

  • red value is 136;
  • green value is 149;
  • blue value is 221.
RGB:
(136,149,221)
(53%,58%,87%)

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 221 of 255 = 87%

136
149
221

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

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 221 = 506 (100%)
R 136 of 506 ~ 26.88%
G 149 of 506 ~ 29.45%
B 221 of 506 ~ 43.68%

%26.88
%29.45
%43.68

CMYK color model

#8895DD color CMYK value is (38,33,0,13).

  • cyan value is 38.46%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(38,33,0,13)
C38M33Y0K13 
(38%,33%,0%,13%)
(0.38/0.33/0.00/0.13)	

CMYK percentages

%38.46
%32.58
%0
%13.33

Codes

Color #8895DD in popluar color models

8895DD
RGB136149221
HSL231°55.56%70.00%
HSB/HSV231°38.46%86.67%
CMYK38.46%32.58%0.00%
13.33%

Color #8895DD in popluar number systems.

HEX8895DD
Decimal136149221
Binary100010001001010111011101
Octal210225335

Shades and tints

Shades of #8895DD

#8895DD
(136,149,221)
#7C88C9
(124,136,201)
#707BB5
(112,123,181)
#646EA1
(100,110,161)
#58618D
(88,97,141)
#4C5479
(76,84,121)
#404765
(64,71,101)
#343A51
(52,58,81)
#282D3D
(40,45,61)
#1C2029
(28,32,41)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #8895DD

#8895DD
(136,149,221)
#929EE0
(146,158,224)
#9CA7E3
(156,167,227)
#A6B0E6
(166,176,230)
#B0B9E9
(176,185,233)
#BAC2EC
(186,194,236)
#C4CBEF
(196,203,239)
#CED4F2
(206,212,242)
#D8DDF5
(216,221,245)
#E2E6F8
(226,230,248)
#ECEFFB
(236,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8895DD; }

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

This text font color is #8895DD.


Background Color

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

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

This div background color is #8895DD.


Border color

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

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

This div border color is #8895DD.


Opacity

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

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

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

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

This text has shadow with #8895DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8895DD on black background.


Color preview on white background

This text has color #8895DD on white background.



Black color preview on #8895DD background

This text has black color on #8895DD background.


White color preview on #8895DD background

This text has white color on #8895DD background.