COLOR #6E8197

HEX: #6E8197
RGB: (110,129,151)

Renk bilgisi

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

RGB renk modeli

#6E8197 color RGB value is (110,129,151).

  • kırmız ton 110;
  • yeşil ton 129;
  • mavi ton 151.
RGB:
(110,129,151)
(43%,51%,59%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 129 of 255 = 51%
B 151 of 255 = 59%

110
129
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 129 + 151 = 390 (100%)
R 110 of 390 ~ 28.21%
G 129 of 390 ~ 33.08%
B 151 of 390 ~ 38.72%

%28.21
%33.08
%38.72

CMYK RENK MODELİ

#6E8197 rengi CMYK tonu (27,15,0,41).

  • camgöbeği tonu 27.15%
  • eflatun tonu 14.57%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(27,15,0,41)
C27M15Y0K41 
(27%,15%,0%,41%)
(0.27/0.15/0.00/0.41)	

CMYK yüzdeleri

%27.15
%14.57
%0
%40.78

Codes

Color #6E8197 in popluar color models

6E8197
RGB110129151
HSL212°16.47%51.18%
HSB/HSV212°27.15%59.22%
CMYK27.15%14.57%0.00%
40.78%

Color #6E8197 in popluar number systems.

HEX6E8197
Decimal110129151
Binary11011101000000110010111
Octal156201227

Shades and tints

Shades of #6E8197

#6E8197
(110,129,151)
#64768A
(100,118,138)
#5A6B7D
(90,107,125)
#506070
(80,96,112)
#465563
(70,85,99)
#3C4A56
(60,74,86)
#323F49
(50,63,73)
#28343C
(40,52,60)
#1E292F
(30,41,47)
#141E22
(20,30,34)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #6E8197

#6E8197
(110,129,151)
#7B8CA0
(123,140,160)
#8897A9
(136,151,169)
#95A2B2
(149,162,178)
#A2ADBB
(162,173,187)
#AFB8C4
(175,184,196)
#BCC3CD
(188,195,205)
#C9CED6
(201,206,214)
#D6D9DF
(214,217,223)
#E3E4E8
(227,228,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8197 color. Also use rgb(110,129,151) instead hex code.

Text Font Color

.myTextColor { color: #6E8197; }

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

This text font color is #6E8197.


Background Color

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

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

This div background color is #6E8197.


Border color

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

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

This div border color is #6E8197.


Opacity

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

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

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

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

This text has shadow with #6E8197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8197 on black background.


Color preview on white background

This text has color #6E8197 on white background.



Black color preview on #6E8197 background

This text has black color on #6E8197 background.


White color preview on #6E8197 background

This text has white color on #6E8197 background.