COLOR #6D9D99

HEX: #6D9D99
RGB: (109,157,153)

Renk bilgisi

#6D9D99 contains red, green and blue colors in about the same proportion. #6D9D99 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6D9D99 color RGB value is (109,157,153).

  • kırmız ton 109;
  • yeşil ton 157;
  • mavi ton 153.
RGB:
(109,157,153)
(43%,62%,60%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 157 of 255 = 62%
B 153 of 255 = 60%

109
157
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 157 + 153 = 419 (100%)
R 109 of 419 ~ 26.01%
G 157 of 419 ~ 37.47%
B 153 of 419 ~ 36.52%

%26.01
%37.47
%36.52

CMYK RENK MODELİ

#6D9D99 rengi CMYK tonu (31,0,3,38).

  • camgöbeği tonu 30.57%
  • eflatun tonu 0.00%
  • sarı tonu 2.55%
  • ana renk tonu 38.43%
CMYK:
(31,0,3,38)
C31M0Y3K38 
(31%,0%,3%,38%)
(0.31/0.00/0.03/0.38)	

CMYK yüzdeleri

%30.57
%0
%2.55
%38.43

Codes

Color #6D9D99 in popluar color models

6D9D99
RGB109157153
HSL175°19.67%52.16%
HSB/HSV175°30.57%61.57%
CMYK30.57%0.00%2.55%
38.43%

Color #6D9D99 in popluar number systems.

HEX6D9D99
Decimal109157153
Binary11011011001110110011001
Octal155235231

Shades and tints

Shades of #6D9D99

#6D9D99
(109,157,153)
#648F8C
(100,143,140)
#5B817F
(91,129,127)
#527372
(82,115,114)
#496565
(73,101,101)
#405758
(64,87,88)
#37494B
(55,73,75)
#2E3B3E
(46,59,62)
#252D31
(37,45,49)
#1C1F24
(28,31,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #6D9D99

#6D9D99
(109,157,153)
#7AA5A2
(122,165,162)
#87ADAB
(135,173,171)
#94B5B4
(148,181,180)
#A1BDBD
(161,189,189)
#AEC5C6
(174,197,198)
#BBCDCF
(187,205,207)
#C8D5D8
(200,213,216)
#D5DDE1
(213,221,225)
#E2E5EA
(226,229,234)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9D99 color. Also use rgb(109,157,153) instead hex code.

Text Font Color

.myTextColor { color: #6D9D99; }

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

This text font color is #6D9D99.


Background Color

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

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

This div background color is #6D9D99.


Border color

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

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

This div border color is #6D9D99.


Opacity

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

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

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

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

This text has shadow with #6D9D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D99 on black background.


Color preview on white background

This text has color #6D9D99 on white background.



Black color preview on #6D9D99 background

This text has black color on #6D9D99 background.


White color preview on #6D9D99 background

This text has white color on #6D9D99 background.