COLOR #C6DE7E

HEX: #C6DE7E RGB: (198,222,126)

Color info

#C6DE7E contains mainly red and green colors. Web safe color of #C6DE7E is #CCCC66 (or #CC6).

RGB color model

#C6DE7E color RGB value is (198,222,126).

RGB: (198,222,126) (78%, 87%, 49%)

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 126 of 255 = 49%

198
222
126

R + G + B ~ 71%. #C6DE7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 222 + 126 = 546 (100%)
R 198 of 546 ~ 36.26%
G 222 of 546 ~ 40.66%
B 126 of 546 ~ 23.08'%

%36.26
%40.66
%23.08

CMYK color model

#C6DE7E color CMYK value is (11,0,43,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 12.94%

CMYK: (11,0,43,13)
C11M0Y43K13 (11%, 0%, 43%, 13%)
(0.11 / 0.00 / 0.43 / 0.13)

CMYK percentages

%10.81
%0
%43.24
%12.94

Codes

Color #C6DE7E in popluar color models

C6 DE 7E
RGB 198 222 126
HSL 75° 59.26% 68.24%
HSB/HSV 75° 43.24% 87.06%
CMYK 10.81% 0.00% 43.24%
12.94%

Color #C6DE7E in popluar number systems.

HEX C6 DE 7E
Decimal 198 222 126
Binary 11000110 11011110 1111110
Octal 306 336 176

Shades and tints

Shades of #C6DE7E

#C6DE7E
(198,222,126)
#B4CA73
(180,202,115)
#A2B668
(162,182,104)
#90A25D
(144,162,93)
#7E8E52
(126,142,82)
#6C7A47
(108,122,71)
#5A663C
(90,102,60)
#485231
(72,82,49)
#363E26
(54,62,38)
#242A1B
(36,42,27)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #C6DE7E

#C6DE7E
(198,222,126)
#CBE189
(203,225,137)
#D0E494
(208,228,148)
#D5E79F
(213,231,159)
#DAEAAA
(218,234,170)
#DFEDB5
(223,237,181)
#E4F0C0
(228,240,192)
#E9F3CB
(233,243,203)
#EEF6D6
(238,246,214)
#F3F9E1
(243,249,225)
#F8FCEC
(248,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DE7E; }

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

This text font color is #C6DE7E.

Background Color

.myBgColor { background-color: #C6DE7E; }

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

This div background color is #C6DE7E.

Border color

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

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

This div border color is #C6DE7E.

Opacity

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

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

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

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

This text has shadow with #C6DE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DE7E.

Preview

Color preview on black background

This text has color #C6DE7E on black background.


Color preview on white background

This text has color #C6DE7E on white background.


Black color preview on #C6DE7E background

This text has black color on #C6DE7E background.


White color preview on #C6DE7E background

This text has white color on #C6DE7E background.


Related colors

Complementary color

Complementary color for #hex is #392181.


I love getcolorcode.com

Triadic colors

1 #7EC6DE and #DE7EC6 with #C6DE7E are triadic colors.

2 #7EDEC6 and #DEC67E with #C6DE7E are triadic colors.