COLOR #C2E6E1

HEX: #C2E6E1
RGB: (194,230,225)

Color info

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

RGB color model

#C2E6E1 color RGB value is (194,230,225).

  • red value is 194;
  • green value is 230;
  • blue value is 225.
RGB:
(194,230,225)
(76%,90%,88%)

RGB channels and saturation

R 194 of 255 = 76%
G 230 of 255 = 90%
B 225 of 255 = 88%

194
230
225

R + G + B ~ 85%. #C2E6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 230 + 225 = 649 (100%)
R 194 of 649 ~ 29.89%
G 230 of 649 ~ 35.44%
B 225 of 649 ~ 34.67%

%29.89
%35.44
%34.67

CMYK color model

#C2E6E1 color CMYK value is (16,0,2,10).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(16,0,2,10)
C16M0Y2K10 
(16%,0%,2%,10%)
(0.16/0.00/0.02/0.10)	

CMYK percentages

%15.65
%0
%2.17
%9.8

Codes

Color #C2E6E1 in popluar color models

C2E6E1
RGB194230225
HSL172°41.86%83.14%
HSB/HSV172°15.65%90.20%
CMYK15.65%0.00%2.17%
9.80%

Color #C2E6E1 in popluar number systems.

HEXC2E6E1
Decimal194230225
Binary110000101110011011100001
Octal302346341

Shades and tints

Shades of #C2E6E1

#C2E6E1
(194,230,225)
#B1D2CD
(177,210,205)
#A0BEB9
(160,190,185)
#8FAAA5
(143,170,165)
#7E9691
(126,150,145)
#6D827D
(109,130,125)
#5C6E69
(92,110,105)
#4B5A55
(75,90,85)
#3A4641
(58,70,65)
#29322D
(41,50,45)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #C2E6E1

#C2E6E1
(194,230,225)
#C7E8E3
(199,232,227)
#CCEAE5
(204,234,229)
#D1ECE7
(209,236,231)
#D6EEE9
(214,238,233)
#DBF0EB
(219,240,235)
#E0F2ED
(224,242,237)
#E5F4EF
(229,244,239)
#EAF6F1
(234,246,241)
#EFF8F3
(239,248,243)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E6E1 color. Also use rgb(194,230,225) instead hex code.

Text Font Color

.myTextColor { color: #C2E6E1; }

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

This text font color is #C2E6E1.


Background Color

.myBgColor { background-color: #C2E6E1; }

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

This div background color is #C2E6E1.


Border color

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

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

This div border color is #C2E6E1.


Opacity

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

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

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

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

This text has shadow with #C2E6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E6E1 on black background.


Color preview on white background

This text has color #C2E6E1 on white background.



Black color preview on #C2E6E1 background

This text has black color on #C2E6E1 background.


White color preview on #C2E6E1 background

This text has white color on #C2E6E1 background.