COLOR #6E8386

HEX: #6E8386
RGB: (110,131,134)

Renk bilgisi

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

RGB renk modeli

#6E8386 color RGB value is (110,131,134).

  • kırmız ton 110;
  • yeşil ton 131;
  • mavi ton 134.
RGB:
(110,131,134)
(43%,51%,53%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 131 of 255 = 51%
B 134 of 255 = 53%

110
131
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 131 + 134 = 375 (100%)
R 110 of 375 ~ 29.33%
G 131 of 375 ~ 34.93%
B 134 of 375 ~ 35.73%

%29.33
%34.93
%35.73

CMYK RENK MODELİ

#6E8386 rengi CMYK tonu (18,2,0,47).

  • camgöbeği tonu 17.91%
  • eflatun tonu 2.24%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(18,2,0,47)
C18M2Y0K47 
(18%,2%,0%,47%)
(0.18/0.02/0.00/0.47)	

CMYK yüzdeleri

%17.91
%2.24
%0
%47.45

Codes

Color #6E8386 in popluar color models

6E8386
RGB110131134
HSL188°9.84%47.84%
HSB/HSV188°17.91%52.55%
CMYK17.91%2.24%0.00%
47.45%

Color #6E8386 in popluar number systems.

HEX6E8386
Decimal110131134
Binary11011101000001110000110
Octal156203206

Shades and tints

Shades of #6E8386

#6E8386
(110,131,134)
#64787A
(100,120,122)
#5A6D6E
(90,109,110)
#506262
(80,98,98)
#465756
(70,87,86)
#3C4C4A
(60,76,74)
#32413E
(50,65,62)
#283632
(40,54,50)
#1E2B26
(30,43,38)
#14201A
(20,32,26)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #6E8386

#6E8386
(110,131,134)
#7B8E91
(123,142,145)
#88999C
(136,153,156)
#95A4A7
(149,164,167)
#A2AFB2
(162,175,178)
#AFBABD
(175,186,189)
#BCC5C8
(188,197,200)
#C9D0D3
(201,208,211)
#D6DBDE
(214,219,222)
#E3E6E9
(227,230,233)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8386 color. Also use rgb(110,131,134) instead hex code.

Text Font Color

.myTextColor { color: #6E8386; }

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

This text font color is #6E8386.


Background Color

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

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

This div background color is #6E8386.


Border color

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

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

This div border color is #6E8386.


Opacity

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

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

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

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

This text has shadow with #6E8386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8386 on black background.


Color preview on white background

This text has color #6E8386 on white background.



Black color preview on #6E8386 background

This text has black color on #6E8386 background.


White color preview on #6E8386 background

This text has white color on #6E8386 background.