COLOR #807EC3

HEX: #807EC3
RGB: (128,126,195)

Color info

#807EC3 contains mainly blue color. Web safe color of #807EC3 is #6666CC (or #66C).

RGB color model

#807EC3 color RGB value is (128,126,195).

  • red value is 128;
  • green value is 126;
  • blue value is 195.
RGB:
(128,126,195)
(50%,49%,76%)

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 195 of 255 = 76%

128
126
195

R + G + B ~ 58%. #807EC3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 195 = 449 (100%)
R 128 of 449 ~ 28.51%
G 126 of 449 ~ 28.06%
B 195 of 449 ~ 43.43%

%28.51
%28.06
%43.43

CMYK color model

#807EC3 color CMYK value is (34,35,0,24).

  • cyan value is 34.36%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(34,35,0,24)
C34M35Y0K24 
(34%,35%,0%,24%)
(0.34/0.35/0.00/0.24)	

CMYK percentages

%34.36
%35.38
%0
%23.53

Codes

Color #807EC3 in popluar color models

807EC3
RGB128126195
HSL242°36.51%62.94%
HSB/HSV242°35.38%76.47%
CMYK34.36%35.38%0.00%
23.53%

Color #807EC3 in popluar number systems.

HEX807EC3
Decimal128126195
Binary10000000111111011000011
Octal200176303

Shades and tints

Shades of #807EC3

#807EC3
(128,126,195)
#7573B2
(117,115,178)
#6A68A1
(106,104,161)
#5F5D90
(95,93,144)
#54527F
(84,82,127)
#49476E
(73,71,110)
#3E3C5D
(62,60,93)
#33314C
(51,49,76)
#28263B
(40,38,59)
#1D1B2A
(29,27,42)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #807EC3

#807EC3
(128,126,195)
#8B89C8
(139,137,200)
#9694CD
(150,148,205)
#A19FD2
(161,159,210)
#ACAAD7
(172,170,215)
#B7B5DC
(183,181,220)
#C2C0E1
(194,192,225)
#CDCBE6
(205,203,230)
#D8D6EB
(216,214,235)
#E3E1F0
(227,225,240)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807EC3 color. Also use rgb(128,126,195) instead hex code.

Text Font Color

.myTextColor { color: #807EC3; }

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

This text font color is #807EC3.


Background Color

.myBgColor { background-color: #807EC3; }

<div style="background-color:#807EC3">Inner text</div>

This div background color is #807EC3.


Border color

.myBorderColor { border: 1px solid #807EC3; }

<div style="border:3px solid #807EC3">Div</div>

This div border color is #807EC3.


Opacity

.myOpacity80 { color: #807EC3; opacity: 0.8; }

<p style="color:#807EC3;opacity:0.8;">80%</p>

Text with #807EC3 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 #807EC3;}

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

This text has shadow with #807EC3 color.

.textShadow {text-shadow: 3px 3px 1px #807EC3, 3px 3px 1px red;}

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

This text has shadow with #807EC3 primary color and red secondary color.


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

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

This text has shadow with #807EC3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807EC3 on black background.


Color preview on white background

This text has color #807EC3 on white background.



Black color preview on #807EC3 background

This text has black color on #807EC3 background.


White color preview on #807EC3 background

This text has white color on #807EC3 background.