COLOR #6D857B

HEX: #6D857B
RGB: (109,133,123)

Renk bilgisi

#6D857B contains red, green and blue colors in about the same proportion. #6D857B ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6D857B color RGB value is (109,133,123).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 133 of 255 = 52%
B 123 of 255 = 48%

109
133
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 133 + 123 = 365 (100%)
R 109 of 365 ~ 29.86%
G 133 of 365 ~ 36.44%
B 123 of 365 ~ 33.7%

%29.86
%36.44
%33.7

CMYK RENK MODELİ

#6D857B rengi CMYK tonu (18,0,8,48).

  • camgöbeği tonu 18.05%
  • eflatun tonu 0.00%
  • sarı tonu 7.52%
  • ana renk tonu 47.84%
CMYK:
(18,0,8,48)
C18M0Y8K48 
(18%,0%,8%,48%)
(0.18/0.00/0.08/0.48)	

CMYK yüzdeleri

%18.05
%0
%7.52
%47.84

Codes

Color #6D857B in popluar color models

6D857B
RGB109133123
HSL155°9.92%47.45%
HSB/HSV155°18.05%52.16%
CMYK18.05%0.00%7.52%
47.84%

Color #6D857B in popluar number systems.

HEX6D857B
Decimal109133123
Binary1101101100001011111011
Octal155205173

Shades and tints

Shades of #6D857B

#6D857B
(109,133,123)
#647970
(100,121,112)
#5B6D65
(91,109,101)
#52615A
(82,97,90)
#49554F
(73,85,79)
#404944
(64,73,68)
#373D39
(55,61,57)
#2E312E
(46,49,46)
#252523
(37,37,35)
#1C1918
(28,25,24)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #6D857B

#6D857B
(109,133,123)
#7A9087
(122,144,135)
#879B93
(135,155,147)
#94A69F
(148,166,159)
#A1B1AB
(161,177,171)
#AEBCB7
(174,188,183)
#BBC7C3
(187,199,195)
#C8D2CF
(200,210,207)
#D5DDDB
(213,221,219)
#E2E8E7
(226,232,231)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D857B color. Also use rgb(109,133,123) instead hex code.

Text Font Color

.myTextColor { color: #6D857B; }

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

This text font color is #6D857B.


Background Color

.myBgColor { background-color: #6D857B; }

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

This div background color is #6D857B.


Border color

.myBorderColor { border: 1px solid #6D857B; }

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

This div border color is #6D857B.


Opacity

.myOpacity80 { color: #6D857B; opacity: 0.8; }

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

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

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

This text has shadow with #6D857B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D857B on black background.


Color preview on white background

This text has color #6D857B on white background.



Black color preview on #6D857B background

This text has black color on #6D857B background.


White color preview on #6D857B background

This text has white color on #6D857B background.