COLOR #809AC5

HEX: #809AC5 RGB: (128,154,197)

Color info

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

RGB color model

#809AC5 color RGB value is (128,154,197).

RGB: (128,154,197) (50%, 60%, 77%)

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 197 of 255 = 77%

128
154
197

R + G + B ~ 62%. #809AC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 154 + 197 = 479 (100%)
R 128 of 479 ~ 26.72%
G 154 of 479 ~ 32.15%
B 197 of 479 ~ 41.13'%

%26.72
%32.15
%41.13

CMYK color model

#809AC5 color CMYK value is (35,22,0,23).

  • cyan value is 35.03%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (35,22,0,23)
C35M22Y0K23 (35%, 22%, 0%, 23%)
(0.35 / 0.22 / 0.00 / 0.23)

CMYK percentages

%35.03
%21.83
%0
%22.75

Codes

Color #809AC5 in popluar color models

80 9A C5
RGB 128 154 197
HSL 217° 37.30% 63.73%
HSB/HSV 217° 35.03% 77.25%
CMYK 35.03% 21.83% 0.00%
22.75%

Color #809AC5 in popluar number systems.

HEX 80 9A C5
Decimal 128 154 197
Binary 10000000 10011010 11000101
Octal 200 232 305

Shades and tints

Shades of #809AC5

#809AC5
(128,154,197)
#758CB4
(117,140,180)
#6A7EA3
(106,126,163)
#5F7092
(95,112,146)
#546281
(84,98,129)
#495470
(73,84,112)
#3E465F
(62,70,95)
#33384E
(51,56,78)
#282A3D
(40,42,61)
#1D1C2C
(29,28,44)
#120E1B
(18,14,27)
#000000
(0,0,0)

Tints of #809AC5

#809AC5
(128,154,197)
#8BA3CA
(139,163,202)
#96ACCF
(150,172,207)
#A1B5D4
(161,181,212)
#ACBED9
(172,190,217)
#B7C7DE
(183,199,222)
#C2D0E3
(194,208,227)
#CDD9E8
(205,217,232)
#D8E2ED
(216,226,237)
#E3EBF2
(227,235,242)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809AC5; }

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

This text font color is #809AC5.

Background Color

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

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

This div background color is #809AC5.

Border color

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

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

This div border color is #809AC5.

Opacity

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

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

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

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

This text has shadow with #809AC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809AC5.

Preview

Color preview on black background

This text has color #809AC5 on black background.


Color preview on white background

This text has color #809AC5 on white background.


Black color preview on #809AC5 background

This text has black color on #809AC5 background.


White color preview on #809AC5 background

This text has white color on #809AC5 background.


Related colors

Complementary color

Complementary color for #hex is #7F653A.


I love getcolorcode.com

Triadic colors

1 #C5809A and #9AC580 with #809AC5 are triadic colors.

2 #C59A80 and #9A80C5 with #809AC5 are triadic colors.