COLOR #C6FEA6

HEX: #C6FEA6 RGB: (198,254,166)

Color info

#C6FEA6 contains mainly red and green colors. Web safe color of #C6FEA6 is #CCFF99 (or #CF9).

RGB color model

#C6FEA6 color RGB value is (198,254,166).

RGB: (198,254,166) (78%, 100%, 65%)

RGB channels and saturation

R 198 of 255 = 78%
G 254 of 255 = 100%
B 166 of 255 = 65%

198
254
166

R + G + B ~ 81%. #C6FEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 254 + 166 = 618 (100%)
R 198 of 618 ~ 32.04%
G 254 of 618 ~ 41.1%
B 166 of 618 ~ 26.86'%

%32.04
%41.1
%26.86

CMYK color model

#C6FEA6 color CMYK value is (22,0,35,0).

  • cyan value is 22.05%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 0.39%

CMYK: (22,0,35,0)
C22M0Y35K0 (22%, 0%, 35%, 0%)
(0.22 / 0.00 / 0.35 / 0.00)

CMYK percentages

%22.05
%0
%34.65
%0.39

Codes

Color #C6FEA6 in popluar color models

C6 FE A6
RGB 198 254 166
HSL 98° 97.78% 82.35%
HSB/HSV 98° 34.65% 99.61%
CMYK 22.05% 0.00% 34.65%
0.39%

Color #C6FEA6 in popluar number systems.

HEX C6 FE A6
Decimal 198 254 166
Binary 11000110 11111110 10100110
Octal 306 376 246

Shades and tints

Shades of #C6FEA6

#C6FEA6
(198,254,166)
#B4E797
(180,231,151)
#A2D088
(162,208,136)
#90B979
(144,185,121)
#7EA26A
(126,162,106)
#6C8B5B
(108,139,91)
#5A744C
(90,116,76)
#485D3D
(72,93,61)
#36462E
(54,70,46)
#242F1F
(36,47,31)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #C6FEA6

#C6FEA6
(198,254,166)
#CBFEAE
(203,254,174)
#D0FEB6
(208,254,182)
#D5FEBE
(213,254,190)
#DAFEC6
(218,254,198)
#DFFECE
(223,254,206)
#E4FED6
(228,254,214)
#E9FEDE
(233,254,222)
#EEFEE6
(238,254,230)
#F3FEEE
(243,254,238)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FEA6; }

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

This text font color is #C6FEA6.

Background Color

.myBgColor { background-color: #C6FEA6; }

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

This div background color is #C6FEA6.

Border color

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

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

This div border color is #C6FEA6.

Opacity

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

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

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

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

This text has shadow with #C6FEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FEA6.

Preview

Color preview on black background

This text has color #C6FEA6 on black background.


Color preview on white background

This text has color #C6FEA6 on white background.


Black color preview on #C6FEA6 background

This text has black color on #C6FEA6 background.


White color preview on #C6FEA6 background

This text has white color on #C6FEA6 background.


Related colors

Complementary color

Complementary color for #hex is #390159.


I love getcolorcode.com

Triadic colors

1 #A6C6FE and #FEA6C6 with #C6FEA6 are triadic colors.

2 #A6FEC6 and #FEC6A6 with #C6FEA6 are triadic colors.