COLOR #8C97B3

HEX: #8C97B3 RGB: (140,151,179)

Color info

#8C97B3 contains red, green and blue colors in about the same proportion. Web safe color of #8C97B3 is #999999 (or #999).

RGB color model

#8C97B3 color RGB value is (140,151,179).

RGB: (140,151,179) (55%, 59%, 70%)

RGB channels and saturation

R 140 of 255 = 55%
G 151 of 255 = 59%
B 179 of 255 = 70%

140
151
179

R + G + B ~ 61%. #8C97B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 151 + 179 = 470 (100%)
R 140 of 470 ~ 29.79%
G 151 of 470 ~ 32.13%
B 179 of 470 ~ 38.09'%

%29.79
%32.13
%38.09

CMYK color model

#8C97B3 color CMYK value is (22,16,0,30).

  • cyan value is 21.79%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (22,16,0,30)
C22M16Y0K30 (22%, 16%, 0%, 30%)
(0.22 / 0.16 / 0.00 / 0.30)

CMYK percentages

%21.79
%15.64
%0
%29.8

Codes

Color #8C97B3 in popluar color models

8C 97 B3
RGB 140 151 179
HSL 223° 20.42% 62.55%
HSB/HSV 223° 21.79% 70.20%
CMYK 21.79% 15.64% 0.00%
29.80%

Color #8C97B3 in popluar number systems.

HEX 8C 97 B3
Decimal 140 151 179
Binary 10001100 10010111 10110011
Octal 214 227 263

Shades and tints

Shades of #8C97B3

#8C97B3
(140,151,179)
#808AA3
(128,138,163)
#747D93
(116,125,147)
#687083
(104,112,131)
#5C6373
(92,99,115)
#505663
(80,86,99)
#444953
(68,73,83)
#383C43
(56,60,67)
#2C2F33
(44,47,51)
#202223
(32,34,35)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #8C97B3

#8C97B3
(140,151,179)
#96A0B9
(150,160,185)
#A0A9BF
(160,169,191)
#AAB2C5
(170,178,197)
#B4BBCB
(180,187,203)
#BEC4D1
(190,196,209)
#C8CDD7
(200,205,215)
#D2D6DD
(210,214,221)
#DCDFE3
(220,223,227)
#E6E8E9
(230,232,233)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C97B3 color. Also use rgb(140,151,179) instead hex code.

Text Font Color

.myTextColor { color: #8C97B3; }

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

This text font color is #8C97B3.

Background Color

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

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

This div background color is #8C97B3.

Border color

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

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

This div border color is #8C97B3.

Opacity

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

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

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

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

This text has shadow with #8C97B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C97B3.

Preview

Color preview on black background

This text has color #8C97B3 on black background.


Color preview on white background

This text has color #8C97B3 on white background.


Black color preview on #8C97B3 background

This text has black color on #8C97B3 background.


White color preview on #8C97B3 background

This text has white color on #8C97B3 background.


Related colors

Complementary color

Complementary color for #hex is #73684C.


I love getcolorcode.com

Triadic colors

1 #B38C97 and #97B38C with #8C97B3 are triadic colors.

2 #B3978C and #978CB3 with #8C97B3 are triadic colors.