COLOR #8C93CD

HEX: #8C93CD RGB: (140,147,205)

Color info

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

RGB color model

#8C93CD color RGB value is (140,147,205).

RGB: (140,147,205) (55%, 58%, 80%)

RGB channels and saturation

R 140 of 255 = 55%
G 147 of 255 = 58%
B 205 of 255 = 80%

140
147
205

R + G + B ~ 64%. #8C93CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 147 + 205 = 492 (100%)
R 140 of 492 ~ 28.46%
G 147 of 492 ~ 29.88%
B 205 of 492 ~ 41.67'%

%28.46
%29.88
%41.67

CMYK color model

#8C93CD color CMYK value is (32,28,0,20).

  • cyan value is 31.71%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (32,28,0,20) C32M28Y0K20 (32%,28%,0%,20%) (0.32/0.28/0.00/0.20) 

CMYK percentages

%31.71
%28.29
%0
%19.61

Codes

Color #8C93CD in popluar color models

8C 93 CD
RGB 140 147 205
HSL 234° 39.39% 67.65%
HSB/HSV 234° 31.71% 80.39%
CMYK 31.71% 28.29% 0.00%
19.61%

Color #8C93CD in popluar number systems.

HEX 8C 93 CD
Decimal 140 147 205
Binary 10001100 10010011 11001101
Octal 214 223 315

Shades and tints

Shades of #8C93CD

#8C93CD
(140,147,205)
#8086BB
(128,134,187)
#7479A9
(116,121,169)
#686C97
(104,108,151)
#5C5F85
(92,95,133)
#505273
(80,82,115)
#444561
(68,69,97)
#38384F
(56,56,79)
#2C2B3D
(44,43,61)
#201E2B
(32,30,43)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #8C93CD

#8C93CD
(140,147,205)
#969CD1
(150,156,209)
#A0A5D5
(160,165,213)
#AAAED9
(170,174,217)
#B4B7DD
(180,183,221)
#BEC0E1
(190,192,225)
#C8C9E5
(200,201,229)
#D2D2E9
(210,210,233)
#DCDBED
(220,219,237)
#E6E4F1
(230,228,241)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C93CD color. Also use rgb(140,147,205) instead hex code.

Text Font Color

.myTextColor { color: #8C93CD; }

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

This text font color is #8C93CD.

Background Color

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

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

This div background color is #8C93CD.

Border color

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

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

This div border color is #8C93CD.

Opacity

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

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

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

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

This text has shadow with #8C93CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C93CD.

Preview

Color preview on black background

This text has color #8C93CD on black background.


Color preview on white background

This text has color #8C93CD on white background.


Black color preview on #8C93CD background

This text has black color on #8C93CD background.


White color preview on #8C93CD background

This text has white color on #8C93CD background.


Related colors

Complementary color

Complementary color for #hex is #736C32.


I love getcolorcode.com

Triadic colors

1 #CD8C93 and #93CD8C with #8C93CD are triadic colors.

2 #CD938C and #938CCD with #8C93CD are triadic colors.