COLOR #C2E5EA

HEX: #C2E5EA
RGB: (194,229,234)

Color info

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

RGB color model

#C2E5EA color RGB value is (194,229,234).

  • red value is 194;
  • green value is 229;
  • blue value is 234.
RGB:
(194,229,234)
(76%,90%,92%)

RGB channels and saturation

R 194 of 255 = 76%
G 229 of 255 = 90%
B 234 of 255 = 92%

194
229
234

R + G + B ~ 86%. #C2E5EA is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 229 + 234 = 657 (100%)
R 194 of 657 ~ 29.53%
G 229 of 657 ~ 34.86%
B 234 of 657 ~ 35.62%

%29.53
%34.86
%35.62

CMYK color model

#C2E5EA color CMYK value is (17,2,0,8).

  • cyan value is 17.09%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(17,2,0,8)
C17M2Y0K8 
(17%,2%,0%,8%)
(0.17/0.02/0.00/0.08)	

CMYK percentages

%17.09
%2.14
%0
%8.24

Codes

Color #C2E5EA in popluar color models

C2E5EA
RGB194229234
HSL188°48.78%83.92%
HSB/HSV188°17.09%91.76%
CMYK17.09%2.14%0.00%
8.24%

Color #C2E5EA in popluar number systems.

HEXC2E5EA
Decimal194229234
Binary110000101110010111101010
Octal302345352

Shades and tints

Shades of #C2E5EA

#C2E5EA
(194,229,234)
#B1D1D5
(177,209,213)
#A0BDC0
(160,189,192)
#8FA9AB
(143,169,171)
#7E9596
(126,149,150)
#6D8181
(109,129,129)
#5C6D6C
(92,109,108)
#4B5957
(75,89,87)
#3A4542
(58,69,66)
#29312D
(41,49,45)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #C2E5EA

#C2E5EA
(194,229,234)
#C7E7EB
(199,231,235)
#CCE9EC
(204,233,236)
#D1EBED
(209,235,237)
#D6EDEE
(214,237,238)
#DBEFEF
(219,239,239)
#E0F1F0
(224,241,240)
#E5F3F1
(229,243,241)
#EAF5F2
(234,245,242)
#EFF7F3
(239,247,243)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E5EA color. Also use rgb(194,229,234) instead hex code.

Text Font Color

.myTextColor { color: #C2E5EA; }

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

This text font color is #C2E5EA.


Background Color

.myBgColor { background-color: #C2E5EA; }

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

This div background color is #C2E5EA.


Border color

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

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

This div border color is #C2E5EA.


Opacity

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

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

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

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

This text has shadow with #C2E5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E5EA on black background.


Color preview on white background

This text has color #C2E5EA on white background.



Black color preview on #C2E5EA background

This text has black color on #C2E5EA background.


White color preview on #C2E5EA background

This text has white color on #C2E5EA background.