COLOR #6E8F93

HEX: #6E8F93
RGB: (110,143,147)

Renk bilgisi

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

RGB renk modeli

#6E8F93 color RGB value is (110,143,147).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 143 of 255 = 56%
B 147 of 255 = 58%

110
143
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 143 + 147 = 400 (100%)
R 110 of 400 ~ 27.5%
G 143 of 400 ~ 35.75%
B 147 of 400 ~ 36.75%

%27.5
%35.75
%36.75

CMYK RENK MODELİ

#6E8F93 rengi CMYK tonu (25,3,0,42).

  • camgöbeği tonu 25.17%
  • eflatun tonu 2.72%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(25,3,0,42)
C25M3Y0K42 
(25%,3%,0%,42%)
(0.25/0.03/0.00/0.42)	

CMYK yüzdeleri

%25.17
%2.72
%0
%42.35

Codes

Color #6E8F93 in popluar color models

6E8F93
RGB110143147
HSL186°14.62%50.39%
HSB/HSV186°25.17%57.65%
CMYK25.17%2.72%0.00%
42.35%

Color #6E8F93 in popluar number systems.

HEX6E8F93
Decimal110143147
Binary11011101000111110010011
Octal156217223

Shades and tints

Shades of #6E8F93

#6E8F93
(110,143,147)
#648286
(100,130,134)
#5A7579
(90,117,121)
#50686C
(80,104,108)
#465B5F
(70,91,95)
#3C4E52
(60,78,82)
#324145
(50,65,69)
#283438
(40,52,56)
#1E272B
(30,39,43)
#141A1E
(20,26,30)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #6E8F93

#6E8F93
(110,143,147)
#7B999C
(123,153,156)
#88A3A5
(136,163,165)
#95ADAE
(149,173,174)
#A2B7B7
(162,183,183)
#AFC1C0
(175,193,192)
#BCCBC9
(188,203,201)
#C9D5D2
(201,213,210)
#D6DFDB
(214,223,219)
#E3E9E4
(227,233,228)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8F93; }

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

This text font color is #6E8F93.


Background Color

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

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

This div background color is #6E8F93.


Border color

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

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

This div border color is #6E8F93.


Opacity

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

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

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

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

This text has shadow with #6E8F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8F93 on black background.


Color preview on white background

This text has color #6E8F93 on white background.



Black color preview on #6E8F93 background

This text has black color on #6E8F93 background.


White color preview on #6E8F93 background

This text has white color on #6E8F93 background.