COLOR #C7EDC8

HEX: #C7EDC8
RGB: (199,237,200)

Color info

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

RGB color model

#C7EDC8 color RGB value is (199,237,200).

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

RGB channels and saturation

R 199 of 255 = 78%
G 237 of 255 = 93%
B 200 of 255 = 78%

199
237
200

R + G + B ~ 83%. #C7EDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 237 + 200 = 636 (100%)
R 199 of 636 ~ 31.29%
G 237 of 636 ~ 37.26%
B 200 of 636 ~ 31.45%

%31.29
%37.26
%31.45

CMYK color model

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

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK:
(16,0,16,7)
C16M0Y16K7 
(16%,0%,16%,7%)
(0.16/0.00/0.16/0.07)	

CMYK percentages

%16.03
%0
%15.61
%7.06

Codes

Color #C7EDC8 in popluar color models

C7EDC8
RGB199237200
HSL122°51.35%85.49%
HSB/HSV122°16.03%92.94%
CMYK16.03%0.00%15.61%
7.06%

Color #C7EDC8 in popluar number systems.

HEXC7EDC8
Decimal199237200
Binary110001111110110111001000
Octal307355310

Shades and tints

Shades of #C7EDC8

#C7EDC8
(199,237,200)
#B5D8B6
(181,216,182)
#A3C3A4
(163,195,164)
#91AE92
(145,174,146)
#7F9980
(127,153,128)
#6D846E
(109,132,110)
#5B6F5C
(91,111,92)
#495A4A
(73,90,74)
#374538
(55,69,56)
#253026
(37,48,38)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #C7EDC8

#C7EDC8
(199,237,200)
#CCEECD
(204,238,205)
#D1EFD2
(209,239,210)
#D6F0D7
(214,240,215)
#DBF1DC
(219,241,220)
#E0F2E1
(224,242,225)
#E5F3E6
(229,243,230)
#EAF4EB
(234,244,235)
#EFF5F0
(239,245,240)
#F4F6F5
(244,246,245)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EDC8; }

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

This text font color is #C7EDC8.


Background Color

.myBgColor { background-color: #C7EDC8; }

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

This div background color is #C7EDC8.


Border color

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

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

This div border color is #C7EDC8.


Opacity

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

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

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

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

This text has shadow with #C7EDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDC8 on black background.


Color preview on white background

This text has color #C7EDC8 on white background.



Black color preview on #C7EDC8 background

This text has black color on #C7EDC8 background.


White color preview on #C7EDC8 background

This text has white color on #C7EDC8 background.