COLOR #6CB4A6

HEX: #6CB4A6
RGB: (108,180,166)

Renk bilgisi

#6CB4A6 contains mainly green and blue colors. #6CB4A6 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6CB4A6 color RGB value is (108,180,166).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 180 of 255 = 71%
B 166 of 255 = 65%

108
180
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 180 + 166 = 454 (100%)
R 108 of 454 ~ 23.79%
G 180 of 454 ~ 39.65%
B 166 of 454 ~ 36.56%

%23.79
%39.65
%36.56

CMYK RENK MODELİ

#6CB4A6 rengi CMYK tonu (40,0,8,29).

  • camgöbeği tonu 40.00%
  • eflatun tonu 0.00%
  • sarı tonu 7.78%
  • ana renk tonu 29.41%
CMYK:
(40,0,8,29)
C40M0Y8K29 
(40%,0%,8%,29%)
(0.40/0.00/0.08/0.29)	

CMYK yüzdeleri

%40
%0
%7.78
%29.41

Codes

Color #6CB4A6 in popluar color models

6CB4A6
RGB108180166
HSL168°32.43%56.47%
HSB/HSV168°40.00%70.59%
CMYK40.00%0.00%7.78%
29.41%

Color #6CB4A6 in popluar number systems.

HEX6CB4A6
Decimal108180166
Binary11011001011010010100110
Octal154264246

Shades and tints

Shades of #6CB4A6

#6CB4A6
(108,180,166)
#63A497
(99,164,151)
#5A9488
(90,148,136)
#518479
(81,132,121)
#48746A
(72,116,106)
#3F645B
(63,100,91)
#36544C
(54,84,76)
#2D443D
(45,68,61)
#24342E
(36,52,46)
#1B241F
(27,36,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #6CB4A6

#6CB4A6
(108,180,166)
#79BAAE
(121,186,174)
#86C0B6
(134,192,182)
#93C6BE
(147,198,190)
#A0CCC6
(160,204,198)
#ADD2CE
(173,210,206)
#BAD8D6
(186,216,214)
#C7DEDE
(199,222,222)
#D4E4E6
(212,228,230)
#E1EAEE
(225,234,238)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB4A6; }

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

This text font color is #6CB4A6.


Background Color

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

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

This div background color is #6CB4A6.


Border color

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

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

This div border color is #6CB4A6.


Opacity

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

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

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

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

This text has shadow with #6CB4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB4A6 on black background.


Color preview on white background

This text has color #6CB4A6 on white background.



Black color preview on #6CB4A6 background

This text has black color on #6CB4A6 background.


White color preview on #6CB4A6 background

This text has white color on #6CB4A6 background.