COLOR #C6F3C6

HEX: #C6F3C6
RGB: (198,243,198)

Renk bilgisi

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

RGB renk modeli

#C6F3C6 color RGB value is (198,243,198).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 243 of 255 = 95%
B 198 of 255 = 78%

198
243
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 243 + 198 = 639 (100%)
R 198 of 639 ~ 30.99%
G 243 of 639 ~ 38.03%
B 198 of 639 ~ 30.99%

%30.99
%38.03
%30.99

CMYK RENK MODELİ

#C6F3C6 rengi CMYK tonu (19,0,19,5).

  • camgöbeği tonu 18.52%
  • eflatun tonu 0.00%
  • sarı tonu 18.52%
  • ana renk tonu 4.71%
CMYK:
(19,0,19,5)
C19M0Y19K5 
(19%,0%,19%,5%)
(0.19/0.00/0.19/0.05)	

CMYK yüzdeleri

%18.52
%0
%18.52
%4.71

Codes

Color #C6F3C6 in popluar color models

C6F3C6
RGB198243198
HSL120°65.22%86.47%
HSB/HSV120°18.52%95.29%
CMYK18.52%0.00%18.52%
4.71%

Color #C6F3C6 in popluar number systems.

HEXC6F3C6
Decimal198243198
Binary110001101111001111000110
Octal306363306

Shades and tints

Shades of #C6F3C6

#C6F3C6
(198,243,198)
#B4DDB4
(180,221,180)
#A2C7A2
(162,199,162)
#90B190
(144,177,144)
#7E9B7E
(126,155,126)
#6C856C
(108,133,108)
#5A6F5A
(90,111,90)
#485948
(72,89,72)
#364336
(54,67,54)
#242D24
(36,45,36)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #C6F3C6

#C6F3C6
(198,243,198)
#CBF4CB
(203,244,203)
#D0F5D0
(208,245,208)
#D5F6D5
(213,246,213)
#DAF7DA
(218,247,218)
#DFF8DF
(223,248,223)
#E4F9E4
(228,249,228)
#E9FAE9
(233,250,233)
#EEFBEE
(238,251,238)
#F3FCF3
(243,252,243)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F3C6; }

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

This text font color is #C6F3C6.


Background Color

.myBgColor { background-color: #C6F3C6; }

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

This div background color is #C6F3C6.


Border color

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

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

This div border color is #C6F3C6.


Opacity

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

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

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

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

This text has shadow with #C6F3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F3C6 on black background.


Color preview on white background

This text has color #C6F3C6 on white background.



Black color preview on #C6F3C6 background

This text has black color on #C6F3C6 background.


White color preview on #C6F3C6 background

This text has white color on #C6F3C6 background.