COLOR #819EAA

HEX: #819EAA
RGB: (129,158,170)

Color info

#819EAA contains red, green and blue colors in about the same proportion. Web safe color of #819EAA is #999999 (or #999).

RGB color model

#819EAA color RGB value is (129,158,170).

  • red value is 129;
  • green value is 158;
  • blue value is 170.
RGB:
(129,158,170)
(51%,62%,67%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 170 of 255 = 67%

129
158
170

R + G + B ~ 60%. #819EAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 170 = 457 (100%)
R 129 of 457 ~ 28.23%
G 158 of 457 ~ 34.57%
B 170 of 457 ~ 37.2%

%28.23
%34.57
%37.2

CMYK color model

#819EAA color CMYK value is (24,7,0,33).

  • cyan value is 24.12%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(24,7,0,33)
C24M7Y0K33 
(24%,7%,0%,33%)
(0.24/0.07/0.00/0.33)	

CMYK percentages

%24.12
%7.06
%0
%33.33

Codes

Color #819EAA in popluar color models

819EAA
RGB129158170
HSL198°19.43%58.63%
HSB/HSV198°24.12%66.67%
CMYK24.12%7.06%0.00%
33.33%

Color #819EAA in popluar number systems.

HEX819EAA
Decimal129158170
Binary100000011001111010101010
Octal201236252

Shades and tints

Shades of #819EAA

#819EAA
(129,158,170)
#76909B
(118,144,155)
#6B828C
(107,130,140)
#60747D
(96,116,125)
#55666E
(85,102,110)
#4A585F
(74,88,95)
#3F4A50
(63,74,80)
#343C41
(52,60,65)
#292E32
(41,46,50)
#1E2023
(30,32,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #819EAA

#819EAA
(129,158,170)
#8CA6B1
(140,166,177)
#97AEB8
(151,174,184)
#A2B6BF
(162,182,191)
#ADBEC6
(173,190,198)
#B8C6CD
(184,198,205)
#C3CED4
(195,206,212)
#CED6DB
(206,214,219)
#D9DEE2
(217,222,226)
#E4E6E9
(228,230,233)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819EAA color. Also use rgb(129,158,170) instead hex code.

Text Font Color

.myTextColor { color: #819EAA; }

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

This text font color is #819EAA.


Background Color

.myBgColor { background-color: #819EAA; }

<div style="background-color:#819EAA">Inner text</div>

This div background color is #819EAA.


Border color

.myBorderColor { border: 1px solid #819EAA; }

<div style="border:3px solid #819EAA">Div</div>

This div border color is #819EAA.


Opacity

.myOpacity80 { color: #819EAA; opacity: 0.8; }

<p style="color:#819EAA;opacity:0.8;">80%</p>

Text with #819EAA 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 #819EAA;}

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

This text has shadow with #819EAA color.

.textShadow {text-shadow: 3px 3px 1px #819EAA, 3px 3px 1px red;}

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

This text has shadow with #819EAA primary color and red secondary color.


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

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

This text has shadow with #819EAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819EAA on black background.


Color preview on white background

This text has color #819EAA on white background.



Black color preview on #819EAA background

This text has black color on #819EAA background.


White color preview on #819EAA background

This text has white color on #819EAA background.