COLOR #6D9C99

HEX: #6D9C99
RGB: (109,156,153)

Renk bilgisi

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

RGB renk modeli

#6D9C99 color RGB value is (109,156,153).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 156 of 255 = 61%
B 153 of 255 = 60%

109
156
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 156 + 153 = 418 (100%)
R 109 of 418 ~ 26.08%
G 156 of 418 ~ 37.32%
B 153 of 418 ~ 36.6%

%26.08
%37.32
%36.6

CMYK RENK MODELİ

#6D9C99 rengi CMYK tonu (30,0,2,39).

  • camgöbeği tonu 30.13%
  • eflatun tonu 0.00%
  • sarı tonu 1.92%
  • ana renk tonu 38.82%
CMYK:
(30,0,2,39)
C30M0Y2K39 
(30%,0%,2%,39%)
(0.30/0.00/0.02/0.39)	

CMYK yüzdeleri

%30.13
%0
%1.92
%38.82

Codes

Color #6D9C99 in popluar color models

6D9C99
RGB109156153
HSL176°19.18%51.96%
HSB/HSV176°30.13%61.18%
CMYK30.13%0.00%1.92%
38.82%

Color #6D9C99 in popluar number systems.

HEX6D9C99
Decimal109156153
Binary11011011001110010011001
Octal155234231

Shades and tints

Shades of #6D9C99

#6D9C99
(109,156,153)
#648E8C
(100,142,140)
#5B807F
(91,128,127)
#527272
(82,114,114)
#496465
(73,100,101)
#405658
(64,86,88)
#37484B
(55,72,75)
#2E3A3E
(46,58,62)
#252C31
(37,44,49)
#1C1E24
(28,30,36)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #6D9C99

#6D9C99
(109,156,153)
#7AA5A2
(122,165,162)
#87AEAB
(135,174,171)
#94B7B4
(148,183,180)
#A1C0BD
(161,192,189)
#AEC9C6
(174,201,198)
#BBD2CF
(187,210,207)
#C8DBD8
(200,219,216)
#D5E4E1
(213,228,225)
#E2EDEA
(226,237,234)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9C99; }

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

This text font color is #6D9C99.


Background Color

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

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

This div background color is #6D9C99.


Border color

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

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

This div border color is #6D9C99.


Opacity

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

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

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

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

This text has shadow with #6D9C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9C99 on black background.


Color preview on white background

This text has color #6D9C99 on white background.



Black color preview on #6D9C99 background

This text has black color on #6D9C99 background.


White color preview on #6D9C99 background

This text has white color on #6D9C99 background.