COLOR #C6D78E

HEX: #C6D78E
RGB: (198,215,142)

Color info

#C6D78E contains mainly red and green colors. Web safe color of #C6D78E is #CCCC99 (or #CC9).

RGB color model

#C6D78E color RGB value is (198,215,142).

  • red value is 198;
  • green value is 215;
  • blue value is 142.
RGB:
(198,215,142)
(78%,84%,56%)

RGB channels and saturation

R 198 of 255 = 78%
G 215 of 255 = 84%
B 142 of 255 = 56%

198
215
142

R + G + B ~ 73%. #C6D78E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 215 + 142 = 555 (100%)
R 198 of 555 ~ 35.68%
G 215 of 555 ~ 38.74%
B 142 of 555 ~ 25.59%

%35.68
%38.74
%25.59

CMYK color model

#C6D78E color CMYK value is (8,0,34,16).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 33.95%
  • key color value is 15.69%
CMYK:
(8,0,34,16)
C8M0Y34K16 
(8%,0%,34%,16%)
(0.08/0.00/0.34/0.16)	

CMYK percentages

%7.91
%0
%33.95
%15.69

Codes

Color #C6D78E in popluar color models

C6D78E
RGB198215142
HSL74°47.71%70.00%
HSB/HSV74°33.95%84.31%
CMYK7.91%0.00%33.95%
15.69%

Color #C6D78E in popluar number systems.

HEXC6D78E
Decimal198215142
Binary110001101101011110001110
Octal306327216

Shades and tints

Shades of #C6D78E

#C6D78E
(198,215,142)
#B4C482
(180,196,130)
#A2B176
(162,177,118)
#909E6A
(144,158,106)
#7E8B5E
(126,139,94)
#6C7852
(108,120,82)
#5A6546
(90,101,70)
#48523A
(72,82,58)
#363F2E
(54,63,46)
#242C22
(36,44,34)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #C6D78E

#C6D78E
(198,215,142)
#CBDA98
(203,218,152)
#D0DDA2
(208,221,162)
#D5E0AC
(213,224,172)
#DAE3B6
(218,227,182)
#DFE6C0
(223,230,192)
#E4E9CA
(228,233,202)
#E9ECD4
(233,236,212)
#EEEFDE
(238,239,222)
#F3F2E8
(243,242,232)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D78E; }

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

This text font color is #C6D78E.


Background Color

.myBgColor { background-color: #C6D78E; }

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

This div background color is #C6D78E.


Border color

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

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

This div border color is #C6D78E.


Opacity

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

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

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

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

This text has shadow with #C6D78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D78E on black background.


Color preview on white background

This text has color #C6D78E on white background.



Black color preview on #C6D78E background

This text has black color on #C6D78E background.


White color preview on #C6D78E background

This text has white color on #C6D78E background.