COLOR #837A88

HEX: #837A88
RGB: (131,122,136)

Renk bilgisi

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

RGB renk modeli

#837A88 color RGB value is (131,122,136).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 122 of 255 = 48%
B 136 of 255 = 53%

131
122
136

R + G + B ~ 51%. #837A88 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 122 + 136 = 389 (100%)
R 131 of 389 ~ 33.68%
G 122 of 389 ~ 31.36%
B 136 of 389 ~ 34.96%

%33.68
%31.36
%34.96

CMYK RENK MODELİ

#837A88 rengi CMYK tonu (4,10,0,47).

  • camgöbeği tonu 3.68%
  • eflatun tonu 10.29%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(4,10,0,47)
C4M10Y0K47 
(4%,10%,0%,47%)
(0.04/0.10/0.00/0.47)	

CMYK yüzdeleri

%3.68
%10.29
%0
%46.67

Codes

Color #837A88 in popluar color models

837A88
RGB131122136
HSL279°5.56%50.59%
HSB/HSV279°10.29%53.33%
CMYK3.68%10.29%0.00%
46.67%

Color #837A88 in popluar number systems.

HEX837A88
Decimal131122136
Binary10000011111101010001000
Octal203172210

Shades and tints

Shades of #837A88

#837A88
(131,122,136)
#786F7C
(120,111,124)
#6D6470
(109,100,112)
#625964
(98,89,100)
#574E58
(87,78,88)
#4C434C
(76,67,76)
#413840
(65,56,64)
#362D34
(54,45,52)
#2B2228
(43,34,40)
#20171C
(32,23,28)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #837A88

#837A88
(131,122,136)
#8E8692
(142,134,146)
#99929C
(153,146,156)
#A49EA6
(164,158,166)
#AFAAB0
(175,170,176)
#BAB6BA
(186,182,186)
#C5C2C4
(197,194,196)
#D0CECE
(208,206,206)
#DBDAD8
(219,218,216)
#E6E6E2
(230,230,226)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837A88; }

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

This text font color is #837A88.


Background Color

.myBgColor { background-color: #837A88; }

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

This div background color is #837A88.


Border color

.myBorderColor { border: 1px solid #837A88; }

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

This div border color is #837A88.


Opacity

.myOpacity80 { color: #837A88; opacity: 0.8; }

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

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

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

This text has shadow with #837A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837A88 on black background.


Color preview on white background

This text has color #837A88 on white background.



Black color preview on #837A88 background

This text has black color on #837A88 background.


White color preview on #837A88 background

This text has white color on #837A88 background.