COLOR #838DB6

HEX: #838DB6
RGB: (131,141,182)

Renk bilgisi

#838DB6 contains red, green and blue colors in about the same proportion. #838DB6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#838DB6 color RGB value is (131,141,182).

  • kırmız ton 131;
  • yeşil ton 141;
  • mavi ton 182.
RGB:
(131,141,182)
(51%,55%,71%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 141 of 255 = 55%
B 182 of 255 = 71%

131
141
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 141 + 182 = 454 (100%)
R 131 of 454 ~ 28.85%
G 141 of 454 ~ 31.06%
B 182 of 454 ~ 40.09%

%28.85
%31.06
%40.09

CMYK RENK MODELİ

#838DB6 rengi CMYK tonu (28,23,0,29).

  • camgöbeği tonu 28.02%
  • eflatun tonu 22.53%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(28,23,0,29)
C28M23Y0K29 
(28%,23%,0%,29%)
(0.28/0.23/0.00/0.29)	

CMYK yüzdeleri

%28.02
%22.53
%0
%28.63

Codes

Color #838DB6 in popluar color models

838DB6
RGB131141182
HSL228°25.89%61.37%
HSB/HSV228°28.02%71.37%
CMYK28.02%22.53%0.00%
28.63%

Color #838DB6 in popluar number systems.

HEX838DB6
Decimal131141182
Binary100000111000110110110110
Octal203215266

Shades and tints

Shades of #838DB6

#838DB6
(131,141,182)
#7881A6
(120,129,166)
#6D7596
(109,117,150)
#626986
(98,105,134)
#575D76
(87,93,118)
#4C5166
(76,81,102)
#414556
(65,69,86)
#363946
(54,57,70)
#2B2D36
(43,45,54)
#202126
(32,33,38)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #838DB6

#838DB6
(131,141,182)
#8E97BC
(142,151,188)
#99A1C2
(153,161,194)
#A4ABC8
(164,171,200)
#AFB5CE
(175,181,206)
#BABFD4
(186,191,212)
#C5C9DA
(197,201,218)
#D0D3E0
(208,211,224)
#DBDDE6
(219,221,230)
#E6E7EC
(230,231,236)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838DB6 color. Also use rgb(131,141,182) instead hex code.

Text Font Color

.myTextColor { color: #838DB6; }

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

This text font color is #838DB6.


Background Color

.myBgColor { background-color: #838DB6; }

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

This div background color is #838DB6.


Border color

.myBorderColor { border: 1px solid #838DB6; }

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

This div border color is #838DB6.


Opacity

.myOpacity80 { color: #838DB6; opacity: 0.8; }

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

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

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

This text has shadow with #838DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838DB6 on black background.


Color preview on white background

This text has color #838DB6 on white background.



Black color preview on #838DB6 background

This text has black color on #838DB6 background.


White color preview on #838DB6 background

This text has white color on #838DB6 background.