COLOR #C7F1C8

HEX: #C7F1C8 RGB: (199,241,200)

Color info

#C7F1C8 contains red, green and blue colors in about the same proportion. Web safe color of #C7F1C8 is #CCFFCC (or #CFC).

RGB color model

#C7F1C8 color RGB value is (199,241,200).

RGB: (199,241,200) (78%, 95%, 78%)

RGB channels and saturation

R 199 of 255 = 78%
G 241 of 255 = 95%
B 200 of 255 = 78%

199
241
200

R + G + B ~ 84%. #C7F1C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 241 + 200 = 640 (100%)
R 199 of 640 ~ 31.09%
G 241 of 640 ~ 37.66%
B 200 of 640 ~ 31.25'%

%31.09
%37.66
%31.25

CMYK color model

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

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

CMYK: (17,0,17,5)
C17M0Y17K5 (17%, 0%, 17%, 5%)
(0.17 / 0.00 / 0.17 / 0.05)

CMYK percentages

%17.43
%0
%17.01
%5.49

Codes

Color #C7F1C8 in popluar color models

C7 F1 C8
RGB 199 241 200
HSL 121° 60.00% 86.27%
HSB/HSV 121° 17.43% 94.51%
CMYK 17.43% 0.00% 17.01%
5.49%

Color #C7F1C8 in popluar number systems.

HEX C7 F1 C8
Decimal 199 241 200
Binary 11000111 11110001 11001000
Octal 307 361 310

Shades and tints

Shades of #C7F1C8

#C7F1C8
(199,241,200)
#B5DCB6
(181,220,182)
#A3C7A4
(163,199,164)
#91B292
(145,178,146)
#7F9D80
(127,157,128)
#6D886E
(109,136,110)
#5B735C
(91,115,92)
#495E4A
(73,94,74)
#374938
(55,73,56)
#253426
(37,52,38)
#131F14
(19,31,20)
#000000
(0,0,0)

Tints of #C7F1C8

#C7F1C8
(199,241,200)
#CCF2CD
(204,242,205)
#D1F3D2
(209,243,210)
#D6F4D7
(214,244,215)
#DBF5DC
(219,245,220)
#E0F6E1
(224,246,225)
#E5F7E6
(229,247,230)
#EAF8EB
(234,248,235)
#EFF9F0
(239,249,240)
#F4FAF5
(244,250,245)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F1C8; }

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

This text font color is #C7F1C8.

Background Color

.myBgColor { background-color: #C7F1C8; }

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

This div background color is #C7F1C8.

Border color

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

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

This div border color is #C7F1C8.

Opacity

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

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

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

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

This text has shadow with #C7F1C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F1C8.

Preview

Color preview on black background

This text has color #C7F1C8 on black background.


Color preview on white background

This text has color #C7F1C8 on white background.


Black color preview on #C7F1C8 background

This text has black color on #C7F1C8 background.


White color preview on #C7F1C8 background

This text has white color on #C7F1C8 background.


Related colors

Complementary color

Complementary color for #hex is #380E37.


I love getcolorcode.com

Triadic colors

1 #C8C7F1 and #F1C8C7 with #C7F1C8 are triadic colors.

2 #C8F1C7 and #F1C7C8 with #C7F1C8 are triadic colors.