COLOR #C2E8F3

HEX: #C2E8F3
RGB: (194,232,243)

Color info

#C2E8F3 contains red, green and blue colors in about the same proportion. Web safe color of #C2E8F3 is #CCFFFF (or #CFF).

RGB color model

#C2E8F3 color RGB value is (194,232,243).

  • red value is 194;
  • green value is 232;
  • blue value is 243.
RGB:
(194,232,243)
(76%,91%,95%)

RGB channels and saturation

R 194 of 255 = 76%
G 232 of 255 = 91%
B 243 of 255 = 95%

194
232
243

R + G + B ~ 87%. #C2E8F3 is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 232 + 243 = 669 (100%)
R 194 of 669 ~ 29%
G 232 of 669 ~ 34.68%
B 243 of 669 ~ 36.32%

%29
%34.68
%36.32

CMYK color model

#C2E8F3 color CMYK value is (20,5,0,5).

  • cyan value is 20.16%
  • magenta value is 4.53%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(20,5,0,5)
C20M5Y0K5 
(20%,5%,0%,5%)
(0.20/0.05/0.00/0.05)	

CMYK percentages

%20.16
%4.53
%0
%4.71

Codes

Color #C2E8F3 in popluar color models

C2E8F3
RGB194232243
HSL193°67.12%85.69%
HSB/HSV193°20.16%95.29%
CMYK20.16%4.53%0.00%
4.71%

Color #C2E8F3 in popluar number systems.

HEXC2E8F3
Decimal194232243
Binary110000101110100011110011
Octal302350363

Shades and tints

Shades of #C2E8F3

#C2E8F3
(194,232,243)
#B1D3DD
(177,211,221)
#A0BEC7
(160,190,199)
#8FA9B1
(143,169,177)
#7E949B
(126,148,155)
#6D7F85
(109,127,133)
#5C6A6F
(92,106,111)
#4B5559
(75,85,89)
#3A4043
(58,64,67)
#292B2D
(41,43,45)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #C2E8F3

#C2E8F3
(194,232,243)
#C7EAF4
(199,234,244)
#CCECF5
(204,236,245)
#D1EEF6
(209,238,246)
#D6F0F7
(214,240,247)
#DBF2F8
(219,242,248)
#E0F4F9
(224,244,249)
#E5F6FA
(229,246,250)
#EAF8FB
(234,248,251)
#EFFAFC
(239,250,252)
#F4FCFD
(244,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E8F3 color. Also use rgb(194,232,243) instead hex code.

Text Font Color

.myTextColor { color: #C2E8F3; }

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

This text font color is #C2E8F3.


Background Color

.myBgColor { background-color: #C2E8F3; }

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

This div background color is #C2E8F3.


Border color

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

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

This div border color is #C2E8F3.


Opacity

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

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

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

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

This text has shadow with #C2E8F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E8F3 on black background.


Color preview on white background

This text has color #C2E8F3 on white background.



Black color preview on #C2E8F3 background

This text has black color on #C2E8F3 background.


White color preview on #C2E8F3 background

This text has white color on #C2E8F3 background.