COLOR #C2E9D6

HEX: #C2E9D6
RGB: (194,233,214)

Color info

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

RGB color model

#C2E9D6 color RGB value is (194,233,214).

  • red value is 194;
  • green value is 233;
  • blue value is 214.
RGB:
(194,233,214)
(76%,91%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 233 of 255 = 91%
B 214 of 255 = 84%

194
233
214

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

Portions of RGB colors in percentages

R + G + B =
194 + 233 + 214 = 641 (100%)
R 194 of 641 ~ 30.27%
G 233 of 641 ~ 36.35%
B 214 of 641 ~ 33.39%

%30.27
%36.35
%33.39

CMYK color model

#C2E9D6 color CMYK value is (17,0,8,9).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 8.63%
CMYK:
(17,0,8,9)
C17M0Y8K9 
(17%,0%,8%,9%)
(0.17/0.00/0.08/0.09)	

CMYK percentages

%16.74
%0
%8.15
%8.63

Codes

Color #C2E9D6 in popluar color models

C2E9D6
RGB194233214
HSL151°46.99%83.73%
HSB/HSV151°16.74%91.37%
CMYK16.74%0.00%8.15%
8.63%

Color #C2E9D6 in popluar number systems.

HEXC2E9D6
Decimal194233214
Binary110000101110100111010110
Octal302351326

Shades and tints

Shades of #C2E9D6

#C2E9D6
(194,233,214)
#B1D4C3
(177,212,195)
#A0BFB0
(160,191,176)
#8FAA9D
(143,170,157)
#7E958A
(126,149,138)
#6D8077
(109,128,119)
#5C6B64
(92,107,100)
#4B5651
(75,86,81)
#3A413E
(58,65,62)
#292C2B
(41,44,43)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #C2E9D6

#C2E9D6
(194,233,214)
#C7EBD9
(199,235,217)
#CCEDDC
(204,237,220)
#D1EFDF
(209,239,223)
#D6F1E2
(214,241,226)
#DBF3E5
(219,243,229)
#E0F5E8
(224,245,232)
#E5F7EB
(229,247,235)
#EAF9EE
(234,249,238)
#EFFBF1
(239,251,241)
#F4FDF4
(244,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E9D6 color. Also use rgb(194,233,214) instead hex code.

Text Font Color

.myTextColor { color: #C2E9D6; }

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

This text font color is #C2E9D6.


Background Color

.myBgColor { background-color: #C2E9D6; }

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

This div background color is #C2E9D6.


Border color

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

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

This div border color is #C2E9D6.


Opacity

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

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

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

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

This text has shadow with #C2E9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E9D6 on black background.


Color preview on white background

This text has color #C2E9D6 on white background.



Black color preview on #C2E9D6 background

This text has black color on #C2E9D6 background.


White color preview on #C2E9D6 background

This text has white color on #C2E9D6 background.