COLOR #8C9BD1

HEX: #8C9BD1 RGB: (140,155,209)

Color info

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

RGB color model

#8C9BD1 color RGB value is (140,155,209).

RGB: (140,155,209) (55%, 61%, 82%)

RGB channels and saturation

R 140 of 255 = 55%
G 155 of 255 = 61%
B 209 of 255 = 82%

140
155
209

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

Portions of RGB colors in percentages

R + G + B = 140 + 155 + 209 = 504 (100%)
R 140 of 504 ~ 27.78%
G 155 of 504 ~ 30.75%
B 209 of 504 ~ 41.47'%

%27.78
%30.75
%41.47

CMYK color model

#8C9BD1 color CMYK value is (33,26,0,18).

  • cyan value is 33.01%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (33,26,0,18)
C33M26Y0K18 (33%, 26%, 0%, 18%)
(0.33 / 0.26 / 0.00 / 0.18)

CMYK percentages

%33.01
%25.84
%0
%18.04

Codes

Color #8C9BD1 in popluar color models

8C 9B D1
RGB 140 155 209
HSL 227° 42.86% 68.43%
HSB/HSV 227° 33.01% 81.96%
CMYK 33.01% 25.84% 0.00%
18.04%

Color #8C9BD1 in popluar number systems.

HEX 8C 9B D1
Decimal 140 155 209
Binary 10001100 10011011 11010001
Octal 214 233 321

Shades and tints

Shades of #8C9BD1

#8C9BD1
(140,155,209)
#808DBE
(128,141,190)
#747FAB
(116,127,171)
#687198
(104,113,152)
#5C6385
(92,99,133)
#505572
(80,85,114)
#44475F
(68,71,95)
#38394C
(56,57,76)
#2C2B39
(44,43,57)
#201D26
(32,29,38)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #8C9BD1

#8C9BD1
(140,155,209)
#96A4D5
(150,164,213)
#A0ADD9
(160,173,217)
#AAB6DD
(170,182,221)
#B4BFE1
(180,191,225)
#BEC8E5
(190,200,229)
#C8D1E9
(200,209,233)
#D2DAED
(210,218,237)
#DCE3F1
(220,227,241)
#E6ECF5
(230,236,245)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9BD1 color. Also use rgb(140,155,209) instead hex code.

Text Font Color

.myTextColor { color: #8C9BD1; }

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

This text font color is #8C9BD1.

Background Color

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

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

This div background color is #8C9BD1.

Border color

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

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

This div border color is #8C9BD1.

Opacity

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

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

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

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

This text has shadow with #8C9BD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9BD1.

Preview

Color preview on black background

This text has color #8C9BD1 on black background.


Color preview on white background

This text has color #8C9BD1 on white background.


Black color preview on #8C9BD1 background

This text has black color on #8C9BD1 background.


White color preview on #8C9BD1 background

This text has white color on #8C9BD1 background.


Related colors

Complementary color

Complementary color for #hex is #73642E.


I love getcolorcode.com

Triadic colors

1 #D18C9B and #9BD18C with #8C9BD1 are triadic colors.

2 #D19B8C and #9B8CD1 with #8C9BD1 are triadic colors.