COLOR #6DAA96

HEX: #6DAA96
RGB: (109,170,150)

Renk bilgisi

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

RGB renk modeli

#6DAA96 color RGB value is (109,170,150).

  • kırmız ton 109;
  • yeşil ton 170;
  • mavi ton 150.
RGB:
(109,170,150)
(43%,67%,59%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 170 of 255 = 67%
B 150 of 255 = 59%

109
170
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 170 + 150 = 429 (100%)
R 109 of 429 ~ 25.41%
G 170 of 429 ~ 39.63%
B 150 of 429 ~ 34.97%

%25.41
%39.63
%34.97

CMYK RENK MODELİ

#6DAA96 rengi CMYK tonu (36,0,12,33).

  • camgöbeği tonu 35.88%
  • eflatun tonu 0.00%
  • sarı tonu 11.76%
  • ana renk tonu 33.33%
CMYK:
(36,0,12,33)
C36M0Y12K33 
(36%,0%,12%,33%)
(0.36/0.00/0.12/0.33)	

CMYK yüzdeleri

%35.88
%0
%11.76
%33.33

Codes

Color #6DAA96 in popluar color models

6DAA96
RGB109170150
HSL160°26.41%54.71%
HSB/HSV160°35.88%66.67%
CMYK35.88%0.00%11.76%
33.33%

Color #6DAA96 in popluar number systems.

HEX6DAA96
Decimal109170150
Binary11011011010101010010110
Octal155252226

Shades and tints

Shades of #6DAA96

#6DAA96
(109,170,150)
#649B89
(100,155,137)
#5B8C7C
(91,140,124)
#527D6F
(82,125,111)
#496E62
(73,110,98)
#405F55
(64,95,85)
#375048
(55,80,72)
#2E413B
(46,65,59)
#25322E
(37,50,46)
#1C2321
(28,35,33)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #6DAA96

#6DAA96
(109,170,150)
#7AB19F
(122,177,159)
#87B8A8
(135,184,168)
#94BFB1
(148,191,177)
#A1C6BA
(161,198,186)
#AECDC3
(174,205,195)
#BBD4CC
(187,212,204)
#C8DBD5
(200,219,213)
#D5E2DE
(213,226,222)
#E2E9E7
(226,233,231)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAA96 color. Also use rgb(109,170,150) instead hex code.

Text Font Color

.myTextColor { color: #6DAA96; }

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

This text font color is #6DAA96.


Background Color

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

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

This div background color is #6DAA96.


Border color

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

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

This div border color is #6DAA96.


Opacity

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

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

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

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

This text has shadow with #6DAA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAA96 on black background.


Color preview on white background

This text has color #6DAA96 on white background.



Black color preview on #6DAA96 background

This text has black color on #6DAA96 background.


White color preview on #6DAA96 background

This text has white color on #6DAA96 background.