COLOR #838796

HEX: #838796
RGB: (131,135,150)

Renk bilgisi

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

RGB renk modeli

#838796 color RGB value is (131,135,150).

  • kırmız ton 131;
  • yeşil ton 135;
  • mavi ton 150.
RGB:
(131,135,150)
(51%,53%,59%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 135 of 255 = 53%
B 150 of 255 = 59%

131
135
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 135 + 150 = 416 (100%)
R 131 of 416 ~ 31.49%
G 135 of 416 ~ 32.45%
B 150 of 416 ~ 36.06%

%31.49
%32.45
%36.06

CMYK RENK MODELİ

#838796 rengi CMYK tonu (13,10,0,41).

  • camgöbeği tonu 12.67%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,10,0,41)
C13M10Y0K41 
(13%,10%,0%,41%)
(0.13/0.10/0.00/0.41)	

CMYK yüzdeleri

%12.67
%10
%0
%41.18

Codes

Color #838796 in popluar color models

838796
RGB131135150
HSL227°8.30%55.10%
HSB/HSV227°12.67%58.82%
CMYK12.67%10.00%0.00%
41.18%

Color #838796 in popluar number systems.

HEX838796
Decimal131135150
Binary100000111000011110010110
Octal203207226

Shades and tints

Shades of #838796

#838796
(131,135,150)
#787B89
(120,123,137)
#6D6F7C
(109,111,124)
#62636F
(98,99,111)
#575762
(87,87,98)
#4C4B55
(76,75,85)
#413F48
(65,63,72)
#36333B
(54,51,59)
#2B272E
(43,39,46)
#201B21
(32,27,33)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #838796

#838796
(131,135,150)
#8E919F
(142,145,159)
#999BA8
(153,155,168)
#A4A5B1
(164,165,177)
#AFAFBA
(175,175,186)
#BAB9C3
(186,185,195)
#C5C3CC
(197,195,204)
#D0CDD5
(208,205,213)
#DBD7DE
(219,215,222)
#E6E1E7
(230,225,231)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838796 color. Also use rgb(131,135,150) instead hex code.

Text Font Color

.myTextColor { color: #838796; }

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

This text font color is #838796.


Background Color

.myBgColor { background-color: #838796; }

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

This div background color is #838796.


Border color

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

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

This div border color is #838796.


Opacity

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

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

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

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

This text has shadow with #838796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838796 on black background.


Color preview on white background

This text has color #838796 on white background.



Black color preview on #838796 background

This text has black color on #838796 background.


White color preview on #838796 background

This text has white color on #838796 background.