COLOR #C7F2C3

HEX: #C7F2C3
RGB: (199,242,195)

Color info

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

RGB color model

#C7F2C3 color RGB value is (199,242,195).

  • red value is 199;
  • green value is 242;
  • blue value is 195.
RGB:
(199,242,195)
(78%,95%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 242 of 255 = 95%
B 195 of 255 = 76%

199
242
195

R + G + B ~ 83%. #C7F2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 242 + 195 = 636 (100%)
R 199 of 636 ~ 31.29%
G 242 of 636 ~ 38.05%
B 195 of 636 ~ 30.66%

%31.29
%38.05
%30.66

CMYK color model

#C7F2C3 color CMYK value is (18,0,19,5).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 5.10%
CMYK:
(18,0,19,5)
C18M0Y19K5 
(18%,0%,19%,5%)
(0.18/0.00/0.19/0.05)	

CMYK percentages

%17.77
%0
%19.42
%5.1

Codes

Color #C7F2C3 in popluar color models

C7F2C3
RGB199242195
HSL115°64.38%85.69%
HSB/HSV115°19.42%94.90%
CMYK17.77%0.00%19.42%
5.10%

Color #C7F2C3 in popluar number systems.

HEXC7F2C3
Decimal199242195
Binary110001111111001011000011
Octal307362303

Shades and tints

Shades of #C7F2C3

#C7F2C3
(199,242,195)
#B5DCB2
(181,220,178)
#A3C6A1
(163,198,161)
#91B090
(145,176,144)
#7F9A7F
(127,154,127)
#6D846E
(109,132,110)
#5B6E5D
(91,110,93)
#49584C
(73,88,76)
#37423B
(55,66,59)
#252C2A
(37,44,42)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7F2C3

#C7F2C3
(199,242,195)
#CCF3C8
(204,243,200)
#D1F4CD
(209,244,205)
#D6F5D2
(214,245,210)
#DBF6D7
(219,246,215)
#E0F7DC
(224,247,220)
#E5F8E1
(229,248,225)
#EAF9E6
(234,249,230)
#EFFAEB
(239,250,235)
#F4FBF0
(244,251,240)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F2C3 color. Also use rgb(199,242,195) instead hex code.

Text Font Color

.myTextColor { color: #C7F2C3; }

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

This text font color is #C7F2C3.


Background Color

.myBgColor { background-color: #C7F2C3; }

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

This div background color is #C7F2C3.


Border color

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

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

This div border color is #C7F2C3.


Opacity

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

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

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

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

This text has shadow with #C7F2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F2C3 on black background.


Color preview on white background

This text has color #C7F2C3 on white background.



Black color preview on #C7F2C3 background

This text has black color on #C7F2C3 background.


White color preview on #C7F2C3 background

This text has white color on #C7F2C3 background.