COLOR #C7F1A3

HEX: #C7F1A3 RGB: (199,241,163)

Color info

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

RGB color model

#C7F1A3 color RGB value is (199,241,163).

RGB: (199,241,163) (78%, 95%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 241 of 255 = 95%
B 163 of 255 = 64%

199
241
163

R + G + B ~ 79%. #C7F1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 241 + 163 = 603 (100%)
R 199 of 603 ~ 33%
G 241 of 603 ~ 39.97%
B 163 of 603 ~ 27.03'%

%33
%39.97
%27.03

CMYK color model

#C7F1A3 color CMYK value is (17,0,32,5).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 5.49%

CMYK: (17,0,32,5)
C17M0Y32K5 (17%, 0%, 32%, 5%)
(0.17 / 0.00 / 0.32 / 0.05)

CMYK percentages

%17.43
%0
%32.37
%5.49

Codes

Color #C7F1A3 in popluar color models

C7 F1 A3
RGB 199 241 163
HSL 92° 73.58% 79.22%
HSB/HSV 92° 32.37% 94.51%
CMYK 17.43% 0.00% 32.37%
5.49%

Color #C7F1A3 in popluar number systems.

HEX C7 F1 A3
Decimal 199 241 163
Binary 11000111 11110001 10100011
Octal 307 361 243

Shades and tints

Shades of #C7F1A3

#C7F1A3
(199,241,163)
#B5DC95
(181,220,149)
#A3C787
(163,199,135)
#91B279
(145,178,121)
#7F9D6B
(127,157,107)
#6D885D
(109,136,93)
#5B734F
(91,115,79)
#495E41
(73,94,65)
#374933
(55,73,51)
#253425
(37,52,37)
#131F17
(19,31,23)
#000000
(0,0,0)

Tints of #C7F1A3

#C7F1A3
(199,241,163)
#CCF2AB
(204,242,171)
#D1F3B3
(209,243,179)
#D6F4BB
(214,244,187)
#DBF5C3
(219,245,195)
#E0F6CB
(224,246,203)
#E5F7D3
(229,247,211)
#EAF8DB
(234,248,219)
#EFF9E3
(239,249,227)
#F4FAEB
(244,250,235)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F1A3; }

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

This text font color is #C7F1A3.

Background Color

.myBgColor { background-color: #C7F1A3; }

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

This div background color is #C7F1A3.

Border color

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

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

This div border color is #C7F1A3.

Opacity

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

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

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

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

This text has shadow with #C7F1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F1A3.

Preview

Color preview on black background

This text has color #C7F1A3 on black background.


Color preview on white background

This text has color #C7F1A3 on white background.


Black color preview on #C7F1A3 background

This text has black color on #C7F1A3 background.


White color preview on #C7F1A3 background

This text has white color on #C7F1A3 background.


Related colors

Complementary color

Complementary color for #hex is #380E5C.


I love getcolorcode.com

Triadic colors

1 #A3C7F1 and #F1A3C7 with #C7F1A3 are triadic colors.

2 #A3F1C7 and #F1C7A3 with #C7F1A3 are triadic colors.