COLOR #8C95C7

HEX: #8C95C7
RGB: (140,149,199)

Color info

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

RGB color model

#8C95C7 color RGB value is (140,149,199).

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

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 199 of 255 = 78%

140
149
199

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

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 199 = 488 (100%)
R 140 of 488 ~ 28.69%
G 149 of 488 ~ 30.53%
B 199 of 488 ~ 40.78%

%28.69
%30.53
%40.78

CMYK color model

#8C95C7 color CMYK value is (30,25,0,22).

  • cyan value is 29.65%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(30,25,0,22)
C30M25Y0K22 
(30%,25%,0%,22%)
(0.30/0.25/0.00/0.22)	

CMYK percentages

%29.65
%25.13
%0
%21.96

Codes

Color #8C95C7 in popluar color models

8C95C7
RGB140149199
HSL231°34.50%66.47%
HSB/HSV231°29.65%78.04%
CMYK29.65%25.13%0.00%
21.96%

Color #8C95C7 in popluar number systems.

HEX8C95C7
Decimal140149199
Binary100011001001010111000111
Octal214225307

Shades and tints

Shades of #8C95C7

#8C95C7
(140,149,199)
#8088B5
(128,136,181)
#747BA3
(116,123,163)
#686E91
(104,110,145)
#5C617F
(92,97,127)
#50546D
(80,84,109)
#44475B
(68,71,91)
#383A49
(56,58,73)
#2C2D37
(44,45,55)
#202025
(32,32,37)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8C95C7

#8C95C7
(140,149,199)
#969ECC
(150,158,204)
#A0A7D1
(160,167,209)
#AAB0D6
(170,176,214)
#B4B9DB
(180,185,219)
#BEC2E0
(190,194,224)
#C8CBE5
(200,203,229)
#D2D4EA
(210,212,234)
#DCDDEF
(220,221,239)
#E6E6F4
(230,230,244)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C95C7; }

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

This text font color is #8C95C7.


Background Color

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

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

This div background color is #8C95C7.


Border color

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

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

This div border color is #8C95C7.


Opacity

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

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

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

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

This text has shadow with #8C95C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C95C7 on black background.


Color preview on white background

This text has color #8C95C7 on white background.



Black color preview on #8C95C7 background

This text has black color on #8C95C7 background.


White color preview on #8C95C7 background

This text has white color on #8C95C7 background.