COLOR #6ED9BB

HEX: #6ED9BB
RGB: (110,217,187)

Renk bilgisi

#6ED9BB contains mainly green and blue colors. #6ED9BB ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#6ED9BB color RGB value is (110,217,187).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 217 of 255 = 85%
B 187 of 255 = 73%

110
217
187

R + G + B ~ 67%. #6ED9BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 217 + 187 = 514 (100%)
R 110 of 514 ~ 21.4%
G 217 of 514 ~ 42.22%
B 187 of 514 ~ 36.38%

%21.4
%42.22
%36.38

CMYK RENK MODELİ

#6ED9BB rengi CMYK tonu (49,0,14,15).

  • camgöbeği tonu 49.31%
  • eflatun tonu 0.00%
  • sarı tonu 13.82%
  • ana renk tonu 14.90%
CMYK:
(49,0,14,15)
C49M0Y14K15 
(49%,0%,14%,15%)
(0.49/0.00/0.14/0.15)	

CMYK yüzdeleri

%49.31
%0
%13.82
%14.9

Codes

Color #6ED9BB in popluar color models

6ED9BB
RGB110217187
HSL163°58.47%64.12%
HSB/HSV163°49.31%85.10%
CMYK49.31%0.00%13.82%
14.90%

Color #6ED9BB in popluar number systems.

HEX6ED9BB
Decimal110217187
Binary11011101101100110111011
Octal156331273

Shades and tints

Shades of #6ED9BB

#6ED9BB
(110,217,187)
#64C6AA
(100,198,170)
#5AB399
(90,179,153)
#50A088
(80,160,136)
#468D77
(70,141,119)
#3C7A66
(60,122,102)
#326755
(50,103,85)
#285444
(40,84,68)
#1E4133
(30,65,51)
#142E22
(20,46,34)
#0A1B11
(10,27,17)
#000000
(0,0,0)

Tints of #6ED9BB

#6ED9BB
(110,217,187)
#7BDCC1
(123,220,193)
#88DFC7
(136,223,199)
#95E2CD
(149,226,205)
#A2E5D3
(162,229,211)
#AFE8D9
(175,232,217)
#BCEBDF
(188,235,223)
#C9EEE5
(201,238,229)
#D6F1EB
(214,241,235)
#E3F4F1
(227,244,241)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ED9BB; }

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

This text font color is #6ED9BB.


Background Color

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

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

This div background color is #6ED9BB.


Border color

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

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

This div border color is #6ED9BB.


Opacity

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

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

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

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

This text has shadow with #6ED9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED9BB on black background.


Color preview on white background

This text has color #6ED9BB on white background.



Black color preview on #6ED9BB background

This text has black color on #6ED9BB background.


White color preview on #6ED9BB background

This text has white color on #6ED9BB background.