COLOR #8D9CDD

HEX: #8D9CDD RGB: (141,156,221)

Color info

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

RGB color model

#8D9CDD color RGB value is (141,156,221).

RGB: (141,156,221) (55%, 61%, 87%)

RGB channels and saturation

R 141 of 255 = 55%
G 156 of 255 = 61%
B 221 of 255 = 87%

141
156
221

R + G + B ~ 68%. #8D9CDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 156 + 221 = 518 (100%)
R 141 of 518 ~ 27.22%
G 156 of 518 ~ 30.12%
B 221 of 518 ~ 42.66'%

%27.22
%30.12
%42.66

CMYK color model

#8D9CDD color CMYK value is (36,29,0,13).

  • cyan value is 36.20%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (36,29,0,13) C36M29Y0K13 (36%,29%,0%,13%) (0.36/0.29/0.00/0.13) 

CMYK percentages

%36.2
%29.41
%0
%13.33

Codes

Color #8D9CDD in popluar color models

8D 9C DD
RGB 141 156 221
HSL 229° 54.05% 70.98%
HSB/HSV 229° 36.20% 86.67%
CMYK 36.20% 29.41% 0.00%
13.33%

Color #8D9CDD in popluar number systems.

HEX 8D 9C DD
Decimal 141 156 221
Binary 10001101 10011100 11011101
Octal 215 234 335

Shades and tints

Shades of #8D9CDD

#8D9CDD
(141,156,221)
#818EC9
(129,142,201)
#7580B5
(117,128,181)
#6972A1
(105,114,161)
#5D648D
(93,100,141)
#515679
(81,86,121)
#454865
(69,72,101)
#393A51
(57,58,81)
#2D2C3D
(45,44,61)
#211E29
(33,30,41)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #8D9CDD

#8D9CDD
(141,156,221)
#97A5E0
(151,165,224)
#A1AEE3
(161,174,227)
#ABB7E6
(171,183,230)
#B5C0E9
(181,192,233)
#BFC9EC
(191,201,236)
#C9D2EF
(201,210,239)
#D3DBF2
(211,219,242)
#DDE4F5
(221,228,245)
#E7EDF8
(231,237,248)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9CDD color. Also use rgb(141,156,221) instead hex code.

Text Font Color

.myTextColor { color: #8D9CDD; }

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

This text font color is #8D9CDD.

Background Color

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

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

This div background color is #8D9CDD.

Border color

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

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

This div border color is #8D9CDD.

Opacity

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

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

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

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

This text has shadow with #8D9CDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9CDD.

Preview

Color preview on black background

This text has color #8D9CDD on black background.


Color preview on white background

This text has color #8D9CDD on white background.


Black color preview on #8D9CDD background

This text has black color on #8D9CDD background.


White color preview on #8D9CDD background

This text has white color on #8D9CDD background.


Related colors

Complementary color

Complementary color for #hex is #726322.


I love getcolorcode.com

Triadic colors

1 #DD8D9C and #9CDD8D with #8D9CDD are triadic colors.

2 #DD9C8D and #9C8DDD with #8D9CDD are triadic colors.