COLOR #6E8F7D

HEX: #6E8F7D
RGB: (110,143,125)

Renk bilgisi

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

RGB renk modeli

#6E8F7D color RGB value is (110,143,125).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 143 of 255 = 56%
B 125 of 255 = 49%

110
143
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 143 + 125 = 378 (100%)
R 110 of 378 ~ 29.1%
G 143 of 378 ~ 37.83%
B 125 of 378 ~ 33.07%

%29.1
%37.83
%33.07

CMYK RENK MODELİ

#6E8F7D rengi CMYK tonu (23,0,13,44).

  • camgöbeği tonu 23.08%
  • eflatun tonu 0.00%
  • sarı tonu 12.59%
  • ana renk tonu 43.92%
CMYK:
(23,0,13,44)
C23M0Y13K44 
(23%,0%,13%,44%)
(0.23/0.00/0.13/0.44)	

CMYK yüzdeleri

%23.08
%0
%12.59
%43.92

Codes

Color #6E8F7D in popluar color models

6E8F7D
RGB110143125
HSL147°13.04%49.61%
HSB/HSV147°23.08%56.08%
CMYK23.08%0.00%12.59%
43.92%

Color #6E8F7D in popluar number systems.

HEX6E8F7D
Decimal110143125
Binary1101110100011111111101
Octal156217175

Shades and tints

Shades of #6E8F7D

#6E8F7D
(110,143,125)
#648272
(100,130,114)
#5A7567
(90,117,103)
#50685C
(80,104,92)
#465B51
(70,91,81)
#3C4E46
(60,78,70)
#32413B
(50,65,59)
#283430
(40,52,48)
#1E2725
(30,39,37)
#141A1A
(20,26,26)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #6E8F7D

#6E8F7D
(110,143,125)
#7B9988
(123,153,136)
#88A393
(136,163,147)
#95AD9E
(149,173,158)
#A2B7A9
(162,183,169)
#AFC1B4
(175,193,180)
#BCCBBF
(188,203,191)
#C9D5CA
(201,213,202)
#D6DFD5
(214,223,213)
#E3E9E0
(227,233,224)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8F7D; }

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

This text font color is #6E8F7D.


Background Color

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

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

This div background color is #6E8F7D.


Border color

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

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

This div border color is #6E8F7D.


Opacity

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

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

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

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

This text has shadow with #6E8F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8F7D on black background.


Color preview on white background

This text has color #6E8F7D on white background.



Black color preview on #6E8F7D background

This text has black color on #6E8F7D background.


White color preview on #6E8F7D background

This text has white color on #6E8F7D background.