COLOR #C2ECED

HEX: #C2ECED RGB: (194,236,237)

Color info

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

RGB color model

#C2ECED color RGB value is (194,236,237).

RGB: (194,236,237) (76%, 93%, 93%)

RGB channels and saturation

R 194 of 255 = 76%
G 236 of 255 = 93%
B 237 of 255 = 93%

194
236
237

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

Portions of RGB colors in percentages

R + G + B = 194 + 236 + 237 = 667 (100%)
R 194 of 667 ~ 29.09%
G 236 of 667 ~ 35.38%
B 237 of 667 ~ 35.53'%

%29.09
%35.38
%35.53

CMYK color model

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

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

CMYK: (18,0,0,7)
C18M0Y0K7 (18%, 0%, 0%, 7%)
(0.18 / 0.00 / 0.00 / 0.07)

CMYK percentages

%18.14
%0.42
%0
%7.06

Codes

Color #C2ECED in popluar color models

C2 EC ED
RGB 194 236 237
HSL 181° 54.43% 84.51%
HSB/HSV 181° 18.14% 92.94%
CMYK 18.14% 0.42% 0.00%
7.06%

Color #C2ECED in popluar number systems.

HEX C2 EC ED
Decimal 194 236 237
Binary 11000010 11101100 11101101
Octal 302 354 355

Shades and tints

Shades of #C2ECED

#C2ECED
(194,236,237)
#B1D7D8
(177,215,216)
#A0C2C3
(160,194,195)
#8FADAE
(143,173,174)
#7E9899
(126,152,153)
#6D8384
(109,131,132)
#5C6E6F
(92,110,111)
#4B595A
(75,89,90)
#3A4445
(58,68,69)
#292F30
(41,47,48)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #C2ECED

#C2ECED
(194,236,237)
#C7EDEE
(199,237,238)
#CCEEEF
(204,238,239)
#D1EFF0
(209,239,240)
#D6F0F1
(214,240,241)
#DBF1F2
(219,241,242)
#E0F2F3
(224,242,243)
#E5F3F4
(229,243,244)
#EAF4F5
(234,244,245)
#EFF5F6
(239,245,246)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ECED; }

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

This text font color is #C2ECED.

Background Color

.myBgColor { background-color: #C2ECED; }

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

This div background color is #C2ECED.

Border color

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

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

This div border color is #C2ECED.

Opacity

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

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

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

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

This text has shadow with #C2ECED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ECED.

Preview

Color preview on black background

This text has color #C2ECED on black background.


Color preview on white background

This text has color #C2ECED on white background.


Black color preview on #C2ECED background

This text has black color on #C2ECED background.


White color preview on #C2ECED background

This text has white color on #C2ECED background.


Related colors

Complementary color

Complementary color for #hex is #3D1312.


I love getcolorcode.com

Triadic colors

1 #EDC2EC and #ECEDC2 with #C2ECED are triadic colors.

2 #EDECC2 and #ECC2ED with #C2ECED are triadic colors.