COLOR #C7EDC3

HEX: #C7EDC3
RGB: (199,237,195)

Color info

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

RGB color model

#C7EDC3 color RGB value is (199,237,195).

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

RGB channels and saturation

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

199
237
195

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

Portions of RGB colors in percentages

R + G + B =
199 + 237 + 195 = 631 (100%)
R 199 of 631 ~ 31.54%
G 237 of 631 ~ 37.56%
B 195 of 631 ~ 30.9%

%31.54
%37.56
%30.9

CMYK color model

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

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 17.72%
  • 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
%17.72
%7.06

Codes

Color #C7EDC3 in popluar color models

C7EDC3
RGB199237195
HSL114°53.85%84.71%
HSB/HSV114°17.72%92.94%
CMYK16.03%0.00%17.72%
7.06%

Color #C7EDC3 in popluar number systems.

HEXC7EDC3
Decimal199237195
Binary110001111110110111000011
Octal307355303

Shades and tints

Shades of #C7EDC3

#C7EDC3
(199,237,195)
#B5D8B2
(181,216,178)
#A3C3A1
(163,195,161)
#91AE90
(145,174,144)
#7F997F
(127,153,127)
#6D846E
(109,132,110)
#5B6F5D
(91,111,93)
#495A4C
(73,90,76)
#37453B
(55,69,59)
#25302A
(37,48,42)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #C7EDC3

#C7EDC3
(199,237,195)
#CCEEC8
(204,238,200)
#D1EFCD
(209,239,205)
#D6F0D2
(214,240,210)
#DBF1D7
(219,241,215)
#E0F2DC
(224,242,220)
#E5F3E1
(229,243,225)
#EAF4E6
(234,244,230)
#EFF5EB
(239,245,235)
#F4F6F0
(244,246,240)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EDC3; }

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

This text font color is #C7EDC3.


Background Color

.myBgColor { background-color: #C7EDC3; }

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

This div background color is #C7EDC3.


Border color

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

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

This div border color is #C7EDC3.


Opacity

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

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

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

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

This text has shadow with #C7EDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDC3 on black background.


Color preview on white background

This text has color #C7EDC3 on white background.



Black color preview on #C7EDC3 background

This text has black color on #C7EDC3 background.


White color preview on #C7EDC3 background

This text has white color on #C7EDC3 background.