COLOR #C7E6CF

HEX: #C7E6CF
RGB: (199,230,207)

Color info

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

RGB color model

#C7E6CF color RGB value is (199,230,207).

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

RGB channels and saturation

R 199 of 255 = 78%
G 230 of 255 = 90%
B 207 of 255 = 81%

199
230
207

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

Portions of RGB colors in percentages

R + G + B =
199 + 230 + 207 = 636 (100%)
R 199 of 636 ~ 31.29%
G 230 of 636 ~ 36.16%
B 207 of 636 ~ 32.55%

%31.29
%36.16
%32.55

CMYK color model

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

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 9.80%
CMYK:
(13,0,10,10)
C13M0Y10K10 
(13%,0%,10%,10%)
(0.13/0.00/0.10/0.10)	

CMYK percentages

%13.48
%0
%10
%9.8

Codes

Color #C7E6CF in popluar color models

C7E6CF
RGB199230207
HSL135°38.27%84.12%
HSB/HSV135°13.48%90.20%
CMYK13.48%0.00%10.00%
9.80%

Color #C7E6CF in popluar number systems.

HEXC7E6CF
Decimal199230207
Binary110001111110011011001111
Octal307346317

Shades and tints

Shades of #C7E6CF

#C7E6CF
(199,230,207)
#B5D2BD
(181,210,189)
#A3BEAB
(163,190,171)
#91AA99
(145,170,153)
#7F9687
(127,150,135)
#6D8275
(109,130,117)
#5B6E63
(91,110,99)
#495A51
(73,90,81)
#37463F
(55,70,63)
#25322D
(37,50,45)
#131E1B
(19,30,27)
#000000
(0,0,0)

Tints of #C7E6CF

#C7E6CF
(199,230,207)
#CCE8D3
(204,232,211)
#D1EAD7
(209,234,215)
#D6ECDB
(214,236,219)
#DBEEDF
(219,238,223)
#E0F0E3
(224,240,227)
#E5F2E7
(229,242,231)
#EAF4EB
(234,244,235)
#EFF6EF
(239,246,239)
#F4F8F3
(244,248,243)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E6CF; }

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

This text font color is #C7E6CF.


Background Color

.myBgColor { background-color: #C7E6CF; }

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

This div background color is #C7E6CF.


Border color

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

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

This div border color is #C7E6CF.


Opacity

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

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

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

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

This text has shadow with #C7E6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E6CF on black background.


Color preview on white background

This text has color #C7E6CF on white background.



Black color preview on #C7E6CF background

This text has black color on #C7E6CF background.


White color preview on #C7E6CF background

This text has white color on #C7E6CF background.