COLOR #6CA687

HEX: #6CA687
RGB: (108,166,135)

Renk bilgisi

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

RGB renk modeli

#6CA687 color RGB value is (108,166,135).

  • kırmız ton 108;
  • yeşil ton 166;
  • mavi ton 135.
RGB:
(108,166,135)
(42%,65%,53%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 166 of 255 = 65%
B 135 of 255 = 53%

108
166
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 166 + 135 = 409 (100%)
R 108 of 409 ~ 26.41%
G 166 of 409 ~ 40.59%
B 135 of 409 ~ 33.01%

%26.41
%40.59
%33.01

CMYK RENK MODELİ

#6CA687 rengi CMYK tonu (35,0,19,35).

  • camgöbeği tonu 34.94%
  • eflatun tonu 0.00%
  • sarı tonu 18.67%
  • ana renk tonu 34.90%
CMYK:
(35,0,19,35)
C35M0Y19K35 
(35%,0%,19%,35%)
(0.35/0.00/0.19/0.35)	

CMYK yüzdeleri

%34.94
%0
%18.67
%34.9

Codes

Color #6CA687 in popluar color models

6CA687
RGB108166135
HSL148°24.58%53.73%
HSB/HSV148°34.94%65.10%
CMYK34.94%0.00%18.67%
34.90%

Color #6CA687 in popluar number systems.

HEX6CA687
Decimal108166135
Binary11011001010011010000111
Octal154246207

Shades and tints

Shades of #6CA687

#6CA687
(108,166,135)
#63977B
(99,151,123)
#5A886F
(90,136,111)
#517963
(81,121,99)
#486A57
(72,106,87)
#3F5B4B
(63,91,75)
#364C3F
(54,76,63)
#2D3D33
(45,61,51)
#242E27
(36,46,39)
#1B1F1B
(27,31,27)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6CA687

#6CA687
(108,166,135)
#79AE91
(121,174,145)
#86B69B
(134,182,155)
#93BEA5
(147,190,165)
#A0C6AF
(160,198,175)
#ADCEB9
(173,206,185)
#BAD6C3
(186,214,195)
#C7DECD
(199,222,205)
#D4E6D7
(212,230,215)
#E1EEE1
(225,238,225)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA687 color. Also use rgb(108,166,135) instead hex code.

Text Font Color

.myTextColor { color: #6CA687; }

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

This text font color is #6CA687.


Background Color

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

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

This div background color is #6CA687.


Border color

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

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

This div border color is #6CA687.


Opacity

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

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

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

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

This text has shadow with #6CA687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA687 on black background.


Color preview on white background

This text has color #6CA687 on white background.



Black color preview on #6CA687 background

This text has black color on #6CA687 background.


White color preview on #6CA687 background

This text has white color on #6CA687 background.