COLOR #C7FCC8

HEX: #C7FCC8
RGB: (199,252,200)

Color info

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

RGB color model

#C7FCC8 color RGB value is (199,252,200).

  • red value is 199;
  • green value is 252;
  • blue value is 200.
RGB:
(199,252,200)
(78%,99%,78%)

RGB channels and saturation

R 199 of 255 = 78%
G 252 of 255 = 99%
B 200 of 255 = 78%

199
252
200

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

Portions of RGB colors in percentages

R + G + B =
199 + 252 + 200 = 651 (100%)
R 199 of 651 ~ 30.57%
G 252 of 651 ~ 38.71%
B 200 of 651 ~ 30.72%

%30.57
%38.71
%30.72

CMYK color model

#C7FCC8 color CMYK value is (21,0,21,1).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 1.18%
CMYK:
(21,0,21,1)
C21M0Y21K1 
(21%,0%,21%,1%)
(0.21/0.00/0.21/0.01)	

CMYK percentages

%21.03
%0
%20.63
%1.18

Codes

Color #C7FCC8 in popluar color models

C7FCC8
RGB199252200
HSL121°89.83%88.43%
HSB/HSV121°21.03%98.82%
CMYK21.03%0.00%20.63%
1.18%

Color #C7FCC8 in popluar number systems.

HEXC7FCC8
Decimal199252200
Binary110001111111110011001000
Octal307374310

Shades and tints

Shades of #C7FCC8

#C7FCC8
(199,252,200)
#B5E6B6
(181,230,182)
#A3D0A4
(163,208,164)
#91BA92
(145,186,146)
#7FA480
(127,164,128)
#6D8E6E
(109,142,110)
#5B785C
(91,120,92)
#49624A
(73,98,74)
#374C38
(55,76,56)
#253626
(37,54,38)
#132014
(19,32,20)
#000000
(0,0,0)

Tints of #C7FCC8

#C7FCC8
(199,252,200)
#CCFCCD
(204,252,205)
#D1FCD2
(209,252,210)
#D6FCD7
(214,252,215)
#DBFCDC
(219,252,220)
#E0FCE1
(224,252,225)
#E5FCE6
(229,252,230)
#EAFCEB
(234,252,235)
#EFFCF0
(239,252,240)
#F4FCF5
(244,252,245)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FCC8; }

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

This text font color is #C7FCC8.


Background Color

.myBgColor { background-color: #C7FCC8; }

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

This div background color is #C7FCC8.


Border color

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

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

This div border color is #C7FCC8.


Opacity

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

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

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

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

This text has shadow with #C7FCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FCC8 on black background.


Color preview on white background

This text has color #C7FCC8 on white background.



Black color preview on #C7FCC8 background

This text has black color on #C7FCC8 background.


White color preview on #C7FCC8 background

This text has white color on #C7FCC8 background.