COLOR #C6D294

HEX: #C6D294
RGB: (198,210,148)

Color info

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

RGB color model

#C6D294 color RGB value is (198,210,148).

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

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 148 of 255 = 58%

198
210
148

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

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 148 = 556 (100%)
R 198 of 556 ~ 35.61%
G 210 of 556 ~ 37.77%
B 148 of 556 ~ 26.62%

%35.61
%37.77
%26.62

CMYK color model

#C6D294 color CMYK value is (6,0,30,18).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 29.52%
  • key color value is 17.65%
CMYK:
(6,0,30,18)
C6M0Y30K18 
(6%,0%,30%,18%)
(0.06/0.00/0.30/0.18)	

CMYK percentages

%5.71
%0
%29.52
%17.65

Codes

Color #C6D294 in popluar color models

C6D294
RGB198210148
HSL72°40.79%70.20%
HSB/HSV72°29.52%82.35%
CMYK5.71%0.00%29.52%
17.65%

Color #C6D294 in popluar number systems.

HEXC6D294
Decimal198210148
Binary110001101101001010010100
Octal306322224

Shades and tints

Shades of #C6D294

#C6D294
(198,210,148)
#B4BF87
(180,191,135)
#A2AC7A
(162,172,122)
#90996D
(144,153,109)
#7E8660
(126,134,96)
#6C7353
(108,115,83)
#5A6046
(90,96,70)
#484D39
(72,77,57)
#363A2C
(54,58,44)
#24271F
(36,39,31)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #C6D294

#C6D294
(198,210,148)
#CBD69D
(203,214,157)
#D0DAA6
(208,218,166)
#D5DEAF
(213,222,175)
#DAE2B8
(218,226,184)
#DFE6C1
(223,230,193)
#E4EACA
(228,234,202)
#E9EED3
(233,238,211)
#EEF2DC
(238,242,220)
#F3F6E5
(243,246,229)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D294; }

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

This text font color is #C6D294.


Background Color

.myBgColor { background-color: #C6D294; }

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

This div background color is #C6D294.


Border color

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

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

This div border color is #C6D294.


Opacity

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

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

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

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

This text has shadow with #C6D294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D294 on black background.


Color preview on white background

This text has color #C6D294 on white background.



Black color preview on #C6D294 background

This text has black color on #C6D294 background.


White color preview on #C6D294 background

This text has white color on #C6D294 background.