COLOR #C6E3C6

HEX: #C6E3C6
RGB: (198,227,198)

Renk bilgisi

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

RGB renk modeli

#C6E3C6 color RGB value is (198,227,198).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 227 of 255 = 89%
B 198 of 255 = 78%

198
227
198

R + G + B ~ 82%. #C6E3C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 227 + 198 = 623 (100%)
R 198 of 623 ~ 31.78%
G 227 of 623 ~ 36.44%
B 198 of 623 ~ 31.78%

%31.78
%36.44
%31.78

CMYK RENK MODELİ

#C6E3C6 rengi CMYK tonu (13,0,13,11).

  • camgöbeği tonu 12.78%
  • eflatun tonu 0.00%
  • sarı tonu 12.78%
  • ana renk tonu 10.98%
CMYK:
(13,0,13,11)
C13M0Y13K11 
(13%,0%,13%,11%)
(0.13/0.00/0.13/0.11)	

CMYK yüzdeleri

%12.78
%0
%12.78
%10.98

Codes

Color #C6E3C6 in popluar color models

C6E3C6
RGB198227198
HSL120°34.12%83.33%
HSB/HSV120°12.78%89.02%
CMYK12.78%0.00%12.78%
10.98%

Color #C6E3C6 in popluar number systems.

HEXC6E3C6
Decimal198227198
Binary110001101110001111000110
Octal306343306

Shades and tints

Shades of #C6E3C6

#C6E3C6
(198,227,198)
#B4CFB4
(180,207,180)
#A2BBA2
(162,187,162)
#90A790
(144,167,144)
#7E937E
(126,147,126)
#6C7F6C
(108,127,108)
#5A6B5A
(90,107,90)
#485748
(72,87,72)
#364336
(54,67,54)
#242F24
(36,47,36)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #C6E3C6

#C6E3C6
(198,227,198)
#CBE5CB
(203,229,203)
#D0E7D0
(208,231,208)
#D5E9D5
(213,233,213)
#DAEBDA
(218,235,218)
#DFEDDF
(223,237,223)
#E4EFE4
(228,239,228)
#E9F1E9
(233,241,233)
#EEF3EE
(238,243,238)
#F3F5F3
(243,245,243)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E3C6; }

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

This text font color is #C6E3C6.


Background Color

.myBgColor { background-color: #C6E3C6; }

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

This div background color is #C6E3C6.


Border color

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

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

This div border color is #C6E3C6.


Opacity

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

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

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

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

This text has shadow with #C6E3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E3C6 on black background.


Color preview on white background

This text has color #C6E3C6 on white background.



Black color preview on #C6E3C6 background

This text has black color on #C6E3C6 background.


White color preview on #C6E3C6 background

This text has white color on #C6E3C6 background.