COLOR #C2E5DA

HEX: #C2E5DA
RGB: (194,229,218)

Color info

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

RGB color model

#C2E5DA color RGB value is (194,229,218).

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

RGB channels and saturation

R 194 of 255 = 76%
G 229 of 255 = 90%
B 218 of 255 = 85%

194
229
218

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

Portions of RGB colors in percentages

R + G + B =
194 + 229 + 218 = 641 (100%)
R 194 of 641 ~ 30.27%
G 229 of 641 ~ 35.73%
B 218 of 641 ~ 34.01%

%30.27
%35.73
%34.01

CMYK color model

#C2E5DA color CMYK value is (15,0,5,10).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 10.20%
CMYK:
(15,0,5,10)
C15M0Y5K10 
(15%,0%,5%,10%)
(0.15/0.00/0.05/0.10)	

CMYK percentages

%15.28
%0
%4.8
%10.2

Codes

Color #C2E5DA in popluar color models

C2E5DA
RGB194229218
HSL161°40.23%82.94%
HSB/HSV161°15.28%89.80%
CMYK15.28%0.00%4.80%
10.20%

Color #C2E5DA in popluar number systems.

HEXC2E5DA
Decimal194229218
Binary110000101110010111011010
Octal302345332

Shades and tints

Shades of #C2E5DA

#C2E5DA
(194,229,218)
#B1D1C7
(177,209,199)
#A0BDB4
(160,189,180)
#8FA9A1
(143,169,161)
#7E958E
(126,149,142)
#6D817B
(109,129,123)
#5C6D68
(92,109,104)
#4B5955
(75,89,85)
#3A4542
(58,69,66)
#29312F
(41,49,47)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #C2E5DA

#C2E5DA
(194,229,218)
#C7E7DD
(199,231,221)
#CCE9E0
(204,233,224)
#D1EBE3
(209,235,227)
#D6EDE6
(214,237,230)
#DBEFE9
(219,239,233)
#E0F1EC
(224,241,236)
#E5F3EF
(229,243,239)
#EAF5F2
(234,245,242)
#EFF7F5
(239,247,245)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E5DA; }

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

This text font color is #C2E5DA.


Background Color

.myBgColor { background-color: #C2E5DA; }

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

This div background color is #C2E5DA.


Border color

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

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

This div border color is #C2E5DA.


Opacity

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

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

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

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

This text has shadow with #C2E5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E5DA on black background.


Color preview on white background

This text has color #C2E5DA on white background.



Black color preview on #C2E5DA background

This text has black color on #C2E5DA background.


White color preview on #C2E5DA background

This text has white color on #C2E5DA background.