COLOR #C6DA8C

HEX: #C6DA8C RGB: (198,218,140)

Color info

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

RGB color model

#C6DA8C color RGB value is (198,218,140).

RGB: (198,218,140) (78%, 85%, 55%)

RGB channels and saturation

R 198 of 255 = 78%
G 218 of 255 = 85%
B 140 of 255 = 55%

198
218
140

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

Portions of RGB colors in percentages

R + G + B = 198 + 218 + 140 = 556 (100%)
R 198 of 556 ~ 35.61%
G 218 of 556 ~ 39.21%
B 140 of 556 ~ 25.18'%

%35.61
%39.21
%25.18

CMYK color model

#C6DA8C color CMYK value is (9,0,36,15).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 14.51%

CMYK: (9,0,36,15)
C9M0Y36K15 (9%, 0%, 36%, 15%)
(0.09 / 0.00 / 0.36 / 0.15)

CMYK percentages

%9.17
%0
%35.78
%14.51

Codes

Color #C6DA8C in popluar color models

C6 DA 8C
RGB 198 218 140
HSL 75° 51.32% 70.20%
HSB/HSV 75° 35.78% 85.49%
CMYK 9.17% 0.00% 35.78%
14.51%

Color #C6DA8C in popluar number systems.

HEX C6 DA 8C
Decimal 198 218 140
Binary 11000110 11011010 10001100
Octal 306 332 214

Shades and tints

Shades of #C6DA8C

#C6DA8C
(198,218,140)
#B4C780
(180,199,128)
#A2B474
(162,180,116)
#90A168
(144,161,104)
#7E8E5C
(126,142,92)
#6C7B50
(108,123,80)
#5A6844
(90,104,68)
#485538
(72,85,56)
#36422C
(54,66,44)
#242F20
(36,47,32)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #C6DA8C

#C6DA8C
(198,218,140)
#CBDD96
(203,221,150)
#D0E0A0
(208,224,160)
#D5E3AA
(213,227,170)
#DAE6B4
(218,230,180)
#DFE9BE
(223,233,190)
#E4ECC8
(228,236,200)
#E9EFD2
(233,239,210)
#EEF2DC
(238,242,220)
#F3F5E6
(243,245,230)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DA8C color. Also use rgb(198,218,140) instead hex code.

Text Font Color

.myTextColor { color: #C6DA8C; }

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

This text font color is #C6DA8C.

Background Color

.myBgColor { background-color: #C6DA8C; }

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

This div background color is #C6DA8C.

Border color

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

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

This div border color is #C6DA8C.

Opacity

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

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

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

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

This text has shadow with #C6DA8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DA8C.

Preview

Color preview on black background

This text has color #C6DA8C on black background.


Color preview on white background

This text has color #C6DA8C on white background.


Black color preview on #C6DA8C background

This text has black color on #C6DA8C background.


White color preview on #C6DA8C background

This text has white color on #C6DA8C background.


Related colors

Complementary color

Complementary color for #hex is #392573.


I love getcolorcode.com

Triadic colors

1 #8CC6DA and #DA8CC6 with #C6DA8C are triadic colors.

2 #8CDAC6 and #DAC68C with #C6DA8C are triadic colors.