COLOR #C7FEE2

HEX: #C7FEE2
RGB: (199,254,226)

Color info

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

RGB color model

#C7FEE2 color RGB value is (199,254,226).

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

RGB channels and saturation

R 199 of 255 = 78%
G 254 of 255 = 100%
B 226 of 255 = 89%

199
254
226

R + G + B ~ 89%. #C7FEE2 is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 254 + 226 = 679 (100%)
R 199 of 679 ~ 29.31%
G 254 of 679 ~ 37.41%
B 226 of 679 ~ 33.28%

%29.31
%37.41
%33.28

CMYK color model

#C7FEE2 color CMYK value is (22,0,11,0).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(22,0,11,0)
C22M0Y11K0 
(22%,0%,11%,0%)
(0.22/0.00/0.11/0.00)	

CMYK percentages

%21.65
%0
%11.02
%0.39

Codes

Color #C7FEE2 in popluar color models

C7FEE2
RGB199254226
HSL149°96.49%88.82%
HSB/HSV149°21.65%99.61%
CMYK21.65%0.00%11.02%
0.39%

Color #C7FEE2 in popluar number systems.

HEXC7FEE2
Decimal199254226
Binary110001111111111011100010
Octal307376342

Shades and tints

Shades of #C7FEE2

#C7FEE2
(199,254,226)
#B5E7CE
(181,231,206)
#A3D0BA
(163,208,186)
#91B9A6
(145,185,166)
#7FA292
(127,162,146)
#6D8B7E
(109,139,126)
#5B746A
(91,116,106)
#495D56
(73,93,86)
#374642
(55,70,66)
#252F2E
(37,47,46)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #C7FEE2

#C7FEE2
(199,254,226)
#CCFEE4
(204,254,228)
#D1FEE6
(209,254,230)
#D6FEE8
(214,254,232)
#DBFEEA
(219,254,234)
#E0FEEC
(224,254,236)
#E5FEEE
(229,254,238)
#EAFEF0
(234,254,240)
#EFFEF2
(239,254,242)
#F4FEF4
(244,254,244)
#F9FEF6
(249,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FEE2; }

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

This text font color is #C7FEE2.


Background Color

.myBgColor { background-color: #C7FEE2; }

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

This div background color is #C7FEE2.


Border color

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

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

This div border color is #C7FEE2.


Opacity

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

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

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

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

This text has shadow with #C7FEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FEE2 on black background.


Color preview on white background

This text has color #C7FEE2 on white background.



Black color preview on #C7FEE2 background

This text has black color on #C7FEE2 background.


White color preview on #C7FEE2 background

This text has white color on #C7FEE2 background.