COLOR #809ACC

HEX: #809ACC
RGB: (128,154,204)

Color info

#809ACC contains mainly green and blue colors. Web safe color of #809ACC is #6699CC (or #69C).

RGB color model

#809ACC color RGB value is (128,154,204).

  • red value is 128;
  • green value is 154;
  • blue value is 204.
RGB:
(128,154,204)
(50%,60%,80%)

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 204 of 255 = 80%

128
154
204

R + G + B ~ 63%. #809ACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 154 + 204 = 486 (100%)
R 128 of 486 ~ 26.34%
G 154 of 486 ~ 31.69%
B 204 of 486 ~ 41.98%

%26.34
%31.69
%41.98

CMYK color model

#809ACC color CMYK value is (37,25,0,20).

  • cyan value is 37.25%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(37,25,0,20)
C37M25Y0K20 
(37%,25%,0%,20%)
(0.37/0.25/0.00/0.20)	

CMYK percentages

%37.25
%24.51
%0
%20

Codes

Color #809ACC in popluar color models

809ACC
RGB128154204
HSL219°42.70%65.10%
HSB/HSV219°37.25%80.00%
CMYK37.25%24.51%0.00%
20.00%

Color #809ACC in popluar number systems.

HEX809ACC
Decimal128154204
Binary100000001001101011001100
Octal200232314

Shades and tints

Shades of #809ACC

#809ACC
(128,154,204)
#758CBA
(117,140,186)
#6A7EA8
(106,126,168)
#5F7096
(95,112,150)
#546284
(84,98,132)
#495472
(73,84,114)
#3E4660
(62,70,96)
#33384E
(51,56,78)
#282A3C
(40,42,60)
#1D1C2A
(29,28,42)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #809ACC

#809ACC
(128,154,204)
#8BA3D0
(139,163,208)
#96ACD4
(150,172,212)
#A1B5D8
(161,181,216)
#ACBEDC
(172,190,220)
#B7C7E0
(183,199,224)
#C2D0E4
(194,208,228)
#CDD9E8
(205,217,232)
#D8E2EC
(216,226,236)
#E3EBF0
(227,235,240)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809ACC color. Also use rgb(128,154,204) instead hex code.

Text Font Color

.myTextColor { color: #809ACC; }

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

This text font color is #809ACC.


Background Color

.myBgColor { background-color: #809ACC; }

<div style="background-color:#809ACC">Inner text</div>

This div background color is #809ACC.


Border color

.myBorderColor { border: 1px solid #809ACC; }

<div style="border:3px solid #809ACC">Div</div>

This div border color is #809ACC.


Opacity

.myOpacity80 { color: #809ACC; opacity: 0.8; }

<p style="color:#809ACC;opacity:0.8;">80%</p>

Text with #809ACC 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 #809ACC;}

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

This text has shadow with #809ACC color.

.textShadow {text-shadow: 3px 3px 1px #809ACC, 3px 3px 1px red;}

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

This text has shadow with #809ACC primary color and red secondary color.


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

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

This text has shadow with #809ACC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809ACC on black background.


Color preview on white background

This text has color #809ACC on white background.



Black color preview on #809ACC background

This text has black color on #809ACC background.


White color preview on #809ACC background

This text has white color on #809ACC background.