COLOR #6E8480

HEX: #6E8480
RGB: (110,132,128)

Renk bilgisi

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

RGB renk modeli

#6E8480 color RGB value is (110,132,128).

  • kırmız ton 110;
  • yeşil ton 132;
  • mavi ton 128.
RGB:
(110,132,128)
(43%,52%,50%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 132 of 255 = 52%
B 128 of 255 = 50%

110
132
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 132 + 128 = 370 (100%)
R 110 of 370 ~ 29.73%
G 132 of 370 ~ 35.68%
B 128 of 370 ~ 34.59%

%29.73
%35.68
%34.59

CMYK RENK MODELİ

#6E8480 rengi CMYK tonu (17,0,3,48).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 3.03%
  • ana renk tonu 48.24%
CMYK:
(17,0,3,48)
C17M0Y3K48 
(17%,0%,3%,48%)
(0.17/0.00/0.03/0.48)	

CMYK yüzdeleri

%16.67
%0
%3.03
%48.24

Codes

Color #6E8480 in popluar color models

6E8480
RGB110132128
HSL169°9.09%47.45%
HSB/HSV169°16.67%51.76%
CMYK16.67%0.00%3.03%
48.24%

Color #6E8480 in popluar number systems.

HEX6E8480
Decimal110132128
Binary11011101000010010000000
Octal156204200

Shades and tints

Shades of #6E8480

#6E8480
(110,132,128)
#647875
(100,120,117)
#5A6C6A
(90,108,106)
#50605F
(80,96,95)
#465454
(70,84,84)
#3C4849
(60,72,73)
#323C3E
(50,60,62)
#283033
(40,48,51)
#1E2428
(30,36,40)
#14181D
(20,24,29)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #6E8480

#6E8480
(110,132,128)
#7B8F8B
(123,143,139)
#889A96
(136,154,150)
#95A5A1
(149,165,161)
#A2B0AC
(162,176,172)
#AFBBB7
(175,187,183)
#BCC6C2
(188,198,194)
#C9D1CD
(201,209,205)
#D6DCD8
(214,220,216)
#E3E7E3
(227,231,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8480 color. Also use rgb(110,132,128) instead hex code.

Text Font Color

.myTextColor { color: #6E8480; }

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

This text font color is #6E8480.


Background Color

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

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

This div background color is #6E8480.


Border color

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

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

This div border color is #6E8480.


Opacity

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

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

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

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

This text has shadow with #6E8480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8480 on black background.


Color preview on white background

This text has color #6E8480 on white background.



Black color preview on #6E8480 background

This text has black color on #6E8480 background.


White color preview on #6E8480 background

This text has white color on #6E8480 background.