COLOR #C7FFAA

HEX: #C7FFAA
RGB: (199,255,170)

Color info

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

RGB color model

#C7FFAA color RGB value is (199,255,170).

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

RGB channels and saturation

R 199 of 255 = 78%
G 255 of 255 = 100%
B 170 of 255 = 67%

199
255
170

R + G + B ~ 82%. #C7FFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 255 + 170 = 624 (100%)
R 199 of 624 ~ 31.89%
G 255 of 624 ~ 40.87%
B 170 of 624 ~ 27.24%

%31.89
%40.87
%27.24

CMYK color model

#C7FFAA color CMYK value is (22,0,33,0).

  • cyan value is 21.96%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 0.00%
CMYK:
(22,0,33,0)
C22M0Y33K0 
(22%,0%,33%,0%)
(0.22/0.00/0.33/0.00)	

CMYK percentages

%21.96
%0
%33.33
%0

Codes

Color #C7FFAA in popluar color models

C7FFAA
RGB199255170
HSL100°100.00%83.33%
HSB/HSV100°33.33%100.00%
CMYK21.96%0.00%33.33%
0.00%

Color #C7FFAA in popluar number systems.

HEXC7FFAA
Decimal199255170
Binary110001111111111110101010
Octal307377252

Shades and tints

Shades of #C7FFAA

#C7FFAA
(199,255,170)
#B5E89B
(181,232,155)
#A3D18C
(163,209,140)
#91BA7D
(145,186,125)
#7FA36E
(127,163,110)
#6D8C5F
(109,140,95)
#5B7550
(91,117,80)
#495E41
(73,94,65)
#374732
(55,71,50)
#253023
(37,48,35)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #C7FFAA

#C7FFAA
(199,255,170)
#CCFFB1
(204,255,177)
#D1FFB8
(209,255,184)
#D6FFBF
(214,255,191)
#DBFFC6
(219,255,198)
#E0FFCD
(224,255,205)
#E5FFD4
(229,255,212)
#EAFFDB
(234,255,219)
#EFFFE2
(239,255,226)
#F4FFE9
(244,255,233)
#F9FFF0
(249,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FFAA; }

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

This text font color is #C7FFAA.


Background Color

.myBgColor { background-color: #C7FFAA; }

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

This div background color is #C7FFAA.


Border color

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

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

This div border color is #C7FFAA.


Opacity

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

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

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

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

This text has shadow with #C7FFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FFAA on black background.


Color preview on white background

This text has color #C7FFAA on white background.



Black color preview on #C7FFAA background

This text has black color on #C7FFAA background.


White color preview on #C7FFAA background

This text has white color on #C7FFAA background.