COLOR #C6D394

HEX: #C6D394
RGB: (198,211,148)

Color info

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

RGB color model

#C6D394 color RGB value is (198,211,148).

  • red value is 198;
  • green value is 211;
  • blue value is 148.
RGB:
(198,211,148)
(78%,83%,58%)

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 148 of 255 = 58%

198
211
148

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

Portions of RGB colors in percentages

R + G + B =
198 + 211 + 148 = 557 (100%)
R 198 of 557 ~ 35.55%
G 211 of 557 ~ 37.88%
B 148 of 557 ~ 26.57%

%35.55
%37.88
%26.57

CMYK color model

#C6D394 color CMYK value is (6,0,30,17).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 17.25%
CMYK:
(6,0,30,17)
C6M0Y30K17 
(6%,0%,30%,17%)
(0.06/0.00/0.30/0.17)	

CMYK percentages

%6.16
%0
%29.86
%17.25

Codes

Color #C6D394 in popluar color models

C6D394
RGB198211148
HSL72°41.72%70.39%
HSB/HSV72°29.86%82.75%
CMYK6.16%0.00%29.86%
17.25%

Color #C6D394 in popluar number systems.

HEXC6D394
Decimal198211148
Binary110001101101001110010100
Octal306323224

Shades and tints

Shades of #C6D394

#C6D394
(198,211,148)
#B4C087
(180,192,135)
#A2AD7A
(162,173,122)
#909A6D
(144,154,109)
#7E8760
(126,135,96)
#6C7453
(108,116,83)
#5A6146
(90,97,70)
#484E39
(72,78,57)
#363B2C
(54,59,44)
#24281F
(36,40,31)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6D394

#C6D394
(198,211,148)
#CBD79D
(203,215,157)
#D0DBA6
(208,219,166)
#D5DFAF
(213,223,175)
#DAE3B8
(218,227,184)
#DFE7C1
(223,231,193)
#E4EBCA
(228,235,202)
#E9EFD3
(233,239,211)
#EEF3DC
(238,243,220)
#F3F7E5
(243,247,229)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D394 color. Also use rgb(198,211,148) instead hex code.

Text Font Color

.myTextColor { color: #C6D394; }

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

This text font color is #C6D394.


Background Color

.myBgColor { background-color: #C6D394; }

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

This div background color is #C6D394.


Border color

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

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

This div border color is #C6D394.


Opacity

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

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

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

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

This text has shadow with #C6D394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D394 on black background.


Color preview on white background

This text has color #C6D394 on white background.



Black color preview on #C6D394 background

This text has black color on #C6D394 background.


White color preview on #C6D394 background

This text has white color on #C6D394 background.