COLOR #836988

HEX: #836988
RGB: (131,105,136)

Renk bilgisi

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

RGB renk modeli

#836988 color RGB value is (131,105,136).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 105 of 255 = 41%
B 136 of 255 = 53%

131
105
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 105 + 136 = 372 (100%)
R 131 of 372 ~ 35.22%
G 105 of 372 ~ 28.23%
B 136 of 372 ~ 36.56%

%35.22
%28.23
%36.56

CMYK RENK MODELİ

#836988 rengi CMYK tonu (4,23,0,47).

  • camgöbeği tonu 3.68%
  • eflatun tonu 22.79%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(4,23,0,47)
C4M23Y0K47 
(4%,23%,0%,47%)
(0.04/0.23/0.00/0.47)	

CMYK yüzdeleri

%3.68
%22.79
%0
%46.67

Codes

Color #836988 in popluar color models

836988
RGB131105136
HSL290°12.86%47.25%
HSB/HSV290°22.79%53.33%
CMYK3.68%22.79%0.00%
46.67%

Color #836988 in popluar number systems.

HEX836988
Decimal131105136
Binary10000011110100110001000
Octal203151210

Shades and tints

Shades of #836988

#836988
(131,105,136)
#78607C
(120,96,124)
#6D5770
(109,87,112)
#624E64
(98,78,100)
#574558
(87,69,88)
#4C3C4C
(76,60,76)
#413340
(65,51,64)
#362A34
(54,42,52)
#2B2128
(43,33,40)
#20181C
(32,24,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #836988

#836988
(131,105,136)
#8E7692
(142,118,146)
#99839C
(153,131,156)
#A490A6
(164,144,166)
#AF9DB0
(175,157,176)
#BAAABA
(186,170,186)
#C5B7C4
(197,183,196)
#D0C4CE
(208,196,206)
#DBD1D8
(219,209,216)
#E6DEE2
(230,222,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836988; }

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

This text font color is #836988.


Background Color

.myBgColor { background-color: #836988; }

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

This div background color is #836988.


Border color

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

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

This div border color is #836988.


Opacity

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

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

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

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

This text has shadow with #836988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836988 on black background.


Color preview on white background

This text has color #836988 on white background.



Black color preview on #836988 background

This text has black color on #836988 background.


White color preview on #836988 background

This text has white color on #836988 background.