COLOR #6EC9CD

HEX: #6EC9CD
RGB: (110,201,205)

Renk bilgisi

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

RGB renk modeli

#6EC9CD color RGB value is (110,201,205).

  • kırmız ton 110;
  • yeşil ton 201;
  • mavi ton 205.
RGB:
(110,201,205)
(43%,79%,80%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 201 of 255 = 79%
B 205 of 255 = 80%

110
201
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 201 + 205 = 516 (100%)
R 110 of 516 ~ 21.32%
G 201 of 516 ~ 38.95%
B 205 of 516 ~ 39.73%

%21.32
%38.95
%39.73

CMYK RENK MODELİ

#6EC9CD rengi CMYK tonu (46,2,0,20).

  • camgöbeği tonu 46.34%
  • eflatun tonu 1.95%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(46,2,0,20)
C46M2Y0K20 
(46%,2%,0%,20%)
(0.46/0.02/0.00/0.20)	

CMYK yüzdeleri

%46.34
%1.95
%0
%19.61

Codes

Color #6EC9CD in popluar color models

6EC9CD
RGB110201205
HSL183°48.72%61.76%
HSB/HSV183°46.34%80.39%
CMYK46.34%1.95%0.00%
19.61%

Color #6EC9CD in popluar number systems.

HEX6EC9CD
Decimal110201205
Binary11011101100100111001101
Octal156311315

Shades and tints

Shades of #6EC9CD

#6EC9CD
(110,201,205)
#64B7BB
(100,183,187)
#5AA5A9
(90,165,169)
#509397
(80,147,151)
#468185
(70,129,133)
#3C6F73
(60,111,115)
#325D61
(50,93,97)
#284B4F
(40,75,79)
#1E393D
(30,57,61)
#14272B
(20,39,43)
#0A1519
(10,21,25)
#000000
(0,0,0)

Tints of #6EC9CD

#6EC9CD
(110,201,205)
#7BCDD1
(123,205,209)
#88D1D5
(136,209,213)
#95D5D9
(149,213,217)
#A2D9DD
(162,217,221)
#AFDDE1
(175,221,225)
#BCE1E5
(188,225,229)
#C9E5E9
(201,229,233)
#D6E9ED
(214,233,237)
#E3EDF1
(227,237,241)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC9CD color. Also use rgb(110,201,205) instead hex code.

Text Font Color

.myTextColor { color: #6EC9CD; }

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

This text font color is #6EC9CD.


Background Color

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

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

This div background color is #6EC9CD.


Border color

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

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

This div border color is #6EC9CD.


Opacity

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

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

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

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

This text has shadow with #6EC9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC9CD on black background.


Color preview on white background

This text has color #6EC9CD on white background.



Black color preview on #6EC9CD background

This text has black color on #6EC9CD background.


White color preview on #6EC9CD background

This text has white color on #6EC9CD background.