COLOR #8D9ECC

HEX: #8D9ECC RGB: (141,158,204)

Color info

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

RGB color model

#8D9ECC color RGB value is (141,158,204).

RGB: (141,158,204) (55%, 62%, 80%)

RGB channels and saturation

R 141 of 255 = 55%
G 158 of 255 = 62%
B 204 of 255 = 80%

141
158
204

R + G + B ~ 66%. #8D9ECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 158 + 204 = 503 (100%)
R 141 of 503 ~ 28.03%
G 158 of 503 ~ 31.41%
B 204 of 503 ~ 40.56'%

%28.03
%31.41
%40.56

CMYK color model

#8D9ECC color CMYK value is (31,23,0,20).

  • cyan value is 30.88%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (31,23,0,20) C31M23Y0K20 (31%,23%,0%,20%) (0.31/0.23/0.00/0.20) 

CMYK percentages

%30.88
%22.55
%0
%20

Codes

Color #8D9ECC in popluar color models

8D 9E CC
RGB 141 158 204
HSL 224° 38.18% 67.65%
HSB/HSV 224° 30.88% 80.00%
CMYK 30.88% 22.55% 0.00%
20.00%

Color #8D9ECC in popluar number systems.

HEX 8D 9E CC
Decimal 141 158 204
Binary 10001101 10011110 11001100
Octal 215 236 314

Shades and tints

Shades of #8D9ECC

#8D9ECC
(141,158,204)
#8190BA
(129,144,186)
#7582A8
(117,130,168)
#697496
(105,116,150)
#5D6684
(93,102,132)
#515872
(81,88,114)
#454A60
(69,74,96)
#393C4E
(57,60,78)
#2D2E3C
(45,46,60)
#21202A
(33,32,42)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #8D9ECC

#8D9ECC
(141,158,204)
#97A6D0
(151,166,208)
#A1AED4
(161,174,212)
#ABB6D8
(171,182,216)
#B5BEDC
(181,190,220)
#BFC6E0
(191,198,224)
#C9CEE4
(201,206,228)
#D3D6E8
(211,214,232)
#DDDEEC
(221,222,236)
#E7E6F0
(231,230,240)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9ECC color. Also use rgb(141,158,204) instead hex code.

Text Font Color

.myTextColor { color: #8D9ECC; }

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

This text font color is #8D9ECC.

Background Color

.myBgColor { background-color: #8D9ECC; }

<div style="background-color:#8D9ECC">Inner text</div>

This div background color is #8D9ECC.

Border color

.myBorderColor { border: 1px solid #8D9ECC; }

<div style="border:3px solid #8D9ECC">Div</div>

This div border color is #8D9ECC.

Opacity

.myOpacity80 { color: #8D9ECC; opacity: 0.8; }

<p style="color:#8D9ECC;opacity:0.8;">80%</p>

Text with #8D9ECC 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 #8D9ECC;}

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

This text has shadow with #8D9ECC color.


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

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

This text has shadow with #8D9ECC primary color and red secondary color.


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

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

This text has shadow with #8D9ECC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8D9ECC.

Preview

Color preview on black background

This text has color #8D9ECC on black background.


Color preview on white background

This text has color #8D9ECC on white background.


Black color preview on #8D9ECC background

This text has black color on #8D9ECC background.


White color preview on #8D9ECC background

This text has white color on #8D9ECC background.


Related colors

Complementary color

Complementary color for #hex is #726133.


I love getcolorcode.com

Triadic colors

1 #CC8D9E and #9ECC8D with #8D9ECC are triadic colors.

2 #CC9E8D and #9E8DCC with #8D9ECC are triadic colors.