COLOR #6C897D

HEX: #6C897D
RGB: (108,137,125)

Renk bilgisi

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

RGB renk modeli

#6C897D color RGB value is (108,137,125).

  • kırmız ton 108;
  • yeşil ton 137;
  • mavi ton 125.
RGB:
(108,137,125)
(42%,54%,49%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 137 of 255 = 54%
B 125 of 255 = 49%

108
137
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 137 + 125 = 370 (100%)
R 108 of 370 ~ 29.19%
G 137 of 370 ~ 37.03%
B 125 of 370 ~ 33.78%

%29.19
%37.03
%33.78

CMYK RENK MODELİ

#6C897D rengi CMYK tonu (21,0,9,46).

  • camgöbeği tonu 21.17%
  • eflatun tonu 0.00%
  • sarı tonu 8.76%
  • ana renk tonu 46.27%
CMYK:
(21,0,9,46)
C21M0Y9K46 
(21%,0%,9%,46%)
(0.21/0.00/0.09/0.46)	

CMYK yüzdeleri

%21.17
%0
%8.76
%46.27

Codes

Color #6C897D in popluar color models

6C897D
RGB108137125
HSL155°11.84%48.04%
HSB/HSV155°21.17%53.73%
CMYK21.17%0.00%8.76%
46.27%

Color #6C897D in popluar number systems.

HEX6C897D
Decimal108137125
Binary1101100100010011111101
Octal154211175

Shades and tints

Shades of #6C897D

#6C897D
(108,137,125)
#637D72
(99,125,114)
#5A7167
(90,113,103)
#51655C
(81,101,92)
#485951
(72,89,81)
#3F4D46
(63,77,70)
#36413B
(54,65,59)
#2D3530
(45,53,48)
#242925
(36,41,37)
#1B1D1A
(27,29,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6C897D

#6C897D
(108,137,125)
#799388
(121,147,136)
#869D93
(134,157,147)
#93A79E
(147,167,158)
#A0B1A9
(160,177,169)
#ADBBB4
(173,187,180)
#BAC5BF
(186,197,191)
#C7CFCA
(199,207,202)
#D4D9D5
(212,217,213)
#E1E3E0
(225,227,224)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C897D color. Also use rgb(108,137,125) instead hex code.

Text Font Color

.myTextColor { color: #6C897D; }

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

This text font color is #6C897D.


Background Color

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

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

This div background color is #6C897D.


Border color

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

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

This div border color is #6C897D.


Opacity

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

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

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

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

This text has shadow with #6C897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C897D on black background.


Color preview on white background

This text has color #6C897D on white background.



Black color preview on #6C897D background

This text has black color on #6C897D background.


White color preview on #6C897D background

This text has white color on #6C897D background.