COLOR #C7F1CE

HEX: #C7F1CE
RGB: (199,241,206)

Color info

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

RGB color model

#C7F1CE color RGB value is (199,241,206).

  • red value is 199;
  • green value is 241;
  • blue value is 206.
RGB:
(199,241,206)
(78%,95%,81%)

RGB channels and saturation

R 199 of 255 = 78%
G 241 of 255 = 95%
B 206 of 255 = 81%

199
241
206

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

Portions of RGB colors in percentages

R + G + B =
199 + 241 + 206 = 646 (100%)
R 199 of 646 ~ 30.8%
G 241 of 646 ~ 37.31%
B 206 of 646 ~ 31.89%

%30.8
%37.31
%31.89

CMYK color model

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

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK:
(17,0,15,5)
C17M0Y15K5 
(17%,0%,15%,5%)
(0.17/0.00/0.15/0.05)	

CMYK percentages

%17.43
%0
%14.52
%5.49

Codes

Color #C7F1CE in popluar color models

C7F1CE
RGB199241206
HSL130°60.00%86.27%
HSB/HSV130°17.43%94.51%
CMYK17.43%0.00%14.52%
5.49%

Color #C7F1CE in popluar number systems.

HEXC7F1CE
Decimal199241206
Binary110001111111000111001110
Octal307361316

Shades and tints

Shades of #C7F1CE

#C7F1CE
(199,241,206)
#B5DCBC
(181,220,188)
#A3C7AA
(163,199,170)
#91B298
(145,178,152)
#7F9D86
(127,157,134)
#6D8874
(109,136,116)
#5B7362
(91,115,98)
#495E50
(73,94,80)
#37493E
(55,73,62)
#25342C
(37,52,44)
#131F1A
(19,31,26)
#000000
(0,0,0)

Tints of #C7F1CE

#C7F1CE
(199,241,206)
#CCF2D2
(204,242,210)
#D1F3D6
(209,243,214)
#D6F4DA
(214,244,218)
#DBF5DE
(219,245,222)
#E0F6E2
(224,246,226)
#E5F7E6
(229,247,230)
#EAF8EA
(234,248,234)
#EFF9EE
(239,249,238)
#F4FAF2
(244,250,242)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F1CE; }

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

This text font color is #C7F1CE.


Background Color

.myBgColor { background-color: #C7F1CE; }

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

This div background color is #C7F1CE.


Border color

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

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

This div border color is #C7F1CE.


Opacity

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

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

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

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

This text has shadow with #C7F1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F1CE on black background.


Color preview on white background

This text has color #C7F1CE on white background.



Black color preview on #C7F1CE background

This text has black color on #C7F1CE background.


White color preview on #C7F1CE background

This text has white color on #C7F1CE background.