COLOR #6DB197

HEX: #6DB197
RGB: (109,177,151)

Renk bilgisi

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

RGB renk modeli

#6DB197 color RGB value is (109,177,151).

  • kırmız ton 109;
  • yeşil ton 177;
  • mavi ton 151.
RGB:
(109,177,151)
(43%,69%,59%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 177 of 255 = 69%
B 151 of 255 = 59%

109
177
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 177 + 151 = 437 (100%)
R 109 of 437 ~ 24.94%
G 177 of 437 ~ 40.5%
B 151 of 437 ~ 34.55%

%24.94
%40.5
%34.55

CMYK RENK MODELİ

#6DB197 rengi CMYK tonu (38,0,15,31).

  • camgöbeği tonu 38.42%
  • eflatun tonu 0.00%
  • sarı tonu 14.69%
  • ana renk tonu 30.59%
CMYK:
(38,0,15,31)
C38M0Y15K31 
(38%,0%,15%,31%)
(0.38/0.00/0.15/0.31)	

CMYK yüzdeleri

%38.42
%0
%14.69
%30.59

Codes

Color #6DB197 in popluar color models

6DB197
RGB109177151
HSL157°30.36%56.08%
HSB/HSV157°38.42%69.41%
CMYK38.42%0.00%14.69%
30.59%

Color #6DB197 in popluar number systems.

HEX6DB197
Decimal109177151
Binary11011011011000110010111
Octal155261227

Shades and tints

Shades of #6DB197

#6DB197
(109,177,151)
#64A18A
(100,161,138)
#5B917D
(91,145,125)
#528170
(82,129,112)
#497163
(73,113,99)
#406156
(64,97,86)
#375149
(55,81,73)
#2E413C
(46,65,60)
#25312F
(37,49,47)
#1C2122
(28,33,34)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #6DB197

#6DB197
(109,177,151)
#7AB8A0
(122,184,160)
#87BFA9
(135,191,169)
#94C6B2
(148,198,178)
#A1CDBB
(161,205,187)
#AED4C4
(174,212,196)
#BBDBCD
(187,219,205)
#C8E2D6
(200,226,214)
#D5E9DF
(213,233,223)
#E2F0E8
(226,240,232)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB197 color. Also use rgb(109,177,151) instead hex code.

Text Font Color

.myTextColor { color: #6DB197; }

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

This text font color is #6DB197.


Background Color

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

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

This div background color is #6DB197.


Border color

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

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

This div border color is #6DB197.


Opacity

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

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

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

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

This text has shadow with #6DB197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB197 on black background.


Color preview on white background

This text has color #6DB197 on white background.



Black color preview on #6DB197 background

This text has black color on #6DB197 background.


White color preview on #6DB197 background

This text has white color on #6DB197 background.