COLOR #C7EDC2

HEX: #C7EDC2
RGB: (199,237,194)

Color info

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

RGB color model

#C7EDC2 color RGB value is (199,237,194).

  • red value is 199;
  • green value is 237;
  • blue value is 194.
RGB:
(199,237,194)
(78%,93%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 237 of 255 = 93%
B 194 of 255 = 76%

199
237
194

R + G + B ~ 82%. #C7EDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 237 + 194 = 630 (100%)
R 199 of 630 ~ 31.59%
G 237 of 630 ~ 37.62%
B 194 of 630 ~ 30.79%

%31.59
%37.62
%30.79

CMYK color model

#C7EDC2 color CMYK value is (16,0,18,7).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(16,0,18,7)
C16M0Y18K7 
(16%,0%,18%,7%)
(0.16/0.00/0.18/0.07)	

CMYK percentages

%16.03
%0
%18.14
%7.06

Codes

Color #C7EDC2 in popluar color models

C7EDC2
RGB199237194
HSL113°54.43%84.51%
HSB/HSV113°18.14%92.94%
CMYK16.03%0.00%18.14%
7.06%

Color #C7EDC2 in popluar number systems.

HEXC7EDC2
Decimal199237194
Binary110001111110110111000010
Octal307355302

Shades and tints

Shades of #C7EDC2

#C7EDC2
(199,237,194)
#B5D8B1
(181,216,177)
#A3C3A0
(163,195,160)
#91AE8F
(145,174,143)
#7F997E
(127,153,126)
#6D846D
(109,132,109)
#5B6F5C
(91,111,92)
#495A4B
(73,90,75)
#37453A
(55,69,58)
#253029
(37,48,41)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #C7EDC2

#C7EDC2
(199,237,194)
#CCEEC7
(204,238,199)
#D1EFCC
(209,239,204)
#D6F0D1
(214,240,209)
#DBF1D6
(219,241,214)
#E0F2DB
(224,242,219)
#E5F3E0
(229,243,224)
#EAF4E5
(234,244,229)
#EFF5EA
(239,245,234)
#F4F6EF
(244,246,239)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EDC2 color. Also use rgb(199,237,194) instead hex code.

Text Font Color

.myTextColor { color: #C7EDC2; }

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

This text font color is #C7EDC2.


Background Color

.myBgColor { background-color: #C7EDC2; }

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

This div background color is #C7EDC2.


Border color

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

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

This div border color is #C7EDC2.


Opacity

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

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

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

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

This text has shadow with #C7EDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDC2 on black background.


Color preview on white background

This text has color #C7EDC2 on white background.



Black color preview on #C7EDC2 background

This text has black color on #C7EDC2 background.


White color preview on #C7EDC2 background

This text has white color on #C7EDC2 background.