COLOR #6E8C89

HEX: #6E8C89
RGB: (110,140,137)

Renk bilgisi

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

RGB renk modeli

#6E8C89 color RGB value is (110,140,137).

  • kırmız ton 110;
  • yeşil ton 140;
  • mavi ton 137.
RGB:
(110,140,137)
(43%,55%,54%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 140 of 255 = 55%
B 137 of 255 = 54%

110
140
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 140 + 137 = 387 (100%)
R 110 of 387 ~ 28.42%
G 140 of 387 ~ 36.18%
B 137 of 387 ~ 35.4%

%28.42
%36.18
%35.4

CMYK RENK MODELİ

#6E8C89 rengi CMYK tonu (21,0,2,45).

  • camgöbeği tonu 21.43%
  • eflatun tonu 0.00%
  • sarı tonu 2.14%
  • ana renk tonu 45.10%
CMYK:
(21,0,2,45)
C21M0Y2K45 
(21%,0%,2%,45%)
(0.21/0.00/0.02/0.45)	

CMYK yüzdeleri

%21.43
%0
%2.14
%45.1

Codes

Color #6E8C89 in popluar color models

6E8C89
RGB110140137
HSL174°12.00%49.02%
HSB/HSV174°21.43%54.90%
CMYK21.43%0.00%2.14%
45.10%

Color #6E8C89 in popluar number systems.

HEX6E8C89
Decimal110140137
Binary11011101000110010001001
Octal156214211

Shades and tints

Shades of #6E8C89

#6E8C89
(110,140,137)
#64807D
(100,128,125)
#5A7471
(90,116,113)
#506865
(80,104,101)
#465C59
(70,92,89)
#3C504D
(60,80,77)
#324441
(50,68,65)
#283835
(40,56,53)
#1E2C29
(30,44,41)
#14201D
(20,32,29)
#0A1411
(10,20,17)
#000000
(0,0,0)

Tints of #6E8C89

#6E8C89
(110,140,137)
#7B9693
(123,150,147)
#88A09D
(136,160,157)
#95AAA7
(149,170,167)
#A2B4B1
(162,180,177)
#AFBEBB
(175,190,187)
#BCC8C5
(188,200,197)
#C9D2CF
(201,210,207)
#D6DCD9
(214,220,217)
#E3E6E3
(227,230,227)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8C89 color. Also use rgb(110,140,137) instead hex code.

Text Font Color

.myTextColor { color: #6E8C89; }

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

This text font color is #6E8C89.


Background Color

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

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

This div background color is #6E8C89.


Border color

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

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

This div border color is #6E8C89.


Opacity

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

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

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

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

This text has shadow with #6E8C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8C89 on black background.


Color preview on white background

This text has color #6E8C89 on white background.



Black color preview on #6E8C89 background

This text has black color on #6E8C89 background.


White color preview on #6E8C89 background

This text has white color on #6E8C89 background.