COLOR #C7FF8A

HEX: #C7FF8A
RGB: (199,255,138)

Color info

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

RGB color model

#C7FF8A color RGB value is (199,255,138).

  • red value is 199;
  • green value is 255;
  • blue value is 138.
RGB:
(199,255,138)
(78%,100%,54%)

RGB channels and saturation

R 199 of 255 = 78%
G 255 of 255 = 100%
B 138 of 255 = 54%

199
255
138

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

Portions of RGB colors in percentages

R + G + B =
199 + 255 + 138 = 592 (100%)
R 199 of 592 ~ 33.61%
G 255 of 592 ~ 43.07%
B 138 of 592 ~ 23.31%

%33.61
%43.07
%23.31

CMYK color model

#C7FF8A color CMYK value is (22,0,46,0).

  • cyan value is 21.96%
  • magenta value is 0.00%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK:
(22,0,46,0)
C22M0Y46K0 
(22%,0%,46%,0%)
(0.22/0.00/0.46/0.00)	

CMYK percentages

%21.96
%0
%45.88
%0

Codes

Color #C7FF8A in popluar color models

C7FF8A
RGB199255138
HSL89°100.00%77.06%
HSB/HSV89°45.88%100.00%
CMYK21.96%0.00%45.88%
0.00%

Color #C7FF8A in popluar number systems.

HEXC7FF8A
Decimal199255138
Binary110001111111111110001010
Octal307377212

Shades and tints

Shades of #C7FF8A

#C7FF8A
(199,255,138)
#B5E87E
(181,232,126)
#A3D172
(163,209,114)
#91BA66
(145,186,102)
#7FA35A
(127,163,90)
#6D8C4E
(109,140,78)
#5B7542
(91,117,66)
#495E36
(73,94,54)
#37472A
(55,71,42)
#25301E
(37,48,30)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #C7FF8A

#C7FF8A
(199,255,138)
#CCFF94
(204,255,148)
#D1FF9E
(209,255,158)
#D6FFA8
(214,255,168)
#DBFFB2
(219,255,178)
#E0FFBC
(224,255,188)
#E5FFC6
(229,255,198)
#EAFFD0
(234,255,208)
#EFFFDA
(239,255,218)
#F4FFE4
(244,255,228)
#F9FFEE
(249,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FF8A color. Also use rgb(199,255,138) instead hex code.

Text Font Color

.myTextColor { color: #C7FF8A; }

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

This text font color is #C7FF8A.


Background Color

.myBgColor { background-color: #C7FF8A; }

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

This div background color is #C7FF8A.


Border color

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

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

This div border color is #C7FF8A.


Opacity

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

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

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

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

This text has shadow with #C7FF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FF8A on black background.


Color preview on white background

This text has color #C7FF8A on white background.



Black color preview on #C7FF8A background

This text has black color on #C7FF8A background.


White color preview on #C7FF8A background

This text has white color on #C7FF8A background.