COLOR #6E9686

HEX: #6E9686
RGB: (110,150,134)

Renk bilgisi

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

RGB renk modeli

#6E9686 color RGB value is (110,150,134).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 150 of 255 = 59%
B 134 of 255 = 53%

110
150
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 150 + 134 = 394 (100%)
R 110 of 394 ~ 27.92%
G 150 of 394 ~ 38.07%
B 134 of 394 ~ 34.01%

%27.92
%38.07
%34.01

CMYK RENK MODELİ

#6E9686 rengi CMYK tonu (27,0,11,41).

  • camgöbeği tonu 26.67%
  • eflatun tonu 0.00%
  • sarı tonu 10.67%
  • ana renk tonu 41.18%
CMYK:
(27,0,11,41)
C27M0Y11K41 
(27%,0%,11%,41%)
(0.27/0.00/0.11/0.41)	

CMYK yüzdeleri

%26.67
%0
%10.67
%41.18

Codes

Color #6E9686 in popluar color models

6E9686
RGB110150134
HSL156°16.00%50.98%
HSB/HSV156°26.67%58.82%
CMYK26.67%0.00%10.67%
41.18%

Color #6E9686 in popluar number systems.

HEX6E9686
Decimal110150134
Binary11011101001011010000110
Octal156226206

Shades and tints

Shades of #6E9686

#6E9686
(110,150,134)
#64897A
(100,137,122)
#5A7C6E
(90,124,110)
#506F62
(80,111,98)
#466256
(70,98,86)
#3C554A
(60,85,74)
#32483E
(50,72,62)
#283B32
(40,59,50)
#1E2E26
(30,46,38)
#14211A
(20,33,26)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #6E9686

#6E9686
(110,150,134)
#7B9F91
(123,159,145)
#88A89C
(136,168,156)
#95B1A7
(149,177,167)
#A2BAB2
(162,186,178)
#AFC3BD
(175,195,189)
#BCCCC8
(188,204,200)
#C9D5D3
(201,213,211)
#D6DEDE
(214,222,222)
#E3E7E9
(227,231,233)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9686; }

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

This text font color is #6E9686.


Background Color

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

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

This div background color is #6E9686.


Border color

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

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

This div border color is #6E9686.


Opacity

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

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

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

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

This text has shadow with #6E9686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9686 on black background.


Color preview on white background

This text has color #6E9686 on white background.



Black color preview on #6E9686 background

This text has black color on #6E9686 background.


White color preview on #6E9686 background

This text has white color on #6E9686 background.