COLOR #C6F8C6

HEX: #C6F8C6
RGB: (198,248,198)

Renk bilgisi

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

RGB renk modeli

#C6F8C6 color RGB value is (198,248,198).

  • kırmız ton 198;
  • yeşil ton 248;
  • mavi ton 198.
RGB:
(198,248,198)
(78%,97%,78%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 248 of 255 = 97%
B 198 of 255 = 78%

198
248
198

R + G + B ~ 84%. #C6F8C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 248 + 198 = 644 (100%)
R 198 of 644 ~ 30.75%
G 248 of 644 ~ 38.51%
B 198 of 644 ~ 30.75%

%30.75
%38.51
%30.75

CMYK RENK MODELİ

#C6F8C6 rengi CMYK tonu (20,0,20,3).

  • camgöbeği tonu 20.16%
  • eflatun tonu 0.00%
  • sarı tonu 20.16%
  • ana renk tonu 2.75%
CMYK:
(20,0,20,3)
C20M0Y20K3 
(20%,0%,20%,3%)
(0.20/0.00/0.20/0.03)	

CMYK yüzdeleri

%20.16
%0
%20.16
%2.75

Codes

Color #C6F8C6 in popluar color models

C6F8C6
RGB198248198
HSL120°78.13%87.45%
HSB/HSV120°20.16%97.25%
CMYK20.16%0.00%20.16%
2.75%

Color #C6F8C6 in popluar number systems.

HEXC6F8C6
Decimal198248198
Binary110001101111100011000110
Octal306370306

Shades and tints

Shades of #C6F8C6

#C6F8C6
(198,248,198)
#B4E2B4
(180,226,180)
#A2CCA2
(162,204,162)
#90B690
(144,182,144)
#7EA07E
(126,160,126)
#6C8A6C
(108,138,108)
#5A745A
(90,116,90)
#485E48
(72,94,72)
#364836
(54,72,54)
#243224
(36,50,36)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #C6F8C6

#C6F8C6
(198,248,198)
#CBF8CB
(203,248,203)
#D0F8D0
(208,248,208)
#D5F8D5
(213,248,213)
#DAF8DA
(218,248,218)
#DFF8DF
(223,248,223)
#E4F8E4
(228,248,228)
#E9F8E9
(233,248,233)
#EEF8EE
(238,248,238)
#F3F8F3
(243,248,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F8C6; }

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

This text font color is #C6F8C6.


Background Color

.myBgColor { background-color: #C6F8C6; }

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

This div background color is #C6F8C6.


Border color

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

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

This div border color is #C6F8C6.


Opacity

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

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

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

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

This text has shadow with #C6F8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F8C6 on black background.


Color preview on white background

This text has color #C6F8C6 on white background.



Black color preview on #C6F8C6 background

This text has black color on #C6F8C6 background.


White color preview on #C6F8C6 background

This text has white color on #C6F8C6 background.