COLOR #C7F1AA

HEX: #C7F1AA
RGB: (199,241,170)

Color info

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

RGB color model

#C7F1AA color RGB value is (199,241,170).

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

RGB channels and saturation

R 199 of 255 = 78%
G 241 of 255 = 95%
B 170 of 255 = 67%

199
241
170

R + G + B ~ 80%. #C7F1AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 241 + 170 = 610 (100%)
R 199 of 610 ~ 32.62%
G 241 of 610 ~ 39.51%
B 170 of 610 ~ 27.87%

%32.62
%39.51
%27.87

CMYK color model

#C7F1AA color CMYK value is (17,0,29,5).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK:
(17,0,29,5)
C17M0Y29K5 
(17%,0%,29%,5%)
(0.17/0.00/0.29/0.05)	

CMYK percentages

%17.43
%0
%29.46
%5.49

Codes

Color #C7F1AA in popluar color models

C7F1AA
RGB199241170
HSL95°71.72%80.59%
HSB/HSV95°29.46%94.51%
CMYK17.43%0.00%29.46%
5.49%

Color #C7F1AA in popluar number systems.

HEXC7F1AA
Decimal199241170
Binary110001111111000110101010
Octal307361252

Shades and tints

Shades of #C7F1AA

#C7F1AA
(199,241,170)
#B5DC9B
(181,220,155)
#A3C78C
(163,199,140)
#91B27D
(145,178,125)
#7F9D6E
(127,157,110)
#6D885F
(109,136,95)
#5B7350
(91,115,80)
#495E41
(73,94,65)
#374932
(55,73,50)
#253423
(37,52,35)
#131F14
(19,31,20)
#000000
(0,0,0)

Tints of #C7F1AA

#C7F1AA
(199,241,170)
#CCF2B1
(204,242,177)
#D1F3B8
(209,243,184)
#D6F4BF
(214,244,191)
#DBF5C6
(219,245,198)
#E0F6CD
(224,246,205)
#E5F7D4
(229,247,212)
#EAF8DB
(234,248,219)
#EFF9E2
(239,249,226)
#F4FAE9
(244,250,233)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F1AA; }

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

This text font color is #C7F1AA.


Background Color

.myBgColor { background-color: #C7F1AA; }

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

This div background color is #C7F1AA.


Border color

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

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

This div border color is #C7F1AA.


Opacity

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

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

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

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

This text has shadow with #C7F1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F1AA on black background.


Color preview on white background

This text has color #C7F1AA on white background.



Black color preview on #C7F1AA background

This text has black color on #C7F1AA background.


White color preview on #C7F1AA background

This text has white color on #C7F1AA background.