COLOR #856DA5

HEX: #856DA5
RGB: (133,109,165)

Renk bilgisi

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

RGB renk modeli

#856DA5 color RGB value is (133,109,165).

  • kırmız ton 133;
  • yeşil ton 109;
  • mavi ton 165.
RGB:
(133,109,165)
(52%,43%,65%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 109 of 255 = 43%
B 165 of 255 = 65%

133
109
165

R + G + B ~ 53%. #856DA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 109 + 165 = 407 (100%)
R 133 of 407 ~ 32.68%
G 109 of 407 ~ 26.78%
B 165 of 407 ~ 40.54%

%32.68
%26.78
%40.54

CMYK RENK MODELİ

#856DA5 rengi CMYK tonu (19,34,0,35).

  • camgöbeği tonu 19.39%
  • eflatun tonu 33.94%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(19,34,0,35)
C19M34Y0K35 
(19%,34%,0%,35%)
(0.19/0.34/0.00/0.35)	

CMYK yüzdeleri

%19.39
%33.94
%0
%35.29

Codes

Color #856DA5 in popluar color models

856DA5
RGB133109165
HSL266°23.73%53.73%
HSB/HSV266°33.94%64.71%
CMYK19.39%33.94%0.00%
35.29%

Color #856DA5 in popluar number systems.

HEX856DA5
Decimal133109165
Binary10000101110110110100101
Octal205155245

Shades and tints

Shades of #856DA5

#856DA5
(133,109,165)
#796496
(121,100,150)
#6D5B87
(109,91,135)
#615278
(97,82,120)
#554969
(85,73,105)
#49405A
(73,64,90)
#3D374B
(61,55,75)
#312E3C
(49,46,60)
#25252D
(37,37,45)
#191C1E
(25,28,30)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #856DA5

#856DA5
(133,109,165)
#907AAD
(144,122,173)
#9B87B5
(155,135,181)
#A694BD
(166,148,189)
#B1A1C5
(177,161,197)
#BCAECD
(188,174,205)
#C7BBD5
(199,187,213)
#D2C8DD
(210,200,221)
#DDD5E5
(221,213,229)
#E8E2ED
(232,226,237)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856DA5 color. Also use rgb(133,109,165) instead hex code.

Text Font Color

.myTextColor { color: #856DA5; }

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

This text font color is #856DA5.


Background Color

.myBgColor { background-color: #856DA5; }

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

This div background color is #856DA5.


Border color

.myBorderColor { border: 1px solid #856DA5; }

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

This div border color is #856DA5.


Opacity

.myOpacity80 { color: #856DA5; opacity: 0.8; }

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

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

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

This text has shadow with #856DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856DA5 on black background.


Color preview on white background

This text has color #856DA5 on white background.



Black color preview on #856DA5 background

This text has black color on #856DA5 background.


White color preview on #856DA5 background

This text has white color on #856DA5 background.