COLOR #C6D676

HEX: #C6D676
RGB: (198,214,118)

Color info

#C6D676 contains mainly red and green colors. Web safe color of #C6D676 is #CCCC66 (or #CC6).

RGB color model

#C6D676 color RGB value is (198,214,118).

  • red value is 198;
  • green value is 214;
  • blue value is 118.
RGB:
(198,214,118)
(78%,84%,46%)

RGB channels and saturation

R 198 of 255 = 78%
G 214 of 255 = 84%
B 118 of 255 = 46%

198
214
118

R + G + B ~ 69%. #C6D676 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 214 + 118 = 530 (100%)
R 198 of 530 ~ 37.36%
G 214 of 530 ~ 40.38%
B 118 of 530 ~ 22.26%

%37.36
%40.38
%22.26

CMYK color model

#C6D676 color CMYK value is (7,0,45,16).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 16.08%
CMYK:
(7,0,45,16)
C7M0Y45K16 
(7%,0%,45%,16%)
(0.07/0.00/0.45/0.16)	

CMYK percentages

%7.48
%0
%44.86
%16.08

Codes

Color #C6D676 in popluar color models

C6D676
RGB198214118
HSL70°53.93%65.10%
HSB/HSV70°44.86%83.92%
CMYK7.48%0.00%44.86%
16.08%

Color #C6D676 in popluar number systems.

HEXC6D676
Decimal198214118
Binary11000110110101101110110
Octal306326166

Shades and tints

Shades of #C6D676

#C6D676
(198,214,118)
#B4C36C
(180,195,108)
#A2B062
(162,176,98)
#909D58
(144,157,88)
#7E8A4E
(126,138,78)
#6C7744
(108,119,68)
#5A643A
(90,100,58)
#485130
(72,81,48)
#363E26
(54,62,38)
#242B1C
(36,43,28)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6D676

#C6D676
(198,214,118)
#CBD982
(203,217,130)
#D0DC8E
(208,220,142)
#D5DF9A
(213,223,154)
#DAE2A6
(218,226,166)
#DFE5B2
(223,229,178)
#E4E8BE
(228,232,190)
#E9EBCA
(233,235,202)
#EEEED6
(238,238,214)
#F3F1E2
(243,241,226)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D676; }

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

This text font color is #C6D676.


Background Color

.myBgColor { background-color: #C6D676; }

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

This div background color is #C6D676.


Border color

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

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

This div border color is #C6D676.


Opacity

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

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

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

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

This text has shadow with #C6D676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D676 on black background.


Color preview on white background

This text has color #C6D676 on white background.



Black color preview on #C6D676 background

This text has black color on #C6D676 background.


White color preview on #C6D676 background

This text has white color on #C6D676 background.