COLOR #8C95EB

HEX: #8C95EB
RGB: (140,149,235)

Color info

#8C95EB contains mainly blue color. Web safe color of #8C95EB is #9999FF (or #99F).

RGB color model

#8C95EB color RGB value is (140,149,235).

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

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 235 of 255 = 92%

140
149
235

R + G + B ~ 68%. #8C95EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 235 = 524 (100%)
R 140 of 524 ~ 26.72%
G 149 of 524 ~ 28.44%
B 235 of 524 ~ 44.85%

%26.72
%28.44
%44.85

CMYK color model

#8C95EB color CMYK value is (40,37,0,8).

  • cyan value is 40.43%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(40,37,0,8)
C40M37Y0K8 
(40%,37%,0%,8%)
(0.40/0.37/0.00/0.08)	

CMYK percentages

%40.43
%36.6
%0
%7.84

Codes

Color #8C95EB in popluar color models

8C95EB
RGB140149235
HSL234°70.37%73.53%
HSB/HSV234°40.43%92.16%
CMYK40.43%36.60%0.00%
7.84%

Color #8C95EB in popluar number systems.

HEX8C95EB
Decimal140149235
Binary100011001001010111101011
Octal214225353

Shades and tints

Shades of #8C95EB

#8C95EB
(140,149,235)
#8088D6
(128,136,214)
#747BC1
(116,123,193)
#686EAC
(104,110,172)
#5C6197
(92,97,151)
#505482
(80,84,130)
#44476D
(68,71,109)
#383A58
(56,58,88)
#2C2D43
(44,45,67)
#20202E
(32,32,46)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #8C95EB

#8C95EB
(140,149,235)
#969EEC
(150,158,236)
#A0A7ED
(160,167,237)
#AAB0EE
(170,176,238)
#B4B9EF
(180,185,239)
#BEC2F0
(190,194,240)
#C8CBF1
(200,203,241)
#D2D4F2
(210,212,242)
#DCDDF3
(220,221,243)
#E6E6F4
(230,230,244)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C95EB; }

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

This text font color is #8C95EB.


Background Color

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

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

This div background color is #8C95EB.


Border color

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

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

This div border color is #8C95EB.


Opacity

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

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

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

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

This text has shadow with #8C95EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C95EB on black background.


Color preview on white background

This text has color #8C95EB on white background.



Black color preview on #8C95EB background

This text has black color on #8C95EB background.


White color preview on #8C95EB background

This text has white color on #8C95EB background.