COLOR #6C997C

HEX: #6C997C
RGB: (108,153,124)

Renk bilgisi

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

RGB renk modeli

#6C997C color RGB value is (108,153,124).

  • kırmız ton 108;
  • yeşil ton 153;
  • mavi ton 124.
RGB:
(108,153,124)
(42%,60%,49%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 153 of 255 = 60%
B 124 of 255 = 49%

108
153
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 153 + 124 = 385 (100%)
R 108 of 385 ~ 28.05%
G 153 of 385 ~ 39.74%
B 124 of 385 ~ 32.21%

%28.05
%39.74
%32.21

CMYK RENK MODELİ

#6C997C rengi CMYK tonu (29,0,19,40).

  • camgöbeği tonu 29.41%
  • eflatun tonu 0.00%
  • sarı tonu 18.95%
  • ana renk tonu 40.00%
CMYK:
(29,0,19,40)
C29M0Y19K40 
(29%,0%,19%,40%)
(0.29/0.00/0.19/0.40)	

CMYK yüzdeleri

%29.41
%0
%18.95
%40

Codes

Color #6C997C in popluar color models

6C997C
RGB108153124
HSL141°18.07%51.18%
HSB/HSV141°29.41%60.00%
CMYK29.41%0.00%18.95%
40.00%

Color #6C997C in popluar number systems.

HEX6C997C
Decimal108153124
Binary1101100100110011111100
Octal154231174

Shades and tints

Shades of #6C997C

#6C997C
(108,153,124)
#638C71
(99,140,113)
#5A7F66
(90,127,102)
#51725B
(81,114,91)
#486550
(72,101,80)
#3F5845
(63,88,69)
#364B3A
(54,75,58)
#2D3E2F
(45,62,47)
#243124
(36,49,36)
#1B2419
(27,36,25)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #6C997C

#6C997C
(108,153,124)
#79A287
(121,162,135)
#86AB92
(134,171,146)
#93B49D
(147,180,157)
#A0BDA8
(160,189,168)
#ADC6B3
(173,198,179)
#BACFBE
(186,207,190)
#C7D8C9
(199,216,201)
#D4E1D4
(212,225,212)
#E1EADF
(225,234,223)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C997C color. Also use rgb(108,153,124) instead hex code.

Text Font Color

.myTextColor { color: #6C997C; }

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

This text font color is #6C997C.


Background Color

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

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

This div background color is #6C997C.


Border color

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

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

This div border color is #6C997C.


Opacity

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

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

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

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

This text has shadow with #6C997C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C997C on black background.


Color preview on white background

This text has color #6C997C on white background.



Black color preview on #6C997C background

This text has black color on #6C997C background.


White color preview on #6C997C background

This text has white color on #6C997C background.