COLOR #C2E9D3

HEX: #C2E9D3
RGB: (194,233,211)

Color info

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

RGB color model

#C2E9D3 color RGB value is (194,233,211).

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

RGB channels and saturation

R 194 of 255 = 76%
G 233 of 255 = 91%
B 211 of 255 = 83%

194
233
211

R + G + B ~ 83%. #C2E9D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 233 + 211 = 638 (100%)
R 194 of 638 ~ 30.41%
G 233 of 638 ~ 36.52%
B 211 of 638 ~ 33.07%

%30.41
%36.52
%33.07

CMYK color model

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

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 9.44%
  • key color value is 8.63%
CMYK:
(17,0,9,9)
C17M0Y9K9 
(17%,0%,9%,9%)
(0.17/0.00/0.09/0.09)	

CMYK percentages

%16.74
%0
%9.44
%8.63

Codes

Color #C2E9D3 in popluar color models

C2E9D3
RGB194233211
HSL146°46.99%83.73%
HSB/HSV146°16.74%91.37%
CMYK16.74%0.00%9.44%
8.63%

Color #C2E9D3 in popluar number systems.

HEXC2E9D3
Decimal194233211
Binary110000101110100111010011
Octal302351323

Shades and tints

Shades of #C2E9D3

#C2E9D3
(194,233,211)
#B1D4C0
(177,212,192)
#A0BFAD
(160,191,173)
#8FAA9A
(143,170,154)
#7E9587
(126,149,135)
#6D8074
(109,128,116)
#5C6B61
(92,107,97)
#4B564E
(75,86,78)
#3A413B
(58,65,59)
#292C28
(41,44,40)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #C2E9D3

#C2E9D3
(194,233,211)
#C7EBD7
(199,235,215)
#CCEDDB
(204,237,219)
#D1EFDF
(209,239,223)
#D6F1E3
(214,241,227)
#DBF3E7
(219,243,231)
#E0F5EB
(224,245,235)
#E5F7EF
(229,247,239)
#EAF9F3
(234,249,243)
#EFFBF7
(239,251,247)
#F4FDFB
(244,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E9D3; }

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

This text font color is #C2E9D3.


Background Color

.myBgColor { background-color: #C2E9D3; }

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

This div background color is #C2E9D3.


Border color

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

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

This div border color is #C2E9D3.


Opacity

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

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

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

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

This text has shadow with #C2E9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E9D3 on black background.


Color preview on white background

This text has color #C2E9D3 on white background.



Black color preview on #C2E9D3 background

This text has black color on #C2E9D3 background.


White color preview on #C2E9D3 background

This text has white color on #C2E9D3 background.