COLOR #C2E8DB

HEX: #C2E8DB
RGB: (194,232,219)

Color info

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

RGB color model

#C2E8DB color RGB value is (194,232,219).

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

RGB channels and saturation

R 194 of 255 = 76%
G 232 of 255 = 91%
B 219 of 255 = 86%

194
232
219

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

Portions of RGB colors in percentages

R + G + B =
194 + 232 + 219 = 645 (100%)
R 194 of 645 ~ 30.08%
G 232 of 645 ~ 35.97%
B 219 of 645 ~ 33.95%

%30.08
%35.97
%33.95

CMYK color model

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

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • 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
%5.6
%9.02

Codes

Color #C2E8DB in popluar color models

C2E8DB
RGB194232219
HSL159°45.24%83.53%
HSB/HSV159°16.38%90.98%
CMYK16.38%0.00%5.60%
9.02%

Color #C2E8DB in popluar number systems.

HEXC2E8DB
Decimal194232219
Binary110000101110100011011011
Octal302350333

Shades and tints

Shades of #C2E8DB

#C2E8DB
(194,232,219)
#B1D3C8
(177,211,200)
#A0BEB5
(160,190,181)
#8FA9A2
(143,169,162)
#7E948F
(126,148,143)
#6D7F7C
(109,127,124)
#5C6A69
(92,106,105)
#4B5556
(75,85,86)
#3A4043
(58,64,67)
#292B30
(41,43,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #C2E8DB

#C2E8DB
(194,232,219)
#C7EADE
(199,234,222)
#CCECE1
(204,236,225)
#D1EEE4
(209,238,228)
#D6F0E7
(214,240,231)
#DBF2EA
(219,242,234)
#E0F4ED
(224,244,237)
#E5F6F0
(229,246,240)
#EAF8F3
(234,248,243)
#EFFAF6
(239,250,246)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E8DB; }

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

This text font color is #C2E8DB.


Background Color

.myBgColor { background-color: #C2E8DB; }

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

This div background color is #C2E8DB.


Border color

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

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

This div border color is #C2E8DB.


Opacity

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

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

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

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

This text has shadow with #C2E8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E8DB on black background.


Color preview on white background

This text has color #C2E8DB on white background.



Black color preview on #C2E8DB background

This text has black color on #C2E8DB background.


White color preview on #C2E8DB background

This text has white color on #C2E8DB background.