COLOR #6E9997

HEX: #6E9997
RGB: (110,153,151)

Renk bilgisi

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

RGB renk modeli

#6E9997 color RGB value is (110,153,151).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 153 of 255 = 60%
B 151 of 255 = 59%

110
153
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 153 + 151 = 414 (100%)
R 110 of 414 ~ 26.57%
G 153 of 414 ~ 36.96%
B 151 of 414 ~ 36.47%

%26.57
%36.96
%36.47

CMYK RENK MODELİ

#6E9997 rengi CMYK tonu (28,0,1,40).

  • camgöbeği tonu 28.10%
  • eflatun tonu 0.00%
  • sarı tonu 1.31%
  • ana renk tonu 40.00%
CMYK:
(28,0,1,40)
C28M0Y1K40 
(28%,0%,1%,40%)
(0.28/0.00/0.01/0.40)	

CMYK yüzdeleri

%28.1
%0
%1.31
%40

Codes

Color #6E9997 in popluar color models

6E9997
RGB110153151
HSL177°17.41%51.57%
HSB/HSV177°28.10%60.00%
CMYK28.10%0.00%1.31%
40.00%

Color #6E9997 in popluar number systems.

HEX6E9997
Decimal110153151
Binary11011101001100110010111
Octal156231227

Shades and tints

Shades of #6E9997

#6E9997
(110,153,151)
#648C8A
(100,140,138)
#5A7F7D
(90,127,125)
#507270
(80,114,112)
#466563
(70,101,99)
#3C5856
(60,88,86)
#324B49
(50,75,73)
#283E3C
(40,62,60)
#1E312F
(30,49,47)
#142422
(20,36,34)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #6E9997

#6E9997
(110,153,151)
#7BA2A0
(123,162,160)
#88ABA9
(136,171,169)
#95B4B2
(149,180,178)
#A2BDBB
(162,189,187)
#AFC6C4
(175,198,196)
#BCCFCD
(188,207,205)
#C9D8D6
(201,216,214)
#D6E1DF
(214,225,223)
#E3EAE8
(227,234,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9997; }

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

This text font color is #6E9997.


Background Color

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

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

This div background color is #6E9997.


Border color

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

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

This div border color is #6E9997.


Opacity

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

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

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

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

This text has shadow with #6E9997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9997 on black background.


Color preview on white background

This text has color #6E9997 on white background.



Black color preview on #6E9997 background

This text has black color on #6E9997 background.


White color preview on #6E9997 background

This text has white color on #6E9997 background.