COLOR #6EBBA6

HEX: #6EBBA6
RGB: (110,187,166)

Renk bilgisi

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

RGB renk modeli

#6EBBA6 color RGB value is (110,187,166).

  • kırmız ton 110;
  • yeşil ton 187;
  • mavi ton 166.
RGB:
(110,187,166)
(43%,73%,65%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 187 of 255 = 73%
B 166 of 255 = 65%

110
187
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 187 + 166 = 463 (100%)
R 110 of 463 ~ 23.76%
G 187 of 463 ~ 40.39%
B 166 of 463 ~ 35.85%

%23.76
%40.39
%35.85

CMYK RENK MODELİ

#6EBBA6 rengi CMYK tonu (41,0,11,27).

  • camgöbeği tonu 41.18%
  • eflatun tonu 0.00%
  • sarı tonu 11.23%
  • ana renk tonu 26.67%
CMYK:
(41,0,11,27)
C41M0Y11K27 
(41%,0%,11%,27%)
(0.41/0.00/0.11/0.27)	

CMYK yüzdeleri

%41.18
%0
%11.23
%26.67

Codes

Color #6EBBA6 in popluar color models

6EBBA6
RGB110187166
HSL164°36.15%58.24%
HSB/HSV164°41.18%73.33%
CMYK41.18%0.00%11.23%
26.67%

Color #6EBBA6 in popluar number systems.

HEX6EBBA6
Decimal110187166
Binary11011101011101110100110
Octal156273246

Shades and tints

Shades of #6EBBA6

#6EBBA6
(110,187,166)
#64AA97
(100,170,151)
#5A9988
(90,153,136)
#508879
(80,136,121)
#46776A
(70,119,106)
#3C665B
(60,102,91)
#32554C
(50,85,76)
#28443D
(40,68,61)
#1E332E
(30,51,46)
#14221F
(20,34,31)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6EBBA6

#6EBBA6
(110,187,166)
#7BC1AE
(123,193,174)
#88C7B6
(136,199,182)
#95CDBE
(149,205,190)
#A2D3C6
(162,211,198)
#AFD9CE
(175,217,206)
#BCDFD6
(188,223,214)
#C9E5DE
(201,229,222)
#D6EBE6
(214,235,230)
#E3F1EE
(227,241,238)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBBA6 color. Also use rgb(110,187,166) instead hex code.

Text Font Color

.myTextColor { color: #6EBBA6; }

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

This text font color is #6EBBA6.


Background Color

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

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

This div background color is #6EBBA6.


Border color

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

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

This div border color is #6EBBA6.


Opacity

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

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

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

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

This text has shadow with #6EBBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBBA6 on black background.


Color preview on white background

This text has color #6EBBA6 on white background.



Black color preview on #6EBBA6 background

This text has black color on #6EBBA6 background.


White color preview on #6EBBA6 background

This text has white color on #6EBBA6 background.