COLOR #C6E47E

HEX: #C6E47E
RGB: (198,228,126)

Color info

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

RGB color model

#C6E47E color RGB value is (198,228,126).

  • red value is 198;
  • green value is 228;
  • blue value is 126.
RGB:
(198,228,126)
(78%,89%,49%)

RGB channels and saturation

R 198 of 255 = 78%
G 228 of 255 = 89%
B 126 of 255 = 49%

198
228
126

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

Portions of RGB colors in percentages

R + G + B =
198 + 228 + 126 = 552 (100%)
R 198 of 552 ~ 35.87%
G 228 of 552 ~ 41.3%
B 126 of 552 ~ 22.83%

%35.87
%41.3
%22.83

CMYK color model

#C6E47E color CMYK value is (13,0,45,11).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 44.74%
  • key color value is 10.59%
CMYK:
(13,0,45,11)
C13M0Y45K11 
(13%,0%,45%,11%)
(0.13/0.00/0.45/0.11)	

CMYK percentages

%13.16
%0
%44.74
%10.59

Codes

Color #C6E47E in popluar color models

C6E47E
RGB198228126
HSL78°65.38%69.41%
HSB/HSV78°44.74%89.41%
CMYK13.16%0.00%44.74%
10.59%

Color #C6E47E in popluar number systems.

HEXC6E47E
Decimal198228126
Binary11000110111001001111110
Octal306344176

Shades and tints

Shades of #C6E47E

#C6E47E
(198,228,126)
#B4D073
(180,208,115)
#A2BC68
(162,188,104)
#90A85D
(144,168,93)
#7E9452
(126,148,82)
#6C8047
(108,128,71)
#5A6C3C
(90,108,60)
#485831
(72,88,49)
#364426
(54,68,38)
#24301B
(36,48,27)
#121C10
(18,28,16)
#000000
(0,0,0)

Tints of #C6E47E

#C6E47E
(198,228,126)
#CBE689
(203,230,137)
#D0E894
(208,232,148)
#D5EA9F
(213,234,159)
#DAECAA
(218,236,170)
#DFEEB5
(223,238,181)
#E4F0C0
(228,240,192)
#E9F2CB
(233,242,203)
#EEF4D6
(238,244,214)
#F3F6E1
(243,246,225)
#F8F8EC
(248,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E47E; }

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

This text font color is #C6E47E.


Background Color

.myBgColor { background-color: #C6E47E; }

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

This div background color is #C6E47E.


Border color

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

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

This div border color is #C6E47E.


Opacity

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

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

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

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

This text has shadow with #C6E47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E47E on black background.


Color preview on white background

This text has color #C6E47E on white background.



Black color preview on #C6E47E background

This text has black color on #C6E47E background.


White color preview on #C6E47E background

This text has white color on #C6E47E background.