COLOR #C7F6AA

HEX: #C7F6AA RGB: (199,246,170)

Color info

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

RGB color model

#C7F6AA color RGB value is (199,246,170).

RGB: (199,246,170) (78%, 96%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 246 of 255 = 96%
B 170 of 255 = 67%

199
246
170

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

Portions of RGB colors in percentages

R + G + B = 199 + 246 + 170 = 615 (100%)
R 199 of 615 ~ 32.36%
G 246 of 615 ~ 40%
B 170 of 615 ~ 27.64'%

%32.36
%40
%27.64

CMYK color model

#C7F6AA color CMYK value is (19,0,31,4).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 30.89%
  • key color value is 3.53%
CMYK: (19,0,31,4) C19M0Y31K4 (19%,0%,31%,4%) (0.19/0.00/0.31/0.04) 

CMYK percentages

%19.11
%0
%30.89
%3.53

Codes

Color #C7F6AA in popluar color models

C7 F6 AA
RGB 199 246 170
HSL 97° 80.85% 81.57%
HSB/HSV 97° 30.89% 96.47%
CMYK 19.11% 0.00% 30.89%
3.53%

Color #C7F6AA in popluar number systems.

HEX C7 F6 AA
Decimal 199 246 170
Binary 11000111 11110110 10101010
Octal 307 366 252

Shades and tints

Shades of #C7F6AA

#C7F6AA
(199,246,170)
#B5E09B
(181,224,155)
#A3CA8C
(163,202,140)
#91B47D
(145,180,125)
#7F9E6E
(127,158,110)
#6D885F
(109,136,95)
#5B7250
(91,114,80)
#495C41
(73,92,65)
#374632
(55,70,50)
#253023
(37,48,35)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #C7F6AA

#C7F6AA
(199,246,170)
#CCF6B1
(204,246,177)
#D1F6B8
(209,246,184)
#D6F6BF
(214,246,191)
#DBF6C6
(219,246,198)
#E0F6CD
(224,246,205)
#E5F6D4
(229,246,212)
#EAF6DB
(234,246,219)
#EFF6E2
(239,246,226)
#F4F6E9
(244,246,233)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F6AA; }

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

This text font color is #C7F6AA.

Background Color

.myBgColor { background-color: #C7F6AA; }

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

This div background color is #C7F6AA.

Border color

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

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

This div border color is #C7F6AA.

Opacity

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

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

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

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

This text has shadow with #C7F6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F6AA.

Preview

Color preview on black background

This text has color #C7F6AA on black background.


Color preview on white background

This text has color #C7F6AA on white background.


Black color preview on #C7F6AA background

This text has black color on #C7F6AA background.


White color preview on #C7F6AA background

This text has white color on #C7F6AA background.


Related colors

Complementary color

Complementary color for #hex is #380955.


I love getcolorcode.com

Triadic colors

1 #AAC7F6 and #F6AAC7 with #C7F6AA are triadic colors.

2 #AAF6C7 and #F6C7AA with #C7F6AA are triadic colors.