COLOR #6EB396

HEX: #6EB396
RGB: (110,179,150)

Renk bilgisi

#6EB396 contains mainly green and blue colors. #6EB396 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6EB396 color RGB value is (110,179,150).

  • kırmız ton 110;
  • yeşil ton 179;
  • mavi ton 150.
RGB:
(110,179,150)
(43%,70%,59%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 179 of 255 = 70%
B 150 of 255 = 59%

110
179
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 179 + 150 = 439 (100%)
R 110 of 439 ~ 25.06%
G 179 of 439 ~ 40.77%
B 150 of 439 ~ 34.17%

%25.06
%40.77
%34.17

CMYK RENK MODELİ

#6EB396 rengi CMYK tonu (39,0,16,30).

  • camgöbeği tonu 38.55%
  • eflatun tonu 0.00%
  • sarı tonu 16.20%
  • ana renk tonu 29.80%
CMYK:
(39,0,16,30)
C39M0Y16K30 
(39%,0%,16%,30%)
(0.39/0.00/0.16/0.30)	

CMYK yüzdeleri

%38.55
%0
%16.2
%29.8

Codes

Color #6EB396 in popluar color models

6EB396
RGB110179150
HSL155°31.22%56.67%
HSB/HSV155°38.55%70.20%
CMYK38.55%0.00%16.20%
29.80%

Color #6EB396 in popluar number systems.

HEX6EB396
Decimal110179150
Binary11011101011001110010110
Octal156263226

Shades and tints

Shades of #6EB396

#6EB396
(110,179,150)
#64A389
(100,163,137)
#5A937C
(90,147,124)
#50836F
(80,131,111)
#467362
(70,115,98)
#3C6355
(60,99,85)
#325348
(50,83,72)
#28433B
(40,67,59)
#1E332E
(30,51,46)
#142321
(20,35,33)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #6EB396

#6EB396
(110,179,150)
#7BB99F
(123,185,159)
#88BFA8
(136,191,168)
#95C5B1
(149,197,177)
#A2CBBA
(162,203,186)
#AFD1C3
(175,209,195)
#BCD7CC
(188,215,204)
#C9DDD5
(201,221,213)
#D6E3DE
(214,227,222)
#E3E9E7
(227,233,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB396 color. Also use rgb(110,179,150) instead hex code.

Text Font Color

.myTextColor { color: #6EB396; }

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

This text font color is #6EB396.


Background Color

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

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

This div background color is #6EB396.


Border color

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

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

This div border color is #6EB396.


Opacity

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

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

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

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

This text has shadow with #6EB396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB396 on black background.


Color preview on white background

This text has color #6EB396 on white background.



Black color preview on #6EB396 background

This text has black color on #6EB396 background.


White color preview on #6EB396 background

This text has white color on #6EB396 background.