COLOR #C2E8DA

HEX: #C2E8DA
RGB: (194,232,218)

Color info

#C2E8DA contains red, green and blue colors in about the same proportion. Web safe color of #C2E8DA is #CCFFCC (or #CFC).

RGB color model

#C2E8DA color RGB value is (194,232,218).

  • red value is 194;
  • green value is 232;
  • blue value is 218.
RGB:
(194,232,218)
(76%,91%,85%)

RGB channels and saturation

R 194 of 255 = 76%
G 232 of 255 = 91%
B 218 of 255 = 85%

194
232
218

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

Portions of RGB colors in percentages

R + G + B =
194 + 232 + 218 = 644 (100%)
R 194 of 644 ~ 30.12%
G 232 of 644 ~ 36.02%
B 218 of 644 ~ 33.85%

%30.12
%36.02
%33.85

CMYK color model

#C2E8DA color CMYK value is (16,0,6,9).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 9.02%
CMYK:
(16,0,6,9)
C16M0Y6K9 
(16%,0%,6%,9%)
(0.16/0.00/0.06/0.09)	

CMYK percentages

%16.38
%0
%6.03
%9.02

Codes

Color #C2E8DA in popluar color models

C2E8DA
RGB194232218
HSL158°45.24%83.53%
HSB/HSV158°16.38%90.98%
CMYK16.38%0.00%6.03%
9.02%

Color #C2E8DA in popluar number systems.

HEXC2E8DA
Decimal194232218
Binary110000101110100011011010
Octal302350332

Shades and tints

Shades of #C2E8DA

#C2E8DA
(194,232,218)
#B1D3C7
(177,211,199)
#A0BEB4
(160,190,180)
#8FA9A1
(143,169,161)
#7E948E
(126,148,142)
#6D7F7B
(109,127,123)
#5C6A68
(92,106,104)
#4B5555
(75,85,85)
#3A4042
(58,64,66)
#292B2F
(41,43,47)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #C2E8DA

#C2E8DA
(194,232,218)
#C7EADD
(199,234,221)
#CCECE0
(204,236,224)
#D1EEE3
(209,238,227)
#D6F0E6
(214,240,230)
#DBF2E9
(219,242,233)
#E0F4EC
(224,244,236)
#E5F6EF
(229,246,239)
#EAF8F2
(234,248,242)
#EFFAF5
(239,250,245)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E8DA color. Also use rgb(194,232,218) instead hex code.

Text Font Color

.myTextColor { color: #C2E8DA; }

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

This text font color is #C2E8DA.


Background Color

.myBgColor { background-color: #C2E8DA; }

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

This div background color is #C2E8DA.


Border color

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

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

This div border color is #C2E8DA.


Opacity

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

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

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

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

This text has shadow with #C2E8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E8DA on black background.


Color preview on white background

This text has color #C2E8DA on white background.



Black color preview on #C2E8DA background

This text has black color on #C2E8DA background.


White color preview on #C2E8DA background

This text has white color on #C2E8DA background.