COLOR #C2E0CD

HEX: #C2E0CD
RGB: (194,224,205)

Color info

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

RGB color model

#C2E0CD color RGB value is (194,224,205).

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

RGB channels and saturation

R 194 of 255 = 76%
G 224 of 255 = 88%
B 205 of 255 = 80%

194
224
205

R + G + B ~ 81%. #C2E0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 224 + 205 = 623 (100%)
R 194 of 623 ~ 31.14%
G 224 of 623 ~ 35.96%
B 205 of 623 ~ 32.91%

%31.14
%35.96
%32.91

CMYK color model

#C2E0CD color CMYK value is (13,0,8,12).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 12.16%
CMYK:
(13,0,8,12)
C13M0Y8K12 
(13%,0%,8%,12%)
(0.13/0.00/0.08/0.12)	

CMYK percentages

%13.39
%0
%8.48
%12.16

Codes

Color #C2E0CD in popluar color models

C2E0CD
RGB194224205
HSL142°32.61%81.96%
HSB/HSV142°13.39%87.84%
CMYK13.39%0.00%8.48%
12.16%

Color #C2E0CD in popluar number systems.

HEXC2E0CD
Decimal194224205
Binary110000101110000011001101
Octal302340315

Shades and tints

Shades of #C2E0CD

#C2E0CD
(194,224,205)
#B1CCBB
(177,204,187)
#A0B8A9
(160,184,169)
#8FA497
(143,164,151)
#7E9085
(126,144,133)
#6D7C73
(109,124,115)
#5C6861
(92,104,97)
#4B544F
(75,84,79)
#3A403D
(58,64,61)
#292C2B
(41,44,43)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #C2E0CD

#C2E0CD
(194,224,205)
#C7E2D1
(199,226,209)
#CCE4D5
(204,228,213)
#D1E6D9
(209,230,217)
#D6E8DD
(214,232,221)
#DBEAE1
(219,234,225)
#E0ECE5
(224,236,229)
#E5EEE9
(229,238,233)
#EAF0ED
(234,240,237)
#EFF2F1
(239,242,241)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E0CD; }

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

This text font color is #C2E0CD.


Background Color

.myBgColor { background-color: #C2E0CD; }

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

This div background color is #C2E0CD.


Border color

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

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

This div border color is #C2E0CD.


Opacity

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

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

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

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

This text has shadow with #C2E0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E0CD on black background.


Color preview on white background

This text has color #C2E0CD on white background.



Black color preview on #C2E0CD background

This text has black color on #C2E0CD background.


White color preview on #C2E0CD background

This text has white color on #C2E0CD background.