COLOR #C6E197

HEX: #C6E197
RGB: (198,225,151)

Renk bilgisi

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

RGB renk modeli

#C6E197 color RGB value is (198,225,151).

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

RGB bağlantıları ve doygunluk

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

198
225
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 225 + 151 = 574 (100%)
R 198 of 574 ~ 34.49%
G 225 of 574 ~ 39.2%
B 151 of 574 ~ 26.31%

%34.49
%39.2
%26.31

CMYK RENK MODELİ

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

  • camgöbeği tonu 12.00%
  • eflatun tonu 0.00%
  • sarı tonu 32.89%
  • 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
%32.89
%11.76

Codes

Color #C6E197 in popluar color models

C6E197
RGB198225151
HSL82°55.22%73.73%
HSB/HSV82°32.89%88.24%
CMYK12.00%0.00%32.89%
11.76%

Color #C6E197 in popluar number systems.

HEXC6E197
Decimal198225151
Binary110001101110000110010111
Octal306341227

Shades and tints

Shades of #C6E197

#C6E197
(198,225,151)
#B4CD8A
(180,205,138)
#A2B97D
(162,185,125)
#90A570
(144,165,112)
#7E9163
(126,145,99)
#6C7D56
(108,125,86)
#5A6949
(90,105,73)
#48553C
(72,85,60)
#36412F
(54,65,47)
#242D22
(36,45,34)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6E197

#C6E197
(198,225,151)
#CBE3A0
(203,227,160)
#D0E5A9
(208,229,169)
#D5E7B2
(213,231,178)
#DAE9BB
(218,233,187)
#DFEBC4
(223,235,196)
#E4EDCD
(228,237,205)
#E9EFD6
(233,239,214)
#EEF1DF
(238,241,223)
#F3F3E8
(243,243,232)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E197; }

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

This text font color is #C6E197.


Background Color

.myBgColor { background-color: #C6E197; }

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

This div background color is #C6E197.


Border color

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

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

This div border color is #C6E197.


Opacity

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

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

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

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

This text has shadow with #C6E197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E197 on black background.


Color preview on white background

This text has color #C6E197 on white background.



Black color preview on #C6E197 background

This text has black color on #C6E197 background.


White color preview on #C6E197 background

This text has white color on #C6E197 background.