COLOR #C6D292

HEX: #C6D292
RGB: (198,210,146)

Color info

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

RGB color model

#C6D292 color RGB value is (198,210,146).

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

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 146 of 255 = 57%

198
210
146

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

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 146 = 554 (100%)
R 198 of 554 ~ 35.74%
G 210 of 554 ~ 37.91%
B 146 of 554 ~ 26.35%

%35.74
%37.91
%26.35

CMYK color model

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

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • 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
%30.48
%17.65

Codes

Color #C6D292 in popluar color models

C6D292
RGB198210146
HSL71°41.56%69.80%
HSB/HSV71°30.48%82.35%
CMYK5.71%0.00%30.48%
17.65%

Color #C6D292 in popluar number systems.

HEXC6D292
Decimal198210146
Binary110001101101001010010010
Octal306322222

Shades and tints

Shades of #C6D292

#C6D292
(198,210,146)
#B4BF85
(180,191,133)
#A2AC78
(162,172,120)
#90996B
(144,153,107)
#7E865E
(126,134,94)
#6C7351
(108,115,81)
#5A6044
(90,96,68)
#484D37
(72,77,55)
#363A2A
(54,58,42)
#24271D
(36,39,29)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #C6D292

#C6D292
(198,210,146)
#CBD69B
(203,214,155)
#D0DAA4
(208,218,164)
#D5DEAD
(213,222,173)
#DAE2B6
(218,226,182)
#DFE6BF
(223,230,191)
#E4EAC8
(228,234,200)
#E9EED1
(233,238,209)
#EEF2DA
(238,242,218)
#F3F6E3
(243,246,227)
#F8FAEC
(248,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D292; }

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

This text font color is #C6D292.


Background Color

.myBgColor { background-color: #C6D292; }

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

This div background color is #C6D292.


Border color

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

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

This div border color is #C6D292.


Opacity

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

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

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

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

This text has shadow with #C6D292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D292 on black background.


Color preview on white background

This text has color #C6D292 on white background.



Black color preview on #C6D292 background

This text has black color on #C6D292 background.


White color preview on #C6D292 background

This text has white color on #C6D292 background.