COLOR #837988

HEX: #837988
RGB: (131,121,136)

Renk bilgisi

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

RGB renk modeli

#837988 color RGB value is (131,121,136).

  • kırmız ton 131;
  • yeşil ton 121;
  • mavi ton 136.
RGB:
(131,121,136)
(51%,47%,53%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 121 of 255 = 47%
B 136 of 255 = 53%

131
121
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 121 + 136 = 388 (100%)
R 131 of 388 ~ 33.76%
G 121 of 388 ~ 31.19%
B 136 of 388 ~ 35.05%

%33.76
%31.19
%35.05

CMYK RENK MODELİ

#837988 rengi CMYK tonu (4,11,0,47).

  • camgöbeği tonu 3.68%
  • eflatun tonu 11.03%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(4,11,0,47)
C4M11Y0K47 
(4%,11%,0%,47%)
(0.04/0.11/0.00/0.47)	

CMYK yüzdeleri

%3.68
%11.03
%0
%46.67

Codes

Color #837988 in popluar color models

837988
RGB131121136
HSL280°5.93%50.39%
HSB/HSV280°11.03%53.33%
CMYK3.68%11.03%0.00%
46.67%

Color #837988 in popluar number systems.

HEX837988
Decimal131121136
Binary10000011111100110001000
Octal203171210

Shades and tints

Shades of #837988

#837988
(131,121,136)
#786E7C
(120,110,124)
#6D6370
(109,99,112)
#625864
(98,88,100)
#574D58
(87,77,88)
#4C424C
(76,66,76)
#413740
(65,55,64)
#362C34
(54,44,52)
#2B2128
(43,33,40)
#20161C
(32,22,28)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #837988

#837988
(131,121,136)
#8E8592
(142,133,146)
#99919C
(153,145,156)
#A49DA6
(164,157,166)
#AFA9B0
(175,169,176)
#BAB5BA
(186,181,186)
#C5C1C4
(197,193,196)
#D0CDCE
(208,205,206)
#DBD9D8
(219,217,216)
#E6E5E2
(230,229,226)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837988 color. Also use rgb(131,121,136) instead hex code.

Text Font Color

.myTextColor { color: #837988; }

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

This text font color is #837988.


Background Color

.myBgColor { background-color: #837988; }

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

This div background color is #837988.


Border color

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

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

This div border color is #837988.


Opacity

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

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

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

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

This text has shadow with #837988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837988 on black background.


Color preview on white background

This text has color #837988 on white background.



Black color preview on #837988 background

This text has black color on #837988 background.


White color preview on #837988 background

This text has white color on #837988 background.