COLOR #9C8DDD

HEX: #9C8DDD RGB: (156,141,221)

Color info

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

RGB color model

#9C8DDD color RGB value is (156,141,221).

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

RGB channels and saturation

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

156
141
221

R + G + B ~ 68%. #9C8DDD is quite light color.

Portions of RGB colors in percentages

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

%30.12
%27.22
%42.66

CMYK color model

#9C8DDD color CMYK value is (29,36,0,13).

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

CMYK percentages

%29.41
%36.2
%0
%13.33

Codes

Color #9C8DDD in popluar color models

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

Color #9C8DDD in popluar number systems.

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

Shades and tints

Shades of #9C8DDD

#9C8DDD
(156,141,221)
#8E81C9
(142,129,201)
#8075B5
(128,117,181)
#7269A1
(114,105,161)
#645D8D
(100,93,141)
#565179
(86,81,121)
#484565
(72,69,101)
#3A3951
(58,57,81)
#2C2D3D
(44,45,61)
#1E2129
(30,33,41)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #9C8DDD

#9C8DDD
(156,141,221)
#A597E0
(165,151,224)
#AEA1E3
(174,161,227)
#B7ABE6
(183,171,230)
#C0B5E9
(192,181,233)
#C9BFEC
(201,191,236)
#D2C9EF
(210,201,239)
#DBD3F2
(219,211,242)
#E4DDF5
(228,221,245)
#EDE7F8
(237,231,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8DDD; }

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

This text font color is #9C8DDD.

Background Color

.myBgColor { background-color: #9C8DDD; }

<div style="background-color:#9C8DDD">Inner text</div>

This div background color is #9C8DDD.

Border color

.myBorderColor { border: 1px solid #9C8DDD; }

<div style="border:3px solid #9C8DDD">Div</div>

This div border color is #9C8DDD.

Opacity

.myOpacity80 { color: #9C8DDD; opacity: 0.8; }

<p style="color:#9C8DDD;opacity:0.8;">80%</p>

Text with #9C8DDD 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 #9C8DDD;}

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

This text has shadow with #9C8DDD color.


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

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

This text has shadow with #9C8DDD primary color and red secondary color.


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

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

This text has shadow with #9C8DDD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9C8DDD.

Preview

Color preview on black background

This text has color #9C8DDD on black background.


Color preview on white background

This text has color #9C8DDD on white background.


Black color preview on #9C8DDD background

This text has black color on #9C8DDD background.


White color preview on #9C8DDD background

This text has white color on #9C8DDD background.


Related colors

Complementary color

Complementary color for #hex is #637222.


I love getcolorcode.com

Triadic colors

1 #DD9C8D and #8DDD9C with #9C8DDD are triadic colors.

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