COLOR #C7E6CD

HEX: #C7E6CD
RGB: (199,230,205)

Color info

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

RGB color model

#C7E6CD color RGB value is (199,230,205).

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

RGB channels and saturation

R 199 of 255 = 78%
G 230 of 255 = 90%
B 205 of 255 = 80%

199
230
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 230 + 205 = 634 (100%)
R 199 of 634 ~ 31.39%
G 230 of 634 ~ 36.28%
B 205 of 634 ~ 32.33%

%31.39
%36.28
%32.33

CMYK color model

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

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 9.80%
CMYK:
(13,0,11,10)
C13M0Y11K10 
(13%,0%,11%,10%)
(0.13/0.00/0.11/0.10)	

CMYK percentages

%13.48
%0
%10.87
%9.8

Codes

Color #C7E6CD in popluar color models

C7E6CD
RGB199230205
HSL132°38.27%84.12%
HSB/HSV132°13.48%90.20%
CMYK13.48%0.00%10.87%
9.80%

Color #C7E6CD in popluar number systems.

HEXC7E6CD
Decimal199230205
Binary110001111110011011001101
Octal307346315

Shades and tints

Shades of #C7E6CD

#C7E6CD
(199,230,205)
#B5D2BB
(181,210,187)
#A3BEA9
(163,190,169)
#91AA97
(145,170,151)
#7F9685
(127,150,133)
#6D8273
(109,130,115)
#5B6E61
(91,110,97)
#495A4F
(73,90,79)
#37463D
(55,70,61)
#25322B
(37,50,43)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #C7E6CD

#C7E6CD
(199,230,205)
#CCE8D1
(204,232,209)
#D1EAD5
(209,234,213)
#D6ECD9
(214,236,217)
#DBEEDD
(219,238,221)
#E0F0E1
(224,240,225)
#E5F2E5
(229,242,229)
#EAF4E9
(234,244,233)
#EFF6ED
(239,246,237)
#F4F8F1
(244,248,241)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E6CD; }

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

This text font color is #C7E6CD.


Background Color

.myBgColor { background-color: #C7E6CD; }

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

This div background color is #C7E6CD.


Border color

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

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

This div border color is #C7E6CD.


Opacity

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

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

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

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

This text has shadow with #C7E6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E6CD on black background.


Color preview on white background

This text has color #C7E6CD on white background.



Black color preview on #C7E6CD background

This text has black color on #C7E6CD background.


White color preview on #C7E6CD background

This text has white color on #C7E6CD background.