COLOR #C6D279

HEX: #C6D279
RGB: (198,210,121)

Color info

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

RGB color model

#C6D279 color RGB value is (198,210,121).

  • red value is 198;
  • green value is 210;
  • blue value is 121.
RGB:
(198,210,121)
(78%,82%,47%)

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 121 of 255 = 47%

198
210
121

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

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 121 = 529 (100%)
R 198 of 529 ~ 37.43%
G 210 of 529 ~ 39.7%
B 121 of 529 ~ 22.87%

%37.43
%39.7
%22.87

CMYK color model

#C6D279 color CMYK value is (6,0,42,18).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 42.38%
  • key color value is 17.65%
CMYK:
(6,0,42,18)
C6M0Y42K18 
(6%,0%,42%,18%)
(0.06/0.00/0.42/0.18)	

CMYK percentages

%5.71
%0
%42.38
%17.65

Codes

Color #C6D279 in popluar color models

C6D279
RGB198210121
HSL68°49.72%64.90%
HSB/HSV68°42.38%82.35%
CMYK5.71%0.00%42.38%
17.65%

Color #C6D279 in popluar number systems.

HEXC6D279
Decimal198210121
Binary11000110110100101111001
Octal306322171

Shades and tints

Shades of #C6D279

#C6D279
(198,210,121)
#B4BF6E
(180,191,110)
#A2AC63
(162,172,99)
#909958
(144,153,88)
#7E864D
(126,134,77)
#6C7342
(108,115,66)
#5A6037
(90,96,55)
#484D2C
(72,77,44)
#363A21
(54,58,33)
#242716
(36,39,22)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #C6D279

#C6D279
(198,210,121)
#CBD685
(203,214,133)
#D0DA91
(208,218,145)
#D5DE9D
(213,222,157)
#DAE2A9
(218,226,169)
#DFE6B5
(223,230,181)
#E4EAC1
(228,234,193)
#E9EECD
(233,238,205)
#EEF2D9
(238,242,217)
#F3F6E5
(243,246,229)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D279; }

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

This text font color is #C6D279.


Background Color

.myBgColor { background-color: #C6D279; }

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

This div background color is #C6D279.


Border color

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

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

This div border color is #C6D279.


Opacity

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

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

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

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

This text has shadow with #C6D279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D279 on black background.


Color preview on white background

This text has color #C6D279 on white background.



Black color preview on #C6D279 background

This text has black color on #C6D279 background.


White color preview on #C6D279 background

This text has white color on #C6D279 background.