COLOR #C2E9D8

HEX: #C2E9D8
RGB: (194,233,216)

Color info

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

RGB color model

#C2E9D8 color RGB value is (194,233,216).

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

RGB channels and saturation

R 194 of 255 = 76%
G 233 of 255 = 91%
B 216 of 255 = 85%

194
233
216

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

Portions of RGB colors in percentages

R + G + B =
194 + 233 + 216 = 643 (100%)
R 194 of 643 ~ 30.17%
G 233 of 643 ~ 36.24%
B 216 of 643 ~ 33.59%

%30.17
%36.24
%33.59

CMYK color model

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

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 8.63%
CMYK:
(17,0,7,9)
C17M0Y7K9 
(17%,0%,7%,9%)
(0.17/0.00/0.07/0.09)	

CMYK percentages

%16.74
%0
%7.3
%8.63

Codes

Color #C2E9D8 in popluar color models

C2E9D8
RGB194233216
HSL154°46.99%83.73%
HSB/HSV154°16.74%91.37%
CMYK16.74%0.00%7.30%
8.63%

Color #C2E9D8 in popluar number systems.

HEXC2E9D8
Decimal194233216
Binary110000101110100111011000
Octal302351330

Shades and tints

Shades of #C2E9D8

#C2E9D8
(194,233,216)
#B1D4C5
(177,212,197)
#A0BFB2
(160,191,178)
#8FAA9F
(143,170,159)
#7E958C
(126,149,140)
#6D8079
(109,128,121)
#5C6B66
(92,107,102)
#4B5653
(75,86,83)
#3A4140
(58,65,64)
#292C2D
(41,44,45)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #C2E9D8

#C2E9D8
(194,233,216)
#C7EBDB
(199,235,219)
#CCEDDE
(204,237,222)
#D1EFE1
(209,239,225)
#D6F1E4
(214,241,228)
#DBF3E7
(219,243,231)
#E0F5EA
(224,245,234)
#E5F7ED
(229,247,237)
#EAF9F0
(234,249,240)
#EFFBF3
(239,251,243)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E9D8; }

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

This text font color is #C2E9D8.


Background Color

.myBgColor { background-color: #C2E9D8; }

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

This div background color is #C2E9D8.


Border color

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

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

This div border color is #C2E9D8.


Opacity

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

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

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

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

This text has shadow with #C2E9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E9D8 on black background.


Color preview on white background

This text has color #C2E9D8 on white background.



Black color preview on #C2E9D8 background

This text has black color on #C2E9D8 background.


White color preview on #C2E9D8 background

This text has white color on #C2E9D8 background.