COLOR #C7F1D1

HEX: #C7F1D1
RGB: (199,241,209)

Color info

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

RGB color model

#C7F1D1 color RGB value is (199,241,209).

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

RGB channels and saturation

R 199 of 255 = 78%
G 241 of 255 = 95%
B 209 of 255 = 82%

199
241
209

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

Portions of RGB colors in percentages

R + G + B =
199 + 241 + 209 = 649 (100%)
R 199 of 649 ~ 30.66%
G 241 of 649 ~ 37.13%
B 209 of 649 ~ 32.2%

%30.66
%37.13
%32.2

CMYK color model

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

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 13.28%
  • key color value is 5.49%
CMYK:
(17,0,13,5)
C17M0Y13K5 
(17%,0%,13%,5%)
(0.17/0.00/0.13/0.05)	

CMYK percentages

%17.43
%0
%13.28
%5.49

Codes

Color #C7F1D1 in popluar color models

C7F1D1
RGB199241209
HSL134°60.00%86.27%
HSB/HSV134°17.43%94.51%
CMYK17.43%0.00%13.28%
5.49%

Color #C7F1D1 in popluar number systems.

HEXC7F1D1
Decimal199241209
Binary110001111111000111010001
Octal307361321

Shades and tints

Shades of #C7F1D1

#C7F1D1
(199,241,209)
#B5DCBE
(181,220,190)
#A3C7AB
(163,199,171)
#91B298
(145,178,152)
#7F9D85
(127,157,133)
#6D8872
(109,136,114)
#5B735F
(91,115,95)
#495E4C
(73,94,76)
#374939
(55,73,57)
#253426
(37,52,38)
#131F13
(19,31,19)
#000000
(0,0,0)

Tints of #C7F1D1

#C7F1D1
(199,241,209)
#CCF2D5
(204,242,213)
#D1F3D9
(209,243,217)
#D6F4DD
(214,244,221)
#DBF5E1
(219,245,225)
#E0F6E5
(224,246,229)
#E5F7E9
(229,247,233)
#EAF8ED
(234,248,237)
#EFF9F1
(239,249,241)
#F4FAF5
(244,250,245)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F1D1; }

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

This text font color is #C7F1D1.


Background Color

.myBgColor { background-color: #C7F1D1; }

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

This div background color is #C7F1D1.


Border color

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

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

This div border color is #C7F1D1.


Opacity

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

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

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

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

This text has shadow with #C7F1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F1D1 on black background.


Color preview on white background

This text has color #C7F1D1 on white background.



Black color preview on #C7F1D1 background

This text has black color on #C7F1D1 background.


White color preview on #C7F1D1 background

This text has white color on #C7F1D1 background.