COLOR #838189

HEX: #838189
RGB: (131,129,137)

Renk bilgisi

#838189 contains red, green and blue colors in about the same proportion. #838189 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#838189 color RGB value is (131,129,137).

  • kırmız ton 131;
  • yeşil ton 129;
  • mavi ton 137.
RGB:
(131,129,137)
(51%,51%,54%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 129 of 255 = 51%
B 137 of 255 = 54%

131
129
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 129 + 137 = 397 (100%)
R 131 of 397 ~ 33%
G 129 of 397 ~ 32.49%
B 137 of 397 ~ 34.51%

%33
%32.49
%34.51

CMYK RENK MODELİ

#838189 rengi CMYK tonu (4,6,0,46).

  • camgöbeği tonu 4.38%
  • eflatun tonu 5.84%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(4,6,0,46)
C4M6Y0K46 
(4%,6%,0%,46%)
(0.04/0.06/0.00/0.46)	

CMYK yüzdeleri

%4.38
%5.84
%0
%46.27

Codes

Color #838189 in popluar color models

838189
RGB131129137
HSL255°3.28%52.16%
HSB/HSV255°5.84%53.73%
CMYK4.38%5.84%0.00%
46.27%

Color #838189 in popluar number systems.

HEX838189
Decimal131129137
Binary100000111000000110001001
Octal203201211

Shades and tints

Shades of #838189

#838189
(131,129,137)
#78767D
(120,118,125)
#6D6B71
(109,107,113)
#626065
(98,96,101)
#575559
(87,85,89)
#4C4A4D
(76,74,77)
#413F41
(65,63,65)
#363435
(54,52,53)
#2B2929
(43,41,41)
#201E1D
(32,30,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #838189

#838189
(131,129,137)
#8E8C93
(142,140,147)
#99979D
(153,151,157)
#A4A2A7
(164,162,167)
#AFADB1
(175,173,177)
#BAB8BB
(186,184,187)
#C5C3C5
(197,195,197)
#D0CECF
(208,206,207)
#DBD9D9
(219,217,217)
#E6E4E3
(230,228,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838189; }

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

This text font color is #838189.


Background Color

.myBgColor { background-color: #838189; }

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

This div background color is #838189.


Border color

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

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

This div border color is #838189.


Opacity

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

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

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

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

This text has shadow with #838189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838189 on black background.


Color preview on white background

This text has color #838189 on white background.



Black color preview on #838189 background

This text has black color on #838189 background.


White color preview on #838189 background

This text has white color on #838189 background.