COLOR #6CBE96

HEX: #6CBE96
RGB: (108,190,150)

Renk bilgisi

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

RGB renk modeli

#6CBE96 color RGB value is (108,190,150).

  • kırmız ton 108;
  • yeşil ton 190;
  • mavi ton 150.
RGB:
(108,190,150)
(42%,75%,59%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 190 of 255 = 75%
B 150 of 255 = 59%

108
190
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 190 + 150 = 448 (100%)
R 108 of 448 ~ 24.11%
G 190 of 448 ~ 42.41%
B 150 of 448 ~ 33.48%

%24.11
%42.41
%33.48

CMYK RENK MODELİ

#6CBE96 rengi CMYK tonu (43,0,21,25).

  • camgöbeği tonu 43.16%
  • eflatun tonu 0.00%
  • sarı tonu 21.05%
  • ana renk tonu 25.49%
CMYK:
(43,0,21,25)
C43M0Y21K25 
(43%,0%,21%,25%)
(0.43/0.00/0.21/0.25)	

CMYK yüzdeleri

%43.16
%0
%21.05
%25.49

Codes

Color #6CBE96 in popluar color models

6CBE96
RGB108190150
HSL151°38.68%58.43%
HSB/HSV151°43.16%74.51%
CMYK43.16%0.00%21.05%
25.49%

Color #6CBE96 in popluar number systems.

HEX6CBE96
Decimal108190150
Binary11011001011111010010110
Octal154276226

Shades and tints

Shades of #6CBE96

#6CBE96
(108,190,150)
#63AD89
(99,173,137)
#5A9C7C
(90,156,124)
#518B6F
(81,139,111)
#487A62
(72,122,98)
#3F6955
(63,105,85)
#365848
(54,88,72)
#2D473B
(45,71,59)
#24362E
(36,54,46)
#1B2521
(27,37,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #6CBE96

#6CBE96
(108,190,150)
#79C39F
(121,195,159)
#86C8A8
(134,200,168)
#93CDB1
(147,205,177)
#A0D2BA
(160,210,186)
#ADD7C3
(173,215,195)
#BADCCC
(186,220,204)
#C7E1D5
(199,225,213)
#D4E6DE
(212,230,222)
#E1EBE7
(225,235,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBE96 color. Also use rgb(108,190,150) instead hex code.

Text Font Color

.myTextColor { color: #6CBE96; }

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

This text font color is #6CBE96.


Background Color

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

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

This div background color is #6CBE96.


Border color

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

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

This div border color is #6CBE96.


Opacity

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

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

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

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

This text has shadow with #6CBE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBE96 on black background.


Color preview on white background

This text has color #6CBE96 on white background.



Black color preview on #6CBE96 background

This text has black color on #6CBE96 background.


White color preview on #6CBE96 background

This text has white color on #6CBE96 background.