COLOR #C2E1E7

HEX: #C2E1E7
RGB: (194,225,231)

Color info

#C2E1E7 contains red, green and blue colors in about the same proportion. Web safe color of #C2E1E7 is #CCCCFF (or #CCF).

RGB color model

#C2E1E7 color RGB value is (194,225,231).

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

RGB channels and saturation

R 194 of 255 = 76%
G 225 of 255 = 88%
B 231 of 255 = 91%

194
225
231

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

Portions of RGB colors in percentages

R + G + B =
194 + 225 + 231 = 650 (100%)
R 194 of 650 ~ 29.85%
G 225 of 650 ~ 34.62%
B 231 of 650 ~ 35.54%

%29.85
%34.62
%35.54

CMYK color model

#C2E1E7 color CMYK value is (16,3,0,9).

  • cyan value is 16.02%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,3,0,9)
C16M3Y0K9 
(16%,3%,0%,9%)
(0.16/0.03/0.00/0.09)	

CMYK percentages

%16.02
%2.6
%0
%9.41

Codes

Color #C2E1E7 in popluar color models

C2E1E7
RGB194225231
HSL190°43.53%83.33%
HSB/HSV190°16.02%90.59%
CMYK16.02%2.60%0.00%
9.41%

Color #C2E1E7 in popluar number systems.

HEXC2E1E7
Decimal194225231
Binary110000101110000111100111
Octal302341347

Shades and tints

Shades of #C2E1E7

#C2E1E7
(194,225,231)
#B1CDD2
(177,205,210)
#A0B9BD
(160,185,189)
#8FA5A8
(143,165,168)
#7E9193
(126,145,147)
#6D7D7E
(109,125,126)
#5C6969
(92,105,105)
#4B5554
(75,85,84)
#3A413F
(58,65,63)
#292D2A
(41,45,42)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #C2E1E7

#C2E1E7
(194,225,231)
#C7E3E9
(199,227,233)
#CCE5EB
(204,229,235)
#D1E7ED
(209,231,237)
#D6E9EF
(214,233,239)
#DBEBF1
(219,235,241)
#E0EDF3
(224,237,243)
#E5EFF5
(229,239,245)
#EAF1F7
(234,241,247)
#EFF3F9
(239,243,249)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E1E7; }

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

This text font color is #C2E1E7.


Background Color

.myBgColor { background-color: #C2E1E7; }

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

This div background color is #C2E1E7.


Border color

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

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

This div border color is #C2E1E7.


Opacity

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

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

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

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

This text has shadow with #C2E1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E1E7 on black background.


Color preview on white background

This text has color #C2E1E7 on white background.



Black color preview on #C2E1E7 background

This text has black color on #C2E1E7 background.


White color preview on #C2E1E7 background

This text has white color on #C2E1E7 background.