COLOR #C6DC93

HEX: #C6DC93
RGB: (198,220,147)

Color info

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

RGB color model

#C6DC93 color RGB value is (198,220,147).

  • red value is 198;
  • green value is 220;
  • blue value is 147.
RGB:
(198,220,147)
(78%,86%,58%)

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 147 of 255 = 58%

198
220
147

R + G + B ~ 74%. #C6DC93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 147 = 565 (100%)
R 198 of 565 ~ 35.04%
G 220 of 565 ~ 38.94%
B 147 of 565 ~ 26.02%

%35.04
%38.94
%26.02

CMYK color model

#C6DC93 color CMYK value is (10,0,33,14).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 13.73%
CMYK:
(10,0,33,14)
C10M0Y33K14 
(10%,0%,33%,14%)
(0.10/0.00/0.33/0.14)	

CMYK percentages

%10
%0
%33.18
%13.73

Codes

Color #C6DC93 in popluar color models

C6DC93
RGB198220147
HSL78°51.05%71.96%
HSB/HSV78°33.18%86.27%
CMYK10.00%0.00%33.18%
13.73%

Color #C6DC93 in popluar number systems.

HEXC6DC93
Decimal198220147
Binary110001101101110010010011
Octal306334223

Shades and tints

Shades of #C6DC93

#C6DC93
(198,220,147)
#B4C886
(180,200,134)
#A2B479
(162,180,121)
#90A06C
(144,160,108)
#7E8C5F
(126,140,95)
#6C7852
(108,120,82)
#5A6445
(90,100,69)
#485038
(72,80,56)
#363C2B
(54,60,43)
#24281E
(36,40,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #C6DC93

#C6DC93
(198,220,147)
#CBDF9C
(203,223,156)
#D0E2A5
(208,226,165)
#D5E5AE
(213,229,174)
#DAE8B7
(218,232,183)
#DFEBC0
(223,235,192)
#E4EEC9
(228,238,201)
#E9F1D2
(233,241,210)
#EEF4DB
(238,244,219)
#F3F7E4
(243,247,228)
#F8FAED
(248,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DC93 color. Also use rgb(198,220,147) instead hex code.

Text Font Color

.myTextColor { color: #C6DC93; }

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

This text font color is #C6DC93.


Background Color

.myBgColor { background-color: #C6DC93; }

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

This div background color is #C6DC93.


Border color

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

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

This div border color is #C6DC93.


Opacity

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

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

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

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

This text has shadow with #C6DC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DC93 on black background.


Color preview on white background

This text has color #C6DC93 on white background.



Black color preview on #C6DC93 background

This text has black color on #C6DC93 background.


White color preview on #C6DC93 background

This text has white color on #C6DC93 background.