COLOR #C6E1A6

HEX: #C6E1A6
RGB: (198,225,166)

Color info

#C6E1A6 contains red, green and blue colors in about the same proportion. Web safe color of #C6E1A6 is #CCCC99 (or #CC9).

RGB color model

#C6E1A6 color RGB value is (198,225,166).

  • red value is 198;
  • green value is 225;
  • blue value is 166.
RGB:
(198,225,166)
(78%,88%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 225 of 255 = 88%
B 166 of 255 = 65%

198
225
166

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

Portions of RGB colors in percentages

R + G + B =
198 + 225 + 166 = 589 (100%)
R 198 of 589 ~ 33.62%
G 225 of 589 ~ 38.2%
B 166 of 589 ~ 28.18%

%33.62
%38.2
%28.18

CMYK color model

#C6E1A6 color CMYK value is (12,0,26,12).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 26.22%
  • key color value is 11.76%
CMYK:
(12,0,26,12)
C12M0Y26K12 
(12%,0%,26%,12%)
(0.12/0.00/0.26/0.12)	

CMYK percentages

%12
%0
%26.22
%11.76

Codes

Color #C6E1A6 in popluar color models

C6E1A6
RGB198225166
HSL87°49.58%76.67%
HSB/HSV87°26.22%88.24%
CMYK12.00%0.00%26.22%
11.76%

Color #C6E1A6 in popluar number systems.

HEXC6E1A6
Decimal198225166
Binary110001101110000110100110
Octal306341246

Shades and tints

Shades of #C6E1A6

#C6E1A6
(198,225,166)
#B4CD97
(180,205,151)
#A2B988
(162,185,136)
#90A579
(144,165,121)
#7E916A
(126,145,106)
#6C7D5B
(108,125,91)
#5A694C
(90,105,76)
#48553D
(72,85,61)
#36412E
(54,65,46)
#242D1F
(36,45,31)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #C6E1A6

#C6E1A6
(198,225,166)
#CBE3AE
(203,227,174)
#D0E5B6
(208,229,182)
#D5E7BE
(213,231,190)
#DAE9C6
(218,233,198)
#DFEBCE
(223,235,206)
#E4EDD6
(228,237,214)
#E9EFDE
(233,239,222)
#EEF1E6
(238,241,230)
#F3F3EE
(243,243,238)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E1A6 color. Also use rgb(198,225,166) instead hex code.

Text Font Color

.myTextColor { color: #C6E1A6; }

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

This text font color is #C6E1A6.


Background Color

.myBgColor { background-color: #C6E1A6; }

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

This div background color is #C6E1A6.


Border color

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

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

This div border color is #C6E1A6.


Opacity

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

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

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

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

This text has shadow with #C6E1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E1A6 on black background.


Color preview on white background

This text has color #C6E1A6 on white background.



Black color preview on #C6E1A6 background

This text has black color on #C6E1A6 background.


White color preview on #C6E1A6 background

This text has white color on #C6E1A6 background.