COLOR #C6F6C1

HEX: #C6F6C1
RGB: (198,246,193)

Renk bilgisi

#C6F6C1 contains red, green and blue colors in about the same proportion. #C6F6C1 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C6F6C1 color RGB value is (198,246,193).

  • kırmız ton 198;
  • yeşil ton 246;
  • mavi ton 193.
RGB:
(198,246,193)
(78%,96%,76%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 246 of 255 = 96%
B 193 of 255 = 76%

198
246
193

R + G + B ~ 83%. #C6F6C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 246 + 193 = 637 (100%)
R 198 of 637 ~ 31.08%
G 246 of 637 ~ 38.62%
B 193 of 637 ~ 30.3%

%31.08
%38.62
%30.3

CMYK RENK MODELİ

#C6F6C1 rengi CMYK tonu (20,0,22,4).

  • camgöbeği tonu 19.51%
  • eflatun tonu 0.00%
  • sarı tonu 21.54%
  • ana renk tonu 3.53%
CMYK:
(20,0,22,4)
C20M0Y22K4 
(20%,0%,22%,4%)
(0.20/0.00/0.22/0.04)	

CMYK yüzdeleri

%19.51
%0
%21.54
%3.53

Codes

Color #C6F6C1 in popluar color models

C6F6C1
RGB198246193
HSL114°74.65%86.08%
HSB/HSV114°21.54%96.47%
CMYK19.51%0.00%21.54%
3.53%

Color #C6F6C1 in popluar number systems.

HEXC6F6C1
Decimal198246193
Binary110001101111011011000001
Octal306366301

Shades and tints

Shades of #C6F6C1

#C6F6C1
(198,246,193)
#B4E0B0
(180,224,176)
#A2CA9F
(162,202,159)
#90B48E
(144,180,142)
#7E9E7D
(126,158,125)
#6C886C
(108,136,108)
#5A725B
(90,114,91)
#485C4A
(72,92,74)
#364639
(54,70,57)
#243028
(36,48,40)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #C6F6C1

#C6F6C1
(198,246,193)
#CBF6C6
(203,246,198)
#D0F6CB
(208,246,203)
#D5F6D0
(213,246,208)
#DAF6D5
(218,246,213)
#DFF6DA
(223,246,218)
#E4F6DF
(228,246,223)
#E9F6E4
(233,246,228)
#EEF6E9
(238,246,233)
#F3F6EE
(243,246,238)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F6C1 color. Also use rgb(198,246,193) instead hex code.

Text Font Color

.myTextColor { color: #C6F6C1; }

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

This text font color is #C6F6C1.


Background Color

.myBgColor { background-color: #C6F6C1; }

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

This div background color is #C6F6C1.


Border color

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

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

This div border color is #C6F6C1.


Opacity

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

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

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

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

This text has shadow with #C6F6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F6C1 on black background.


Color preview on white background

This text has color #C6F6C1 on white background.



Black color preview on #C6F6C1 background

This text has black color on #C6F6C1 background.


White color preview on #C6F6C1 background

This text has white color on #C6F6C1 background.