COLOR #839FA4

HEX: #839FA4
RGB: (131,159,164)

Renk bilgisi

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

RGB renk modeli

#839FA4 color RGB value is (131,159,164).

  • kırmız ton 131;
  • yeşil ton 159;
  • mavi ton 164.
RGB:
(131,159,164)
(51%,62%,64%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 159 of 255 = 62%
B 164 of 255 = 64%

131
159
164

R + G + B ~ 59%. #839FA4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 159 + 164 = 454 (100%)
R 131 of 454 ~ 28.85%
G 159 of 454 ~ 35.02%
B 164 of 454 ~ 36.12%

%28.85
%35.02
%36.12

CMYK RENK MODELİ

#839FA4 rengi CMYK tonu (20,3,0,36).

  • camgöbeği tonu 20.12%
  • eflatun tonu 3.05%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(20,3,0,36)
C20M3Y0K36 
(20%,3%,0%,36%)
(0.20/0.03/0.00/0.36)	

CMYK yüzdeleri

%20.12
%3.05
%0
%35.69

Codes

Color #839FA4 in popluar color models

839FA4
RGB131159164
HSL189°15.35%57.84%
HSB/HSV189°20.12%64.31%
CMYK20.12%3.05%0.00%
35.69%

Color #839FA4 in popluar number systems.

HEX839FA4
Decimal131159164
Binary100000111001111110100100
Octal203237244

Shades and tints

Shades of #839FA4

#839FA4
(131,159,164)
#789196
(120,145,150)
#6D8388
(109,131,136)
#62757A
(98,117,122)
#57676C
(87,103,108)
#4C595E
(76,89,94)
#414B50
(65,75,80)
#363D42
(54,61,66)
#2B2F34
(43,47,52)
#202126
(32,33,38)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #839FA4

#839FA4
(131,159,164)
#8EA7AC
(142,167,172)
#99AFB4
(153,175,180)
#A4B7BC
(164,183,188)
#AFBFC4
(175,191,196)
#BAC7CC
(186,199,204)
#C5CFD4
(197,207,212)
#D0D7DC
(208,215,220)
#DBDFE4
(219,223,228)
#E6E7EC
(230,231,236)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839FA4 color. Also use rgb(131,159,164) instead hex code.

Text Font Color

.myTextColor { color: #839FA4; }

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

This text font color is #839FA4.


Background Color

.myBgColor { background-color: #839FA4; }

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

This div background color is #839FA4.


Border color

.myBorderColor { border: 1px solid #839FA4; }

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

This div border color is #839FA4.


Opacity

.myOpacity80 { color: #839FA4; opacity: 0.8; }

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

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

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

This text has shadow with #839FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839FA4 on black background.


Color preview on white background

This text has color #839FA4 on white background.



Black color preview on #839FA4 background

This text has black color on #839FA4 background.


White color preview on #839FA4 background

This text has white color on #839FA4 background.