COLOR #6E8B7D

HEX: #6E8B7D
RGB: (110,139,125)

Renk bilgisi

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

RGB renk modeli

#6E8B7D color RGB value is (110,139,125).

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

RGB bağlantıları ve doygunluk

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

110
139
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 139 + 125 = 374 (100%)
R 110 of 374 ~ 29.41%
G 139 of 374 ~ 37.17%
B 125 of 374 ~ 33.42%

%29.41
%37.17
%33.42

CMYK RENK MODELİ

#6E8B7D rengi CMYK tonu (21,0,10,45).

  • camgöbeği tonu 20.86%
  • eflatun tonu 0.00%
  • sarı tonu 10.07%
  • ana renk tonu 45.49%
CMYK:
(21,0,10,45)
C21M0Y10K45 
(21%,0%,10%,45%)
(0.21/0.00/0.10/0.45)	

CMYK yüzdeleri

%20.86
%0
%10.07
%45.49

Codes

Color #6E8B7D in popluar color models

6E8B7D
RGB110139125
HSL151°11.65%48.82%
HSB/HSV151°20.86%54.51%
CMYK20.86%0.00%10.07%
45.49%

Color #6E8B7D in popluar number systems.

HEX6E8B7D
Decimal110139125
Binary1101110100010111111101
Octal156213175

Shades and tints

Shades of #6E8B7D

#6E8B7D
(110,139,125)
#647F72
(100,127,114)
#5A7367
(90,115,103)
#50675C
(80,103,92)
#465B51
(70,91,81)
#3C4F46
(60,79,70)
#32433B
(50,67,59)
#283730
(40,55,48)
#1E2B25
(30,43,37)
#141F1A
(20,31,26)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #6E8B7D

#6E8B7D
(110,139,125)
#7B9588
(123,149,136)
#889F93
(136,159,147)
#95A99E
(149,169,158)
#A2B3A9
(162,179,169)
#AFBDB4
(175,189,180)
#BCC7BF
(188,199,191)
#C9D1CA
(201,209,202)
#D6DBD5
(214,219,213)
#E3E5E0
(227,229,224)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8B7D; }

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

This text font color is #6E8B7D.


Background Color

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

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

This div background color is #6E8B7D.


Border color

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

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

This div border color is #6E8B7D.


Opacity

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

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

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

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

This text has shadow with #6E8B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8B7D on black background.


Color preview on white background

This text has color #6E8B7D on white background.



Black color preview on #6E8B7D background

This text has black color on #6E8B7D background.


White color preview on #6E8B7D background

This text has white color on #6E8B7D background.