COLOR #C6D99C

HEX: #C6D99C
RGB: (198,217,156)

Color info

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

RGB color model

#C6D99C color RGB value is (198,217,156).

  • red value is 198;
  • green value is 217;
  • blue value is 156.
RGB:
(198,217,156)
(78%,85%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 217 of 255 = 85%
B 156 of 255 = 61%

198
217
156

R + G + B ~ 75%. #C6D99C is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 217 + 156 = 571 (100%)
R 198 of 571 ~ 34.68%
G 217 of 571 ~ 38%
B 156 of 571 ~ 27.32%

%34.68
%38
%27.32

CMYK color model

#C6D99C color CMYK value is (9,0,28,15).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 14.90%
CMYK:
(9,0,28,15)
C9M0Y28K15 
(9%,0%,28%,15%)
(0.09/0.00/0.28/0.15)	

CMYK percentages

%8.76
%0
%28.11
%14.9

Codes

Color #C6D99C in popluar color models

C6D99C
RGB198217156
HSL79°44.53%73.14%
HSB/HSV79°28.11%85.10%
CMYK8.76%0.00%28.11%
14.90%

Color #C6D99C in popluar number systems.

HEXC6D99C
Decimal198217156
Binary110001101101100110011100
Octal306331234

Shades and tints

Shades of #C6D99C

#C6D99C
(198,217,156)
#B4C68E
(180,198,142)
#A2B380
(162,179,128)
#90A072
(144,160,114)
#7E8D64
(126,141,100)
#6C7A56
(108,122,86)
#5A6748
(90,103,72)
#48543A
(72,84,58)
#36412C
(54,65,44)
#242E1E
(36,46,30)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #C6D99C

#C6D99C
(198,217,156)
#CBDCA5
(203,220,165)
#D0DFAE
(208,223,174)
#D5E2B7
(213,226,183)
#DAE5C0
(218,229,192)
#DFE8C9
(223,232,201)
#E4EBD2
(228,235,210)
#E9EEDB
(233,238,219)
#EEF1E4
(238,241,228)
#F3F4ED
(243,244,237)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D99C color. Also use rgb(198,217,156) instead hex code.

Text Font Color

.myTextColor { color: #C6D99C; }

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

This text font color is #C6D99C.


Background Color

.myBgColor { background-color: #C6D99C; }

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

This div background color is #C6D99C.


Border color

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

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

This div border color is #C6D99C.


Opacity

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

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

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

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

This text has shadow with #C6D99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D99C on black background.


Color preview on white background

This text has color #C6D99C on white background.



Black color preview on #C6D99C background

This text has black color on #C6D99C background.


White color preview on #C6D99C background

This text has white color on #C6D99C background.