COLOR #C7EDC0

HEX: #C7EDC0
RGB: (199,237,192)

Color info

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

RGB color model

#C7EDC0 color RGB value is (199,237,192).

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

RGB channels and saturation

R 199 of 255 = 78%
G 237 of 255 = 93%
B 192 of 255 = 75%

199
237
192

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

Portions of RGB colors in percentages

R + G + B =
199 + 237 + 192 = 628 (100%)
R 199 of 628 ~ 31.69%
G 237 of 628 ~ 37.74%
B 192 of 628 ~ 30.57%

%31.69
%37.74
%30.57

CMYK color model

#C7EDC0 color CMYK value is (16,0,19,7).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 7.06%
CMYK:
(16,0,19,7)
C16M0Y19K7 
(16%,0%,19%,7%)
(0.16/0.00/0.19/0.07)	

CMYK percentages

%16.03
%0
%18.99
%7.06

Codes

Color #C7EDC0 in popluar color models

C7EDC0
RGB199237192
HSL111°55.56%84.12%
HSB/HSV111°18.99%92.94%
CMYK16.03%0.00%18.99%
7.06%

Color #C7EDC0 in popluar number systems.

HEXC7EDC0
Decimal199237192
Binary110001111110110111000000
Octal307355300

Shades and tints

Shades of #C7EDC0

#C7EDC0
(199,237,192)
#B5D8AF
(181,216,175)
#A3C39E
(163,195,158)
#91AE8D
(145,174,141)
#7F997C
(127,153,124)
#6D846B
(109,132,107)
#5B6F5A
(91,111,90)
#495A49
(73,90,73)
#374538
(55,69,56)
#253027
(37,48,39)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #C7EDC0

#C7EDC0
(199,237,192)
#CCEEC5
(204,238,197)
#D1EFCA
(209,239,202)
#D6F0CF
(214,240,207)
#DBF1D4
(219,241,212)
#E0F2D9
(224,242,217)
#E5F3DE
(229,243,222)
#EAF4E3
(234,244,227)
#EFF5E8
(239,245,232)
#F4F6ED
(244,246,237)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EDC0; }

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

This text font color is #C7EDC0.


Background Color

.myBgColor { background-color: #C7EDC0; }

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

This div background color is #C7EDC0.


Border color

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

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

This div border color is #C7EDC0.


Opacity

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

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

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

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

This text has shadow with #C7EDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDC0 on black background.


Color preview on white background

This text has color #C7EDC0 on white background.



Black color preview on #C7EDC0 background

This text has black color on #C7EDC0 background.


White color preview on #C7EDC0 background

This text has white color on #C7EDC0 background.