COLOR #806ACD

HEX: #806ACD
RGB: (128,106,205)

Color info

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

RGB color model

#806ACD color RGB value is (128,106,205).

  • red value is 128;
  • green value is 106;
  • blue value is 205.
RGB:
(128,106,205)
(50%,42%,80%)

RGB channels and saturation

R 128 of 255 = 50%
G 106 of 255 = 42%
B 205 of 255 = 80%

128
106
205

R + G + B ~ 57%. #806ACD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 106 + 205 = 439 (100%)
R 128 of 439 ~ 29.16%
G 106 of 439 ~ 24.15%
B 205 of 439 ~ 46.7%

%29.16
%24.15
%46.7

CMYK color model

#806ACD color CMYK value is (38,48,0,20).

  • cyan value is 37.56%
  • magenta value is 48.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(38,48,0,20)
C38M48Y0K20 
(38%,48%,0%,20%)
(0.38/0.48/0.00/0.20)	

CMYK percentages

%37.56
%48.29
%0
%19.61

Codes

Color #806ACD in popluar color models

806ACD
RGB128106205
HSL253°49.75%60.98%
HSB/HSV253°48.29%80.39%
CMYK37.56%48.29%0.00%
19.61%

Color #806ACD in popluar number systems.

HEX806ACD
Decimal128106205
Binary10000000110101011001101
Octal200152315

Shades and tints

Shades of #806ACD

#806ACD
(128,106,205)
#7561BB
(117,97,187)
#6A58A9
(106,88,169)
#5F4F97
(95,79,151)
#544685
(84,70,133)
#493D73
(73,61,115)
#3E3461
(62,52,97)
#332B4F
(51,43,79)
#28223D
(40,34,61)
#1D192B
(29,25,43)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #806ACD

#806ACD
(128,106,205)
#8B77D1
(139,119,209)
#9684D5
(150,132,213)
#A191D9
(161,145,217)
#AC9EDD
(172,158,221)
#B7ABE1
(183,171,225)
#C2B8E5
(194,184,229)
#CDC5E9
(205,197,233)
#D8D2ED
(216,210,237)
#E3DFF1
(227,223,241)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806ACD color. Also use rgb(128,106,205) instead hex code.

Text Font Color

.myTextColor { color: #806ACD; }

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

This text font color is #806ACD.


Background Color

.myBgColor { background-color: #806ACD; }

<div style="background-color:#806ACD">Inner text</div>

This div background color is #806ACD.


Border color

.myBorderColor { border: 1px solid #806ACD; }

<div style="border:3px solid #806ACD">Div</div>

This div border color is #806ACD.


Opacity

.myOpacity80 { color: #806ACD; opacity: 0.8; }

<p style="color:#806ACD;opacity:0.8;">80%</p>

Text with #806ACD 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 #806ACD;}

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

This text has shadow with #806ACD color.

.textShadow {text-shadow: 3px 3px 1px #806ACD, 3px 3px 1px red;}

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

This text has shadow with #806ACD primary color and red secondary color.


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

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

This text has shadow with #806ACD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806ACD on black background.


Color preview on white background

This text has color #806ACD on white background.



Black color preview on #806ACD background

This text has black color on #806ACD background.


White color preview on #806ACD background

This text has white color on #806ACD background.