COLOR #819EAE

HEX: #819EAE
RGB: (129,158,174)

Color info

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

RGB color model

#819EAE color RGB value is (129,158,174).

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

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 174 of 255 = 68%

129
158
174

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

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 174 = 461 (100%)
R 129 of 461 ~ 27.98%
G 158 of 461 ~ 34.27%
B 174 of 461 ~ 37.74%

%27.98
%34.27
%37.74

CMYK color model

#819EAE color CMYK value is (26,9,0,32).

  • cyan value is 25.86%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(26,9,0,32)
C26M9Y0K32 
(26%,9%,0%,32%)
(0.26/0.09/0.00/0.32)	

CMYK percentages

%25.86
%9.2
%0
%31.76

Codes

Color #819EAE in popluar color models

819EAE
RGB129158174
HSL201°21.74%59.41%
HSB/HSV201°25.86%68.24%
CMYK25.86%9.20%0.00%
31.76%

Color #819EAE in popluar number systems.

HEX819EAE
Decimal129158174
Binary100000011001111010101110
Octal201236256

Shades and tints

Shades of #819EAE

#819EAE
(129,158,174)
#76909F
(118,144,159)
#6B8290
(107,130,144)
#607481
(96,116,129)
#556672
(85,102,114)
#4A5863
(74,88,99)
#3F4A54
(63,74,84)
#343C45
(52,60,69)
#292E36
(41,46,54)
#1E2027
(30,32,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #819EAE

#819EAE
(129,158,174)
#8CA6B5
(140,166,181)
#97AEBC
(151,174,188)
#A2B6C3
(162,182,195)
#ADBECA
(173,190,202)
#B8C6D1
(184,198,209)
#C3CED8
(195,206,216)
#CED6DF
(206,214,223)
#D9DEE6
(217,222,230)
#E4E6ED
(228,230,237)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819EAE; }

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

This text font color is #819EAE.


Background Color

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

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

This div background color is #819EAE.


Border color

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

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

This div border color is #819EAE.


Opacity

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

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

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

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

This text has shadow with #819EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819EAE on black background.


Color preview on white background

This text has color #819EAE on white background.



Black color preview on #819EAE background

This text has black color on #819EAE background.


White color preview on #819EAE background

This text has white color on #819EAE background.