COLOR #C6D28E

HEX: #C6D28E
RGB: (198,210,142)

Color info

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

RGB color model

#C6D28E color RGB value is (198,210,142).

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

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 142 of 255 = 56%

198
210
142

R + G + B ~ 72%. #C6D28E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 142 = 550 (100%)
R 198 of 550 ~ 36%
G 210 of 550 ~ 38.18%
B 142 of 550 ~ 25.82%

%36
%38.18
%25.82

CMYK color model

#C6D28E color CMYK value is (6,0,32,18).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 17.65%
CMYK:
(6,0,32,18)
C6M0Y32K18 
(6%,0%,32%,18%)
(0.06/0.00/0.32/0.18)	

CMYK percentages

%5.71
%0
%32.38
%17.65

Codes

Color #C6D28E in popluar color models

C6D28E
RGB198210142
HSL71°43.04%69.02%
HSB/HSV71°32.38%82.35%
CMYK5.71%0.00%32.38%
17.65%

Color #C6D28E in popluar number systems.

HEXC6D28E
Decimal198210142
Binary110001101101001010001110
Octal306322216

Shades and tints

Shades of #C6D28E

#C6D28E
(198,210,142)
#B4BF82
(180,191,130)
#A2AC76
(162,172,118)
#90996A
(144,153,106)
#7E865E
(126,134,94)
#6C7352
(108,115,82)
#5A6046
(90,96,70)
#484D3A
(72,77,58)
#363A2E
(54,58,46)
#242722
(36,39,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6D28E

#C6D28E
(198,210,142)
#CBD698
(203,214,152)
#D0DAA2
(208,218,162)
#D5DEAC
(213,222,172)
#DAE2B6
(218,226,182)
#DFE6C0
(223,230,192)
#E4EACA
(228,234,202)
#E9EED4
(233,238,212)
#EEF2DE
(238,242,222)
#F3F6E8
(243,246,232)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D28E; }

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

This text font color is #C6D28E.


Background Color

.myBgColor { background-color: #C6D28E; }

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

This div background color is #C6D28E.


Border color

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

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

This div border color is #C6D28E.


Opacity

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

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

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

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

This text has shadow with #C6D28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D28E on black background.


Color preview on white background

This text has color #C6D28E on white background.



Black color preview on #C6D28E background

This text has black color on #C6D28E background.


White color preview on #C6D28E background

This text has white color on #C6D28E background.