COLOR #C6FFA7

HEX: #C6FFA7
RGB: (198,255,167)

Color info

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

RGB color model

#C6FFA7 color RGB value is (198,255,167).

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

RGB channels and saturation

R 198 of 255 = 78%
G 255 of 255 = 100%
B 167 of 255 = 65%

198
255
167

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

Portions of RGB colors in percentages

R + G + B =
198 + 255 + 167 = 620 (100%)
R 198 of 620 ~ 31.94%
G 255 of 620 ~ 41.13%
B 167 of 620 ~ 26.94%

%31.94
%41.13
%26.94

CMYK color model

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

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • key color value is 0.00%
CMYK:
(22,0,35,0)
C22M0Y35K0 
(22%,0%,35%,0%)
(0.22/0.00/0.35/0.00)	

CMYK percentages

%22.35
%0
%34.51
%0

Codes

Color #C6FFA7 in popluar color models

C6FFA7
RGB198255167
HSL99°100.00%82.75%
HSB/HSV99°34.51%100.00%
CMYK22.35%0.00%34.51%
0.00%

Color #C6FFA7 in popluar number systems.

HEXC6FFA7
Decimal198255167
Binary110001101111111110100111
Octal306377247

Shades and tints

Shades of #C6FFA7

#C6FFA7
(198,255,167)
#B4E898
(180,232,152)
#A2D189
(162,209,137)
#90BA7A
(144,186,122)
#7EA36B
(126,163,107)
#6C8C5C
(108,140,92)
#5A754D
(90,117,77)
#485E3E
(72,94,62)
#36472F
(54,71,47)
#243020
(36,48,32)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #C6FFA7

#C6FFA7
(198,255,167)
#CBFFAF
(203,255,175)
#D0FFB7
(208,255,183)
#D5FFBF
(213,255,191)
#DAFFC7
(218,255,199)
#DFFFCF
(223,255,207)
#E4FFD7
(228,255,215)
#E9FFDF
(233,255,223)
#EEFFE7
(238,255,231)
#F3FFEF
(243,255,239)
#F8FFF7
(248,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FFA7; }

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

This text font color is #C6FFA7.


Background Color

.myBgColor { background-color: #C6FFA7; }

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

This div background color is #C6FFA7.


Border color

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

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

This div border color is #C6FFA7.


Opacity

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

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

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

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

This text has shadow with #C6FFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FFA7 on black background.


Color preview on white background

This text has color #C6FFA7 on white background.



Black color preview on #C6FFA7 background

This text has black color on #C6FFA7 background.


White color preview on #C6FFA7 background

This text has white color on #C6FFA7 background.