COLOR #C6DE8D

HEX: #C6DE8D
RGB: (198,222,141)

Color info

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

RGB color model

#C6DE8D color RGB value is (198,222,141).

  • red value is 198;
  • green value is 222;
  • blue value is 141.
RGB:
(198,222,141)
(78%,87%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 141 of 255 = 55%

198
222
141

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

Portions of RGB colors in percentages

R + G + B =
198 + 222 + 141 = 561 (100%)
R 198 of 561 ~ 35.29%
G 222 of 561 ~ 39.57%
B 141 of 561 ~ 25.13%

%35.29
%39.57
%25.13

CMYK color model

#C6DE8D color CMYK value is (11,0,36,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 36.49%
  • key color value is 12.94%
CMYK:
(11,0,36,13)
C11M0Y36K13 
(11%,0%,36%,13%)
(0.11/0.00/0.36/0.13)	

CMYK percentages

%10.81
%0
%36.49
%12.94

Codes

Color #C6DE8D in popluar color models

C6DE8D
RGB198222141
HSL78°55.10%71.18%
HSB/HSV78°36.49%87.06%
CMYK10.81%0.00%36.49%
12.94%

Color #C6DE8D in popluar number systems.

HEXC6DE8D
Decimal198222141
Binary110001101101111010001101
Octal306336215

Shades and tints

Shades of #C6DE8D

#C6DE8D
(198,222,141)
#B4CA81
(180,202,129)
#A2B675
(162,182,117)
#90A269
(144,162,105)
#7E8E5D
(126,142,93)
#6C7A51
(108,122,81)
#5A6645
(90,102,69)
#485239
(72,82,57)
#363E2D
(54,62,45)
#242A21
(36,42,33)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C6DE8D

#C6DE8D
(198,222,141)
#CBE197
(203,225,151)
#D0E4A1
(208,228,161)
#D5E7AB
(213,231,171)
#DAEAB5
(218,234,181)
#DFEDBF
(223,237,191)
#E4F0C9
(228,240,201)
#E9F3D3
(233,243,211)
#EEF6DD
(238,246,221)
#F3F9E7
(243,249,231)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DE8D color. Also use rgb(198,222,141) instead hex code.

Text Font Color

.myTextColor { color: #C6DE8D; }

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

This text font color is #C6DE8D.


Background Color

.myBgColor { background-color: #C6DE8D; }

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

This div background color is #C6DE8D.


Border color

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

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

This div border color is #C6DE8D.


Opacity

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

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

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

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

This text has shadow with #C6DE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DE8D on black background.


Color preview on white background

This text has color #C6DE8D on white background.



Black color preview on #C6DE8D background

This text has black color on #C6DE8D background.


White color preview on #C6DE8D background

This text has white color on #C6DE8D background.