COLOR #6EBC96

HEX: #6EBC96
RGB: (110,188,150)

Renk bilgisi

#6EBC96 contains mainly green and blue colors. #6EBC96 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6EBC96 color RGB value is (110,188,150).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 188 of 255 = 74%
B 150 of 255 = 59%

110
188
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 188 + 150 = 448 (100%)
R 110 of 448 ~ 24.55%
G 188 of 448 ~ 41.96%
B 150 of 448 ~ 33.48%

%24.55
%41.96
%33.48

CMYK RENK MODELİ

#6EBC96 rengi CMYK tonu (41,0,20,26).

  • camgöbeği tonu 41.49%
  • eflatun tonu 0.00%
  • sarı tonu 20.21%
  • ana renk tonu 26.27%
CMYK:
(41,0,20,26)
C41M0Y20K26 
(41%,0%,20%,26%)
(0.41/0.00/0.20/0.26)	

CMYK yüzdeleri

%41.49
%0
%20.21
%26.27

Codes

Color #6EBC96 in popluar color models

6EBC96
RGB110188150
HSL151°36.79%58.43%
HSB/HSV151°41.49%73.73%
CMYK41.49%0.00%20.21%
26.27%

Color #6EBC96 in popluar number systems.

HEX6EBC96
Decimal110188150
Binary11011101011110010010110
Octal156274226

Shades and tints

Shades of #6EBC96

#6EBC96
(110,188,150)
#64AB89
(100,171,137)
#5A9A7C
(90,154,124)
#50896F
(80,137,111)
#467862
(70,120,98)
#3C6755
(60,103,85)
#325648
(50,86,72)
#28453B
(40,69,59)
#1E342E
(30,52,46)
#142321
(20,35,33)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #6EBC96

#6EBC96
(110,188,150)
#7BC29F
(123,194,159)
#88C8A8
(136,200,168)
#95CEB1
(149,206,177)
#A2D4BA
(162,212,186)
#AFDAC3
(175,218,195)
#BCE0CC
(188,224,204)
#C9E6D5
(201,230,213)
#D6ECDE
(214,236,222)
#E3F2E7
(227,242,231)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EBC96; }

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

This text font color is #6EBC96.


Background Color

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

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

This div background color is #6EBC96.


Border color

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

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

This div border color is #6EBC96.


Opacity

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

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

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

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

This text has shadow with #6EBC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBC96 on black background.


Color preview on white background

This text has color #6EBC96 on white background.



Black color preview on #6EBC96 background

This text has black color on #6EBC96 background.


White color preview on #6EBC96 background

This text has white color on #6EBC96 background.