COLOR #C7E9D7

HEX: #C7E9D7
RGB: (199,233,215)

Color info

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

RGB color model

#C7E9D7 color RGB value is (199,233,215).

  • red value is 199;
  • green value is 233;
  • blue value is 215.
RGB:
(199,233,215)
(78%,91%,84%)

RGB channels and saturation

R 199 of 255 = 78%
G 233 of 255 = 91%
B 215 of 255 = 84%

199
233
215

R + G + B ~ 84%. #C7E9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 233 + 215 = 647 (100%)
R 199 of 647 ~ 30.76%
G 233 of 647 ~ 36.01%
B 215 of 647 ~ 33.23%

%30.76
%36.01
%33.23

CMYK color model

#C7E9D7 color CMYK value is (15,0,8,9).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 8.63%
CMYK:
(15,0,8,9)
C15M0Y8K9 
(15%,0%,8%,9%)
(0.15/0.00/0.08/0.09)	

CMYK percentages

%14.59
%0
%7.73
%8.63

Codes

Color #C7E9D7 in popluar color models

C7E9D7
RGB199233215
HSL148°43.59%84.71%
HSB/HSV148°14.59%91.37%
CMYK14.59%0.00%7.73%
8.63%

Color #C7E9D7 in popluar number systems.

HEXC7E9D7
Decimal199233215
Binary110001111110100111010111
Octal307351327

Shades and tints

Shades of #C7E9D7

#C7E9D7
(199,233,215)
#B5D4C4
(181,212,196)
#A3BFB1
(163,191,177)
#91AA9E
(145,170,158)
#7F958B
(127,149,139)
#6D8078
(109,128,120)
#5B6B65
(91,107,101)
#495652
(73,86,82)
#37413F
(55,65,63)
#252C2C
(37,44,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C7E9D7

#C7E9D7
(199,233,215)
#CCEBDA
(204,235,218)
#D1EDDD
(209,237,221)
#D6EFE0
(214,239,224)
#DBF1E3
(219,241,227)
#E0F3E6
(224,243,230)
#E5F5E9
(229,245,233)
#EAF7EC
(234,247,236)
#EFF9EF
(239,249,239)
#F4FBF2
(244,251,242)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E9D7 color. Also use rgb(199,233,215) instead hex code.

Text Font Color

.myTextColor { color: #C7E9D7; }

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

This text font color is #C7E9D7.


Background Color

.myBgColor { background-color: #C7E9D7; }

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

This div background color is #C7E9D7.


Border color

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

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

This div border color is #C7E9D7.


Opacity

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

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

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

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

This text has shadow with #C7E9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E9D7 on black background.


Color preview on white background

This text has color #C7E9D7 on white background.



Black color preview on #C7E9D7 background

This text has black color on #C7E9D7 background.


White color preview on #C7E9D7 background

This text has white color on #C7E9D7 background.