COLOR #C2EDF8

HEX: #C2EDF8 RGB: (194,237,248)

Color info

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

RGB color model

#C2EDF8 color RGB value is (194,237,248).

RGB: (194,237,248) (76%, 93%, 97%)

RGB channels and saturation

R 194 of 255 = 76%
G 237 of 255 = 93%
B 248 of 255 = 97%

194
237
248

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

Portions of RGB colors in percentages

R + G + B = 194 + 237 + 248 = 679 (100%)
R 194 of 679 ~ 28.57%
G 237 of 679 ~ 34.9%
B 248 of 679 ~ 36.52'%

%28.57
%34.9
%36.52

CMYK color model

#C2EDF8 color CMYK value is (22,4,0,3).

  • cyan value is 21.77%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (22,4,0,3)
C22M4Y0K3 (22%, 4%, 0%, 3%)
(0.22 / 0.04 / 0.00 / 0.03)

CMYK percentages

%21.77
%4.44
%0
%2.75

Codes

Color #C2EDF8 in popluar color models

C2 ED F8
RGB 194 237 248
HSL 192° 79.41% 86.67%
HSB/HSV 192° 21.77% 97.25%
CMYK 21.77% 4.44% 0.00%
2.75%

Color #C2EDF8 in popluar number systems.

HEX C2 ED F8
Decimal 194 237 248
Binary 11000010 11101101 11111000
Octal 302 355 370

Shades and tints

Shades of #C2EDF8

#C2EDF8
(194,237,248)
#B1D8E2
(177,216,226)
#A0C3CC
(160,195,204)
#8FAEB6
(143,174,182)
#7E99A0
(126,153,160)
#6D848A
(109,132,138)
#5C6F74
(92,111,116)
#4B5A5E
(75,90,94)
#3A4548
(58,69,72)
#293032
(41,48,50)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #C2EDF8

#C2EDF8
(194,237,248)
#C7EEF8
(199,238,248)
#CCEFF8
(204,239,248)
#D1F0F8
(209,240,248)
#D6F1F8
(214,241,248)
#DBF2F8
(219,242,248)
#E0F3F8
(224,243,248)
#E5F4F8
(229,244,248)
#EAF5F8
(234,245,248)
#EFF6F8
(239,246,248)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EDF8; }

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

This text font color is #C2EDF8.

Background Color

.myBgColor { background-color: #C2EDF8; }

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

This div background color is #C2EDF8.

Border color

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

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

This div border color is #C2EDF8.

Opacity

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

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

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

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

This text has shadow with #C2EDF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EDF8.

Preview

Color preview on black background

This text has color #C2EDF8 on black background.


Color preview on white background

This text has color #C2EDF8 on white background.


Black color preview on #C2EDF8 background

This text has black color on #C2EDF8 background.


White color preview on #C2EDF8 background

This text has white color on #C2EDF8 background.


Related colors

Complementary color

Complementary color for #hex is #3D1207.


I love getcolorcode.com

Triadic colors

1 #F8C2ED and #EDF8C2 with #C2EDF8 are triadic colors.

2 #F8EDC2 and #EDC2F8 with #C2EDF8 are triadic colors.