COLOR #C6E196

HEX: #C6E196
RGB: (198,225,150)

Renk bilgisi

#C6E196 contains mainly red and green colors. #C6E196 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C6E196 color RGB value is (198,225,150).

  • kırmız ton 198;
  • yeşil ton 225;
  • mavi ton 150.
RGB:
(198,225,150)
(78%,88%,59%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 225 of 255 = 88%
B 150 of 255 = 59%

198
225
150

R + G + B ~ 75%. #C6E196 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 225 + 150 = 573 (100%)
R 198 of 573 ~ 34.55%
G 225 of 573 ~ 39.27%
B 150 of 573 ~ 26.18%

%34.55
%39.27
%26.18

CMYK RENK MODELİ

#C6E196 rengi CMYK tonu (12,0,33,12).

  • camgöbeği tonu 12.00%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 11.76%
CMYK:
(12,0,33,12)
C12M0Y33K12 
(12%,0%,33%,12%)
(0.12/0.00/0.33/0.12)	

CMYK yüzdeleri

%12
%0
%33.33
%11.76

Codes

Color #C6E196 in popluar color models

C6E196
RGB198225150
HSL82°55.56%73.53%
HSB/HSV82°33.33%88.24%
CMYK12.00%0.00%33.33%
11.76%

Color #C6E196 in popluar number systems.

HEXC6E196
Decimal198225150
Binary110001101110000110010110
Octal306341226

Shades and tints

Shades of #C6E196

#C6E196
(198,225,150)
#B4CD89
(180,205,137)
#A2B97C
(162,185,124)
#90A56F
(144,165,111)
#7E9162
(126,145,98)
#6C7D55
(108,125,85)
#5A6948
(90,105,72)
#48553B
(72,85,59)
#36412E
(54,65,46)
#242D21
(36,45,33)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #C6E196

#C6E196
(198,225,150)
#CBE39F
(203,227,159)
#D0E5A8
(208,229,168)
#D5E7B1
(213,231,177)
#DAE9BA
(218,233,186)
#DFEBC3
(223,235,195)
#E4EDCC
(228,237,204)
#E9EFD5
(233,239,213)
#EEF1DE
(238,241,222)
#F3F3E7
(243,243,231)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E196 color. Also use rgb(198,225,150) instead hex code.

Text Font Color

.myTextColor { color: #C6E196; }

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

This text font color is #C6E196.


Background Color

.myBgColor { background-color: #C6E196; }

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

This div background color is #C6E196.


Border color

.myBorderColor { border: 1px solid #C6E196; }

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

This div border color is #C6E196.


Opacity

.myOpacity80 { color: #C6E196; opacity: 0.8; }

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

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

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

This text has shadow with #C6E196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E196 on black background.


Color preview on white background

This text has color #C6E196 on white background.



Black color preview on #C6E196 background

This text has black color on #C6E196 background.


White color preview on #C6E196 background

This text has white color on #C6E196 background.