COLOR #C6E856

HEX: #C6E856
RGB: (198,232,86)

Renk bilgisi

#C6E856 contains mainly red and green colors. #C6E856 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#C6E856 color RGB value is (198,232,86).

  • kırmız ton 198;
  • yeşil ton 232;
  • mavi ton 86.
RGB:
(198,232,86)
(78%,91%,34%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 232 of 255 = 91%
B 86 of 255 = 34%

198
232
86

R + G + B ~ 68%. #C6E856 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 232 + 86 = 516 (100%)
R 198 of 516 ~ 38.37%
G 232 of 516 ~ 44.96%
B 86 of 516 ~ 16.67%

%38.37
%44.96
%16.67

CMYK RENK MODELİ

#C6E856 rengi CMYK tonu (15,0,63,9).

  • camgöbeği tonu 14.66%
  • eflatun tonu 0.00%
  • sarı tonu 62.93%
  • ana renk tonu 9.02%
CMYK:
(15,0,63,9)
C15M0Y63K9 
(15%,0%,63%,9%)
(0.15/0.00/0.63/0.09)	

CMYK yüzdeleri

%14.66
%0
%62.93
%9.02

Codes

Color #C6E856 in popluar color models

C6E856
RGB19823286
HSL74°76.04%62.35%
HSB/HSV74°62.93%90.98%
CMYK14.66%0.00%62.93%
9.02%

Color #C6E856 in popluar number systems.

HEXC6E856
Decimal19823286
Binary11000110111010001010110
Octal306350126

Shades and tints

Shades of #C6E856

#C6E856
(198,232,86)
#B4D34F
(180,211,79)
#A2BE48
(162,190,72)
#90A941
(144,169,65)
#7E943A
(126,148,58)
#6C7F33
(108,127,51)
#5A6A2C
(90,106,44)
#485525
(72,85,37)
#36401E
(54,64,30)
#242B17
(36,43,23)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #C6E856

#C6E856
(198,232,86)
#CBEA65
(203,234,101)
#D0EC74
(208,236,116)
#D5EE83
(213,238,131)
#DAF092
(218,240,146)
#DFF2A1
(223,242,161)
#E4F4B0
(228,244,176)
#E9F6BF
(233,246,191)
#EEF8CE
(238,248,206)
#F3FADD
(243,250,221)
#F8FCEC
(248,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E856; }

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

This text font color is #C6E856.


Background Color

.myBgColor { background-color: #C6E856; }

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

This div background color is #C6E856.


Border color

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

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

This div border color is #C6E856.


Opacity

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

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

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

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

This text has shadow with #C6E856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E856 on black background.


Color preview on white background

This text has color #C6E856 on white background.



Black color preview on #C6E856 background

This text has black color on #C6E856 background.


White color preview on #C6E856 background

This text has white color on #C6E856 background.