COLOR #C6E4A1

HEX: #C6E4A1
RGB: (198,228,161)

Color info

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

RGB color model

#C6E4A1 color RGB value is (198,228,161).

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

RGB channels and saturation

R 198 of 255 = 78%
G 228 of 255 = 89%
B 161 of 255 = 63%

198
228
161

R + G + B ~ 77%. #C6E4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 228 + 161 = 587 (100%)
R 198 of 587 ~ 33.73%
G 228 of 587 ~ 38.84%
B 161 of 587 ~ 27.43%

%33.73
%38.84
%27.43

CMYK color model

#C6E4A1 color CMYK value is (13,0,29,11).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 29.39%
  • key color value is 10.59%
CMYK:
(13,0,29,11)
C13M0Y29K11 
(13%,0%,29%,11%)
(0.13/0.00/0.29/0.11)	

CMYK percentages

%13.16
%0
%29.39
%10.59

Codes

Color #C6E4A1 in popluar color models

C6E4A1
RGB198228161
HSL87°55.37%76.27%
HSB/HSV87°29.39%89.41%
CMYK13.16%0.00%29.39%
10.59%

Color #C6E4A1 in popluar number systems.

HEXC6E4A1
Decimal198228161
Binary110001101110010010100001
Octal306344241

Shades and tints

Shades of #C6E4A1

#C6E4A1
(198,228,161)
#B4D093
(180,208,147)
#A2BC85
(162,188,133)
#90A877
(144,168,119)
#7E9469
(126,148,105)
#6C805B
(108,128,91)
#5A6C4D
(90,108,77)
#48583F
(72,88,63)
#364431
(54,68,49)
#243023
(36,48,35)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #C6E4A1

#C6E4A1
(198,228,161)
#CBE6A9
(203,230,169)
#D0E8B1
(208,232,177)
#D5EAB9
(213,234,185)
#DAECC1
(218,236,193)
#DFEEC9
(223,238,201)
#E4F0D1
(228,240,209)
#E9F2D9
(233,242,217)
#EEF4E1
(238,244,225)
#F3F6E9
(243,246,233)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E4A1; }

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

This text font color is #C6E4A1.


Background Color

.myBgColor { background-color: #C6E4A1; }

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

This div background color is #C6E4A1.


Border color

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

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

This div border color is #C6E4A1.


Opacity

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

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

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

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

This text has shadow with #C6E4A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E4A1 on black background.


Color preview on white background

This text has color #C6E4A1 on white background.



Black color preview on #C6E4A1 background

This text has black color on #C6E4A1 background.


White color preview on #C6E4A1 background

This text has white color on #C6E4A1 background.