COLOR #C7FEC2

HEX: #C7FEC2 RGB: (199,254,194)

Color info

#C7FEC2 contains mainly red and green colors. Web safe color of #C7FEC2 is #CCFFCC (or #CFC).

RGB color model

#C7FEC2 color RGB value is (199,254,194).

RGB: (199,254,194) (78%, 100%, 76%)

RGB channels and saturation

R 199 of 255 = 78%
G 254 of 255 = 100%
B 194 of 255 = 76%

199
254
194

R + G + B ~ 85%. #C7FEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 254 + 194 = 647 (100%)
R 199 of 647 ~ 30.76%
G 254 of 647 ~ 39.26%
B 194 of 647 ~ 29.98'%

%30.76
%39.26
%29.98

CMYK color model

#C7FEC2 color CMYK value is (22,0,24,0).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 23.62%
  • key color value is 0.39%

CMYK: (22,0,24,0)
C22M0Y24K0 (22%, 0%, 24%, 0%)
(0.22 / 0.00 / 0.24 / 0.00)

CMYK percentages

%21.65
%0
%23.62
%0.39

Codes

Color #C7FEC2 in popluar color models

C7 FE C2
RGB 199 254 194
HSL 115° 96.77% 87.84%
HSB/HSV 115° 23.62% 99.61%
CMYK 21.65% 0.00% 23.62%
0.39%

Color #C7FEC2 in popluar number systems.

HEX C7 FE C2
Decimal 199 254 194
Binary 11000111 11111110 11000010
Octal 307 376 302

Shades and tints

Shades of #C7FEC2

#C7FEC2
(199,254,194)
#B5E7B1
(181,231,177)
#A3D0A0
(163,208,160)
#91B98F
(145,185,143)
#7FA27E
(127,162,126)
#6D8B6D
(109,139,109)
#5B745C
(91,116,92)
#495D4B
(73,93,75)
#37463A
(55,70,58)
#252F29
(37,47,41)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7FEC2

#C7FEC2
(199,254,194)
#CCFEC7
(204,254,199)
#D1FECC
(209,254,204)
#D6FED1
(214,254,209)
#DBFED6
(219,254,214)
#E0FEDB
(224,254,219)
#E5FEE0
(229,254,224)
#EAFEE5
(234,254,229)
#EFFEEA
(239,254,234)
#F4FEEF
(244,254,239)
#F9FEF4
(249,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FEC2 color. Also use rgb(199,254,194) instead hex code.

Text Font Color

.myTextColor { color: #C7FEC2; }

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

This text font color is #C7FEC2.

Background Color

.myBgColor { background-color: #C7FEC2; }

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

This div background color is #C7FEC2.

Border color

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

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

This div border color is #C7FEC2.

Opacity

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

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

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

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

This text has shadow with #C7FEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FEC2.

Preview

Color preview on black background

This text has color #C7FEC2 on black background.


Color preview on white background

This text has color #C7FEC2 on white background.


Black color preview on #C7FEC2 background

This text has black color on #C7FEC2 background.


White color preview on #C7FEC2 background

This text has white color on #C7FEC2 background.


Related colors

Complementary color

Complementary color for #hex is #38013D.


I love getcolorcode.com

Triadic colors

1 #C2C7FE and #FEC2C7 with #C7FEC2 are triadic colors.

2 #C2FEC7 and #FEC7C2 with #C7FEC2 are triadic colors.