COLOR #6E8C7D

HEX: #6E8C7D
RGB: (110,140,125)

Renk bilgisi

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

RGB renk modeli

#6E8C7D color RGB value is (110,140,125).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 140 of 255 = 55%
B 125 of 255 = 49%

110
140
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 140 + 125 = 375 (100%)
R 110 of 375 ~ 29.33%
G 140 of 375 ~ 37.33%
B 125 of 375 ~ 33.33%

%29.33
%37.33
%33.33

CMYK RENK MODELİ

#6E8C7D rengi CMYK tonu (21,0,11,45).

  • camgöbeği tonu 21.43%
  • eflatun tonu 0.00%
  • sarı tonu 10.71%
  • ana renk tonu 45.10%
CMYK:
(21,0,11,45)
C21M0Y11K45 
(21%,0%,11%,45%)
(0.21/0.00/0.11/0.45)	

CMYK yüzdeleri

%21.43
%0
%10.71
%45.1

Codes

Color #6E8C7D in popluar color models

6E8C7D
RGB110140125
HSL150°12.00%49.02%
HSB/HSV150°21.43%54.90%
CMYK21.43%0.00%10.71%
45.10%

Color #6E8C7D in popluar number systems.

HEX6E8C7D
Decimal110140125
Binary1101110100011001111101
Octal156214175

Shades and tints

Shades of #6E8C7D

#6E8C7D
(110,140,125)
#648072
(100,128,114)
#5A7467
(90,116,103)
#50685C
(80,104,92)
#465C51
(70,92,81)
#3C5046
(60,80,70)
#32443B
(50,68,59)
#283830
(40,56,48)
#1E2C25
(30,44,37)
#14201A
(20,32,26)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #6E8C7D

#6E8C7D
(110,140,125)
#7B9688
(123,150,136)
#88A093
(136,160,147)
#95AA9E
(149,170,158)
#A2B4A9
(162,180,169)
#AFBEB4
(175,190,180)
#BCC8BF
(188,200,191)
#C9D2CA
(201,210,202)
#D6DCD5
(214,220,213)
#E3E6E0
(227,230,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8C7D; }

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

This text font color is #6E8C7D.


Background Color

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

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

This div background color is #6E8C7D.


Border color

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

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

This div border color is #6E8C7D.


Opacity

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

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

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

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

This text has shadow with #6E8C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8C7D on black background.


Color preview on white background

This text has color #6E8C7D on white background.



Black color preview on #6E8C7D background

This text has black color on #6E8C7D background.


White color preview on #6E8C7D background

This text has white color on #6E8C7D background.