COLOR #8C98B7

HEX: #8C98B7
RGB: (140,152,183)

Color info

#8C98B7 contains red, green and blue colors in about the same proportion. Web safe color of #8C98B7 is #9999CC (or #99C).

RGB color model

#8C98B7 color RGB value is (140,152,183).

  • red value is 140;
  • green value is 152;
  • blue value is 183.
RGB:
(140,152,183)
(55%,60%,72%)

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 183 of 255 = 72%

140
152
183

R + G + B ~ 62%. #8C98B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 183 = 475 (100%)
R 140 of 475 ~ 29.47%
G 152 of 475 ~ 32%
B 183 of 475 ~ 38.53%

%29.47
%32
%38.53

CMYK color model

#8C98B7 color CMYK value is (23,17,0,28).

  • cyan value is 23.50%
  • magenta value is 16.94%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(23,17,0,28)
C23M17Y0K28 
(23%,17%,0%,28%)
(0.23/0.17/0.00/0.28)	

CMYK percentages

%23.5
%16.94
%0
%28.24

Codes

Color #8C98B7 in popluar color models

8C98B7
RGB140152183
HSL223°22.99%63.33%
HSB/HSV223°23.50%71.76%
CMYK23.50%16.94%0.00%
28.24%

Color #8C98B7 in popluar number systems.

HEX8C98B7
Decimal140152183
Binary100011001001100010110111
Octal214230267

Shades and tints

Shades of #8C98B7

#8C98B7
(140,152,183)
#808BA7
(128,139,167)
#747E97
(116,126,151)
#687187
(104,113,135)
#5C6477
(92,100,119)
#505767
(80,87,103)
#444A57
(68,74,87)
#383D47
(56,61,71)
#2C3037
(44,48,55)
#202327
(32,35,39)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #8C98B7

#8C98B7
(140,152,183)
#96A1BD
(150,161,189)
#A0AAC3
(160,170,195)
#AAB3C9
(170,179,201)
#B4BCCF
(180,188,207)
#BEC5D5
(190,197,213)
#C8CEDB
(200,206,219)
#D2D7E1
(210,215,225)
#DCE0E7
(220,224,231)
#E6E9ED
(230,233,237)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C98B7 color. Also use rgb(140,152,183) instead hex code.

Text Font Color

.myTextColor { color: #8C98B7; }

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

This text font color is #8C98B7.


Background Color

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

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

This div background color is #8C98B7.


Border color

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

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

This div border color is #8C98B7.


Opacity

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

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

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

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

This text has shadow with #8C98B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C98B7 on black background.


Color preview on white background

This text has color #8C98B7 on white background.



Black color preview on #8C98B7 background

This text has black color on #8C98B7 background.


White color preview on #8C98B7 background

This text has white color on #8C98B7 background.