COLOR #C2EDFD

HEX: #C2EDFD
RGB: (194,237,253)

Color info

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

RGB color model

#C2EDFD color RGB value is (194,237,253).

  • red value is 194;
  • green value is 237;
  • blue value is 253.
RGB:
(194,237,253)
(76%,93%,99%)

RGB channels and saturation

R 194 of 255 = 76%
G 237 of 255 = 93%
B 253 of 255 = 99%

194
237
253

R + G + B ~ 89%. #C2EDFD is light color.

Portions of RGB colors in percentages

R + G + B =
194 + 237 + 253 = 684 (100%)
R 194 of 684 ~ 28.36%
G 237 of 684 ~ 34.65%
B 253 of 684 ~ 36.99%

%28.36
%34.65
%36.99

CMYK color model

#C2EDFD color CMYK value is (23,6,0,1).

  • cyan value is 23.32%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(23,6,0,1)
C23M6Y0K1 
(23%,6%,0%,1%)
(0.23/0.06/0.00/0.01)	

CMYK percentages

%23.32
%6.32
%0
%0.78

Codes

Color #C2EDFD in popluar color models

C2EDFD
RGB194237253
HSL196°93.65%87.65%
HSB/HSV196°23.32%99.22%
CMYK23.32%6.32%0.00%
0.78%

Color #C2EDFD in popluar number systems.

HEXC2EDFD
Decimal194237253
Binary110000101110110111111101
Octal302355375

Shades and tints

Shades of #C2EDFD

#C2EDFD
(194,237,253)
#B1D8E6
(177,216,230)
#A0C3CF
(160,195,207)
#8FAEB8
(143,174,184)
#7E99A1
(126,153,161)
#6D848A
(109,132,138)
#5C6F73
(92,111,115)
#4B5A5C
(75,90,92)
#3A4545
(58,69,69)
#29302E
(41,48,46)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #C2EDFD

#C2EDFD
(194,237,253)
#C7EEFD
(199,238,253)
#CCEFFD
(204,239,253)
#D1F0FD
(209,240,253)
#D6F1FD
(214,241,253)
#DBF2FD
(219,242,253)
#E0F3FD
(224,243,253)
#E5F4FD
(229,244,253)
#EAF5FD
(234,245,253)
#EFF6FD
(239,246,253)
#F4F7FD
(244,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EDFD color. Also use rgb(194,237,253) instead hex code.

Text Font Color

.myTextColor { color: #C2EDFD; }

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

This text font color is #C2EDFD.


Background Color

.myBgColor { background-color: #C2EDFD; }

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

This div background color is #C2EDFD.


Border color

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

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

This div border color is #C2EDFD.


Opacity

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

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

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

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

This text has shadow with #C2EDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EDFD on black background.


Color preview on white background

This text has color #C2EDFD on white background.



Black color preview on #C2EDFD background

This text has black color on #C2EDFD background.


White color preview on #C2EDFD background

This text has white color on #C2EDFD background.