COLOR #C6E26C

HEX: #C6E26C RGB: (198,226,108)

Color info

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

RGB color model

#C6E26C color RGB value is (198,226,108).

RGB: (198,226,108) (78%, 89%, 42%)

RGB channels and saturation

R 198 of 255 = 78%
G 226 of 255 = 89%
B 108 of 255 = 42%

198
226
108

R + G + B ~ 70%. #C6E26C is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 226 + 108 = 532 (100%)
R 198 of 532 ~ 37.22%
G 226 of 532 ~ 42.48%
B 108 of 532 ~ 20.3'%

%37.22
%42.48
%20.3

CMYK color model

#C6E26C color CMYK value is (12,0,52,11).

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 52.21%
  • key color value is 11.37%

CMYK: (12,0,52,11)
C12M0Y52K11 (12%, 0%, 52%, 11%)
(0.12 / 0.00 / 0.52 / 0.11)

CMYK percentages

%12.39
%0
%52.21
%11.37

Codes

Color #C6E26C in popluar color models

C6 E2 6C
RGB 198 226 108
HSL 74° 67.05% 65.49%
HSB/HSV 74° 52.21% 88.63%
CMYK 12.39% 0.00% 52.21%
11.37%

Color #C6E26C in popluar number systems.

HEX C6 E2 6C
Decimal 198 226 108
Binary 11000110 11100010 1101100
Octal 306 342 154

Shades and tints

Shades of #C6E26C

#C6E26C
(198,226,108)
#B4CE63
(180,206,99)
#A2BA5A
(162,186,90)
#90A651
(144,166,81)
#7E9248
(126,146,72)
#6C7E3F
(108,126,63)
#5A6A36
(90,106,54)
#48562D
(72,86,45)
#364224
(54,66,36)
#242E1B
(36,46,27)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #C6E26C

#C6E26C
(198,226,108)
#CBE479
(203,228,121)
#D0E686
(208,230,134)
#D5E893
(213,232,147)
#DAEAA0
(218,234,160)
#DFECAD
(223,236,173)
#E4EEBA
(228,238,186)
#E9F0C7
(233,240,199)
#EEF2D4
(238,242,212)
#F3F4E1
(243,244,225)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E26C color. Also use rgb(198,226,108) instead hex code.

Text Font Color

.myTextColor { color: #C6E26C; }

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

This text font color is #C6E26C.

Background Color

.myBgColor { background-color: #C6E26C; }

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

This div background color is #C6E26C.

Border color

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

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

This div border color is #C6E26C.

Opacity

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

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

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

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

This text has shadow with #C6E26C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E26C.

Preview

Color preview on black background

This text has color #C6E26C on black background.


Color preview on white background

This text has color #C6E26C on white background.


Black color preview on #C6E26C background

This text has black color on #C6E26C background.


White color preview on #C6E26C background

This text has white color on #C6E26C background.


Related colors

Complementary color

Complementary color for #hex is #391D93.


I love getcolorcode.com

Triadic colors

1 #6CC6E2 and #E26CC6 with #C6E26C are triadic colors.

2 #6CE2C6 and #E2C66C with #C6E26C are triadic colors.