COLOR #819189

HEX: #819189
RGB: (129,145,137)

Color info

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

RGB color model

#819189 color RGB value is (129,145,137).

  • red value is 129;
  • green value is 145;
  • blue value is 137.
RGB:
(129,145,137)
(51%,57%,54%)

RGB channels and saturation

R 129 of 255 = 51%
G 145 of 255 = 57%
B 137 of 255 = 54%

129
145
137

R + G + B ~ 54%. #819189 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 145 + 137 = 411 (100%)
R 129 of 411 ~ 31.39%
G 145 of 411 ~ 35.28%
B 137 of 411 ~ 33.33%

%31.39
%35.28
%33.33

CMYK color model

#819189 color CMYK value is (11,0,6,43).

  • cyan value is 11.03%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 43.14%
CMYK:
(11,0,6,43)
C11M0Y6K43 
(11%,0%,6%,43%)
(0.11/0.00/0.06/0.43)	

CMYK percentages

%11.03
%0
%5.52
%43.14

Codes

Color #819189 in popluar color models

819189
RGB129145137
HSL150°6.78%53.73%
HSB/HSV150°11.03%56.86%
CMYK11.03%0.00%5.52%
43.14%

Color #819189 in popluar number systems.

HEX819189
Decimal129145137
Binary100000011001000110001001
Octal201221211

Shades and tints

Shades of #819189

#819189
(129,145,137)
#76847D
(118,132,125)
#6B7771
(107,119,113)
#606A65
(96,106,101)
#555D59
(85,93,89)
#4A504D
(74,80,77)
#3F4341
(63,67,65)
#343635
(52,54,53)
#292929
(41,41,41)
#1E1C1D
(30,28,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #819189

#819189
(129,145,137)
#8C9B93
(140,155,147)
#97A59D
(151,165,157)
#A2AFA7
(162,175,167)
#ADB9B1
(173,185,177)
#B8C3BB
(184,195,187)
#C3CDC5
(195,205,197)
#CED7CF
(206,215,207)
#D9E1D9
(217,225,217)
#E4EBE3
(228,235,227)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819189 color. Also use rgb(129,145,137) instead hex code.

Text Font Color

.myTextColor { color: #819189; }

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

This text font color is #819189.


Background Color

.myBgColor { background-color: #819189; }

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

This div background color is #819189.


Border color

.myBorderColor { border: 1px solid #819189; }

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

This div border color is #819189.


Opacity

.myOpacity80 { color: #819189; opacity: 0.8; }

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

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

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

This text has shadow with #819189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819189 on black background.


Color preview on white background

This text has color #819189 on white background.



Black color preview on #819189 background

This text has black color on #819189 background.


White color preview on #819189 background

This text has white color on #819189 background.