COLOR #819EA8

HEX: #819EA8 RGB: (129,158,168)

Color info

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

RGB color model

#819EA8 color RGB value is (129,158,168).

RGB: (129,158,168) (51%, 62%, 66%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 168 of 255 = 66%

129
158
168

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

Portions of RGB colors in percentages

R + G + B = 129 + 158 + 168 = 455 (100%)
R 129 of 455 ~ 28.35%
G 158 of 455 ~ 34.73%
B 168 of 455 ~ 36.92'%

%28.35
%34.73
%36.92

CMYK color model

#819EA8 color CMYK value is (23,6,0,34).

  • cyan value is 23.21%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (23,6,0,34)
C23M6Y0K34 (23%, 6%, 0%, 34%)
(0.23 / 0.06 / 0.00 / 0.34)

CMYK percentages

%23.21
%5.95
%0
%34.12

Codes

Color #819EA8 in popluar color models

81 9E A8
RGB 129 158 168
HSL 195° 18.31% 58.24%
HSB/HSV 195° 23.21% 65.88%
CMYK 23.21% 5.95% 0.00%
34.12%

Color #819EA8 in popluar number systems.

HEX 81 9E A8
Decimal 129 158 168
Binary 10000001 10011110 10101000
Octal 201 236 250

Shades and tints

Shades of #819EA8

#819EA8
(129,158,168)
#769099
(118,144,153)
#6B828A
(107,130,138)
#60747B
(96,116,123)
#55666C
(85,102,108)
#4A585D
(74,88,93)
#3F4A4E
(63,74,78)
#343C3F
(52,60,63)
#292E30
(41,46,48)
#1E2021
(30,32,33)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #819EA8

#819EA8
(129,158,168)
#8CA6AF
(140,166,175)
#97AEB6
(151,174,182)
#A2B6BD
(162,182,189)
#ADBEC4
(173,190,196)
#B8C6CB
(184,198,203)
#C3CED2
(195,206,210)
#CED6D9
(206,214,217)
#D9DEE0
(217,222,224)
#E4E6E7
(228,230,231)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819EA8; }

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

This text font color is #819EA8.

Background Color

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

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

This div background color is #819EA8.

Border color

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

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

This div border color is #819EA8.

Opacity

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

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

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

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

This text has shadow with #819EA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819EA8.

Preview

Color preview on black background

This text has color #819EA8 on black background.


Color preview on white background

This text has color #819EA8 on white background.


Black color preview on #819EA8 background

This text has black color on #819EA8 background.


White color preview on #819EA8 background

This text has white color on #819EA8 background.


Related colors

Complementary color

Complementary color for #hex is #7E6157.


I love getcolorcode.com

Triadic colors

1 #A8819E and #9EA881 with #819EA8 are triadic colors.

2 #A89E81 and #9E81A8 with #819EA8 are triadic colors.