COLOR #8C95B7

HEX: #8C95B7
RGB: (140,149,183)

Color info

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

RGB color model

#8C95B7 color RGB value is (140,149,183).

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

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 183 of 255 = 72%

140
149
183

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

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 183 = 472 (100%)
R 140 of 472 ~ 29.66%
G 149 of 472 ~ 31.57%
B 183 of 472 ~ 38.77%

%29.66
%31.57
%38.77

CMYK color model

#8C95B7 color CMYK value is (23,19,0,28).

  • cyan value is 23.50%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(23,19,0,28)
C23M19Y0K28 
(23%,19%,0%,28%)
(0.23/0.19/0.00/0.28)	

CMYK percentages

%23.5
%18.58
%0
%28.24

Codes

Color #8C95B7 in popluar color models

8C95B7
RGB140149183
HSL227°22.99%63.33%
HSB/HSV227°23.50%71.76%
CMYK23.50%18.58%0.00%
28.24%

Color #8C95B7 in popluar number systems.

HEX8C95B7
Decimal140149183
Binary100011001001010110110111
Octal214225267

Shades and tints

Shades of #8C95B7

#8C95B7
(140,149,183)
#8088A7
(128,136,167)
#747B97
(116,123,151)
#686E87
(104,110,135)
#5C6177
(92,97,119)
#505467
(80,84,103)
#444757
(68,71,87)
#383A47
(56,58,71)
#2C2D37
(44,45,55)
#202027
(32,32,39)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #8C95B7

#8C95B7
(140,149,183)
#969EBD
(150,158,189)
#A0A7C3
(160,167,195)
#AAB0C9
(170,176,201)
#B4B9CF
(180,185,207)
#BEC2D5
(190,194,213)
#C8CBDB
(200,203,219)
#D2D4E1
(210,212,225)
#DCDDE7
(220,221,231)
#E6E6ED
(230,230,237)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C95B7; }

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

This text font color is #8C95B7.


Background Color

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

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

This div background color is #8C95B7.


Border color

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

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

This div border color is #8C95B7.


Opacity

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

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

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

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

This text has shadow with #8C95B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C95B7 on black background.


Color preview on white background

This text has color #8C95B7 on white background.



Black color preview on #8C95B7 background

This text has black color on #8C95B7 background.


White color preview on #8C95B7 background

This text has white color on #8C95B7 background.