COLOR #C2E6CD

HEX: #C2E6CD
RGB: (194,230,205)

Color info

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

RGB color model

#C2E6CD color RGB value is (194,230,205).

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

RGB channels and saturation

R 194 of 255 = 76%
G 230 of 255 = 90%
B 205 of 255 = 80%

194
230
205

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

Portions of RGB colors in percentages

R + G + B =
194 + 230 + 205 = 629 (100%)
R 194 of 629 ~ 30.84%
G 230 of 629 ~ 36.57%
B 205 of 629 ~ 32.59%

%30.84
%36.57
%32.59

CMYK color model

#C2E6CD color CMYK value is (16,0,11,10).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 9.80%
CMYK:
(16,0,11,10)
C16M0Y11K10 
(16%,0%,11%,10%)
(0.16/0.00/0.11/0.10)	

CMYK percentages

%15.65
%0
%10.87
%9.8

Codes

Color #C2E6CD in popluar color models

C2E6CD
RGB194230205
HSL138°41.86%83.14%
HSB/HSV138°15.65%90.20%
CMYK15.65%0.00%10.87%
9.80%

Color #C2E6CD in popluar number systems.

HEXC2E6CD
Decimal194230205
Binary110000101110011011001101
Octal302346315

Shades and tints

Shades of #C2E6CD

#C2E6CD
(194,230,205)
#B1D2BB
(177,210,187)
#A0BEA9
(160,190,169)
#8FAA97
(143,170,151)
#7E9685
(126,150,133)
#6D8273
(109,130,115)
#5C6E61
(92,110,97)
#4B5A4F
(75,90,79)
#3A463D
(58,70,61)
#29322B
(41,50,43)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #C2E6CD

#C2E6CD
(194,230,205)
#C7E8D1
(199,232,209)
#CCEAD5
(204,234,213)
#D1ECD9
(209,236,217)
#D6EEDD
(214,238,221)
#DBF0E1
(219,240,225)
#E0F2E5
(224,242,229)
#E5F4E9
(229,244,233)
#EAF6ED
(234,246,237)
#EFF8F1
(239,248,241)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E6CD; }

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

This text font color is #C2E6CD.


Background Color

.myBgColor { background-color: #C2E6CD; }

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

This div background color is #C2E6CD.


Border color

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

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

This div border color is #C2E6CD.


Opacity

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

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

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

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

This text has shadow with #C2E6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E6CD on black background.


Color preview on white background

This text has color #C2E6CD on white background.



Black color preview on #C2E6CD background

This text has black color on #C2E6CD background.


White color preview on #C2E6CD background

This text has white color on #C2E6CD background.