COLOR #C6E0C6

HEX: #C6E0C6
RGB: (198,224,198)

Renk bilgisi

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

RGB renk modeli

#C6E0C6 color RGB value is (198,224,198).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 224 of 255 = 88%
B 198 of 255 = 78%

198
224
198

R + G + B ~ 81%. #C6E0C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 224 + 198 = 620 (100%)
R 198 of 620 ~ 31.94%
G 224 of 620 ~ 36.13%
B 198 of 620 ~ 31.94%

%31.94
%36.13
%31.94

CMYK RENK MODELİ

#C6E0C6 rengi CMYK tonu (12,0,12,12).

  • camgöbeği tonu 11.61%
  • eflatun tonu 0.00%
  • sarı tonu 11.61%
  • ana renk tonu 12.16%
CMYK:
(12,0,12,12)
C12M0Y12K12 
(12%,0%,12%,12%)
(0.12/0.00/0.12/0.12)	

CMYK yüzdeleri

%11.61
%0
%11.61
%12.16

Codes

Color #C6E0C6 in popluar color models

C6E0C6
RGB198224198
HSL120°29.55%82.75%
HSB/HSV120°11.61%87.84%
CMYK11.61%0.00%11.61%
12.16%

Color #C6E0C6 in popluar number systems.

HEXC6E0C6
Decimal198224198
Binary110001101110000011000110
Octal306340306

Shades and tints

Shades of #C6E0C6

#C6E0C6
(198,224,198)
#B4CCB4
(180,204,180)
#A2B8A2
(162,184,162)
#90A490
(144,164,144)
#7E907E
(126,144,126)
#6C7C6C
(108,124,108)
#5A685A
(90,104,90)
#485448
(72,84,72)
#364036
(54,64,54)
#242C24
(36,44,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6E0C6

#C6E0C6
(198,224,198)
#CBE2CB
(203,226,203)
#D0E4D0
(208,228,208)
#D5E6D5
(213,230,213)
#DAE8DA
(218,232,218)
#DFEADF
(223,234,223)
#E4ECE4
(228,236,228)
#E9EEE9
(233,238,233)
#EEF0EE
(238,240,238)
#F3F2F3
(243,242,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E0C6; }

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

This text font color is #C6E0C6.


Background Color

.myBgColor { background-color: #C6E0C6; }

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

This div background color is #C6E0C6.


Border color

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

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

This div border color is #C6E0C6.


Opacity

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

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

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

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

This text has shadow with #C6E0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E0C6 on black background.


Color preview on white background

This text has color #C6E0C6 on white background.



Black color preview on #C6E0C6 background

This text has black color on #C6E0C6 background.


White color preview on #C6E0C6 background

This text has white color on #C6E0C6 background.