COLOR #C7F6E2

HEX: #C7F6E2
RGB: (199,246,226)

Color info

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

RGB color model

#C7F6E2 color RGB value is (199,246,226).

  • red value is 199;
  • green value is 246;
  • blue value is 226.
RGB:
(199,246,226)
(78%,96%,89%)

RGB channels and saturation

R 199 of 255 = 78%
G 246 of 255 = 96%
B 226 of 255 = 89%

199
246
226

R + G + B ~ 88%. #C7F6E2 is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 246 + 226 = 671 (100%)
R 199 of 671 ~ 29.66%
G 246 of 671 ~ 36.66%
B 226 of 671 ~ 33.68%

%29.66
%36.66
%33.68

CMYK color model

#C7F6E2 color CMYK value is (19,0,8,4).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 8.13%
  • key color value is 3.53%
CMYK:
(19,0,8,4)
C19M0Y8K4 
(19%,0%,8%,4%)
(0.19/0.00/0.08/0.04)	

CMYK percentages

%19.11
%0
%8.13
%3.53

Codes

Color #C7F6E2 in popluar color models

C7F6E2
RGB199246226
HSL154°72.31%87.25%
HSB/HSV154°19.11%96.47%
CMYK19.11%0.00%8.13%
3.53%

Color #C7F6E2 in popluar number systems.

HEXC7F6E2
Decimal199246226
Binary110001111111011011100010
Octal307366342

Shades and tints

Shades of #C7F6E2

#C7F6E2
(199,246,226)
#B5E0CE
(181,224,206)
#A3CABA
(163,202,186)
#91B4A6
(145,180,166)
#7F9E92
(127,158,146)
#6D887E
(109,136,126)
#5B726A
(91,114,106)
#495C56
(73,92,86)
#374642
(55,70,66)
#25302E
(37,48,46)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #C7F6E2

#C7F6E2
(199,246,226)
#CCF6E4
(204,246,228)
#D1F6E6
(209,246,230)
#D6F6E8
(214,246,232)
#DBF6EA
(219,246,234)
#E0F6EC
(224,246,236)
#E5F6EE
(229,246,238)
#EAF6F0
(234,246,240)
#EFF6F2
(239,246,242)
#F4F6F4
(244,246,244)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F6E2 color. Also use rgb(199,246,226) instead hex code.

Text Font Color

.myTextColor { color: #C7F6E2; }

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

This text font color is #C7F6E2.


Background Color

.myBgColor { background-color: #C7F6E2; }

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

This div background color is #C7F6E2.


Border color

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

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

This div border color is #C7F6E2.


Opacity

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

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

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

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

This text has shadow with #C7F6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F6E2 on black background.


Color preview on white background

This text has color #C7F6E2 on white background.



Black color preview on #C7F6E2 background

This text has black color on #C7F6E2 background.


White color preview on #C7F6E2 background

This text has white color on #C7F6E2 background.