COLOR #856B7D

HEX: #856B7D
RGB: (133,107,125)

Renk bilgisi

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

RGB renk modeli

#856B7D color RGB value is (133,107,125).

  • kırmız ton 133;
  • yeşil ton 107;
  • mavi ton 125.
RGB:
(133,107,125)
(52%,42%,49%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 107 of 255 = 42%
B 125 of 255 = 49%

133
107
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 107 + 125 = 365 (100%)
R 133 of 365 ~ 36.44%
G 107 of 365 ~ 29.32%
B 125 of 365 ~ 34.25%

%36.44
%29.32
%34.25

CMYK RENK MODELİ

#856B7D rengi CMYK tonu (0,20,6,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.55%
  • sarı tonu 6.02%
  • ana renk tonu 47.84%
CMYK:
(0,20,6,48)
C0M20Y6K48 
(0%,20%,6%,48%)
(0.00/0.20/0.06/0.48)	

CMYK yüzdeleri

%0
%19.55
%6.02
%47.84

Codes

Color #856B7D in popluar color models

856B7D
RGB133107125
HSL318°10.83%47.06%
HSB/HSV318°19.55%52.16%
CMYK0.00%19.55%6.02%
47.84%

Color #856B7D in popluar number systems.

HEX856B7D
Decimal133107125
Binary1000010111010111111101
Octal205153175

Shades and tints

Shades of #856B7D

#856B7D
(133,107,125)
#796272
(121,98,114)
#6D5967
(109,89,103)
#61505C
(97,80,92)
#554751
(85,71,81)
#493E46
(73,62,70)
#3D353B
(61,53,59)
#312C30
(49,44,48)
#252325
(37,35,37)
#191A1A
(25,26,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #856B7D

#856B7D
(133,107,125)
#907888
(144,120,136)
#9B8593
(155,133,147)
#A6929E
(166,146,158)
#B19FA9
(177,159,169)
#BCACB4
(188,172,180)
#C7B9BF
(199,185,191)
#D2C6CA
(210,198,202)
#DDD3D5
(221,211,213)
#E8E0E0
(232,224,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856B7D color. Also use rgb(133,107,125) instead hex code.

Text Font Color

.myTextColor { color: #856B7D; }

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

This text font color is #856B7D.


Background Color

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

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

This div background color is #856B7D.


Border color

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

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

This div border color is #856B7D.


Opacity

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

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

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

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

This text has shadow with #856B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B7D on black background.


Color preview on white background

This text has color #856B7D on white background.



Black color preview on #856B7D background

This text has black color on #856B7D background.


White color preview on #856B7D background

This text has white color on #856B7D background.