COLOR #C7E6D7

HEX: #C7E6D7
RGB: (199,230,215)

Color info

#C7E6D7 contains red, green and blue colors in about the same proportion. Web safe color of #C7E6D7 is #CCCCCC (or #CCC).

RGB color model

#C7E6D7 color RGB value is (199,230,215).

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

RGB channels and saturation

R 199 of 255 = 78%
G 230 of 255 = 90%
B 215 of 255 = 84%

199
230
215

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

Portions of RGB colors in percentages

R + G + B =
199 + 230 + 215 = 644 (100%)
R 199 of 644 ~ 30.9%
G 230 of 644 ~ 35.71%
B 215 of 644 ~ 33.39%

%30.9
%35.71
%33.39

CMYK color model

#C7E6D7 color CMYK value is (13,0,7,10).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(13,0,7,10)
C13M0Y7K10 
(13%,0%,7%,10%)
(0.13/0.00/0.07/0.10)	

CMYK percentages

%13.48
%0
%6.52
%9.8

Codes

Color #C7E6D7 in popluar color models

C7E6D7
RGB199230215
HSL151°38.27%84.12%
HSB/HSV151°13.48%90.20%
CMYK13.48%0.00%6.52%
9.80%

Color #C7E6D7 in popluar number systems.

HEXC7E6D7
Decimal199230215
Binary110001111110011011010111
Octal307346327

Shades and tints

Shades of #C7E6D7

#C7E6D7
(199,230,215)
#B5D2C4
(181,210,196)
#A3BEB1
(163,190,177)
#91AA9E
(145,170,158)
#7F968B
(127,150,139)
#6D8278
(109,130,120)
#5B6E65
(91,110,101)
#495A52
(73,90,82)
#37463F
(55,70,63)
#25322C
(37,50,44)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #C7E6D7

#C7E6D7
(199,230,215)
#CCE8DA
(204,232,218)
#D1EADD
(209,234,221)
#D6ECE0
(214,236,224)
#DBEEE3
(219,238,227)
#E0F0E6
(224,240,230)
#E5F2E9
(229,242,233)
#EAF4EC
(234,244,236)
#EFF6EF
(239,246,239)
#F4F8F2
(244,248,242)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E6D7; }

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

This text font color is #C7E6D7.


Background Color

.myBgColor { background-color: #C7E6D7; }

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

This div background color is #C7E6D7.


Border color

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

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

This div border color is #C7E6D7.


Opacity

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

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

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

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

This text has shadow with #C7E6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E6D7 on black background.


Color preview on white background

This text has color #C7E6D7 on white background.



Black color preview on #C7E6D7 background

This text has black color on #C7E6D7 background.


White color preview on #C7E6D7 background

This text has white color on #C7E6D7 background.