COLOR #C6FFA8

HEX: #C6FFA8
RGB: (198,255,168)

Color info

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

RGB color model

#C6FFA8 color RGB value is (198,255,168).

  • red value is 198;
  • green value is 255;
  • blue value is 168.
RGB:
(198,255,168)
(78%,100%,66%)

RGB channels and saturation

R 198 of 255 = 78%
G 255 of 255 = 100%
B 168 of 255 = 66%

198
255
168

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

Portions of RGB colors in percentages

R + G + B =
198 + 255 + 168 = 621 (100%)
R 198 of 621 ~ 31.88%
G 255 of 621 ~ 41.06%
B 168 of 621 ~ 27.05%

%31.88
%41.06
%27.05

CMYK color model

#C6FFA8 color CMYK value is (22,0,34,0).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 0.00%
CMYK:
(22,0,34,0)
C22M0Y34K0 
(22%,0%,34%,0%)
(0.22/0.00/0.34/0.00)	

CMYK percentages

%22.35
%0
%34.12
%0

Codes

Color #C6FFA8 in popluar color models

C6FFA8
RGB198255168
HSL99°100.00%82.94%
HSB/HSV99°34.12%100.00%
CMYK22.35%0.00%34.12%
0.00%

Color #C6FFA8 in popluar number systems.

HEXC6FFA8
Decimal198255168
Binary110001101111111110101000
Octal306377250

Shades and tints

Shades of #C6FFA8

#C6FFA8
(198,255,168)
#B4E899
(180,232,153)
#A2D18A
(162,209,138)
#90BA7B
(144,186,123)
#7EA36C
(126,163,108)
#6C8C5D
(108,140,93)
#5A754E
(90,117,78)
#485E3F
(72,94,63)
#364730
(54,71,48)
#243021
(36,48,33)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #C6FFA8

#C6FFA8
(198,255,168)
#CBFFAF
(203,255,175)
#D0FFB6
(208,255,182)
#D5FFBD
(213,255,189)
#DAFFC4
(218,255,196)
#DFFFCB
(223,255,203)
#E4FFD2
(228,255,210)
#E9FFD9
(233,255,217)
#EEFFE0
(238,255,224)
#F3FFE7
(243,255,231)
#F8FFEE
(248,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FFA8 color. Also use rgb(198,255,168) instead hex code.

Text Font Color

.myTextColor { color: #C6FFA8; }

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

This text font color is #C6FFA8.


Background Color

.myBgColor { background-color: #C6FFA8; }

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

This div background color is #C6FFA8.


Border color

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

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

This div border color is #C6FFA8.


Opacity

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

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

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

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

This text has shadow with #C6FFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FFA8 on black background.


Color preview on white background

This text has color #C6FFA8 on white background.



Black color preview on #C6FFA8 background

This text has black color on #C6FFA8 background.


White color preview on #C6FFA8 background

This text has white color on #C6FFA8 background.