COLOR #C2EDEA

HEX: #C2EDEA RGB: (194,237,234)

Color info

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

RGB color model

#C2EDEA color RGB value is (194,237,234).

RGB: (194,237,234) (76%, 93%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 237 of 255 = 93%
B 234 of 255 = 92%

194
237
234

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

Portions of RGB colors in percentages

R + G + B = 194 + 237 + 234 = 665 (100%)
R 194 of 665 ~ 29.17%
G 237 of 665 ~ 35.64%
B 234 of 665 ~ 35.19'%

%29.17
%35.64
%35.19

CMYK color model

#C2EDEA color CMYK value is (18,0,1,7).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 7.06%

CMYK: (18,0,1,7)
C18M0Y1K7 (18%, 0%, 1%, 7%)
(0.18 / 0.00 / 0.01 / 0.07)

CMYK percentages

%18.14
%0
%1.27
%7.06

Codes

Color #C2EDEA in popluar color models

C2 ED EA
RGB 194 237 234
HSL 176° 54.43% 84.51%
HSB/HSV 176° 18.14% 92.94%
CMYK 18.14% 0.00% 1.27%
7.06%

Color #C2EDEA in popluar number systems.

HEX C2 ED EA
Decimal 194 237 234
Binary 11000010 11101101 11101010
Octal 302 355 352

Shades and tints

Shades of #C2EDEA

#C2EDEA
(194,237,234)
#B1D8D5
(177,216,213)
#A0C3C0
(160,195,192)
#8FAEAB
(143,174,171)
#7E9996
(126,153,150)
#6D8481
(109,132,129)
#5C6F6C
(92,111,108)
#4B5A57
(75,90,87)
#3A4542
(58,69,66)
#29302D
(41,48,45)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #C2EDEA

#C2EDEA
(194,237,234)
#C7EEEB
(199,238,235)
#CCEFEC
(204,239,236)
#D1F0ED
(209,240,237)
#D6F1EE
(214,241,238)
#DBF2EF
(219,242,239)
#E0F3F0
(224,243,240)
#E5F4F1
(229,244,241)
#EAF5F2
(234,245,242)
#EFF6F3
(239,246,243)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EDEA; }

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

This text font color is #C2EDEA.

Background Color

.myBgColor { background-color: #C2EDEA; }

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

This div background color is #C2EDEA.

Border color

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

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

This div border color is #C2EDEA.

Opacity

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

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

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

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

This text has shadow with #C2EDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EDEA.

Preview

Color preview on black background

This text has color #C2EDEA on black background.


Color preview on white background

This text has color #C2EDEA on white background.


Black color preview on #C2EDEA background

This text has black color on #C2EDEA background.


White color preview on #C2EDEA background

This text has white color on #C2EDEA background.


Related colors

Complementary color

Complementary color for #hex is #3D1215.


I love getcolorcode.com

Triadic colors

1 #EAC2ED and #EDEAC2 with #C2EDEA are triadic colors.

2 #EAEDC2 and #EDC2EA with #C2EDEA are triadic colors.