COLOR #C2EAEE

HEX: #C2EAEE RGB: (194,234,238)

Color info

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

RGB color model

#C2EAEE color RGB value is (194,234,238).

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

RGB channels and saturation

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

194
234
238

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

Portions of RGB colors in percentages

R + G + B = 194 + 234 + 238 = 666 (100%)
R 194 of 666 ~ 29.13%
G 234 of 666 ~ 35.14%
B 238 of 666 ~ 35.74'%

%29.13
%35.14
%35.74

CMYK color model

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

  • cyan value is 18.49%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (18,2,0,7)
C18M2Y0K7 (18%, 2%, 0%, 7%)
(0.18 / 0.02 / 0.00 / 0.07)

CMYK percentages

%18.49
%1.68
%0
%6.67

Codes

Color #C2EAEE in popluar color models

C2 EA EE
RGB 194 234 238
HSL 185° 56.41% 84.71%
HSB/HSV 185° 18.49% 93.33%
CMYK 18.49% 1.68% 0.00%
6.67%

Color #C2EAEE in popluar number systems.

HEX C2 EA EE
Decimal 194 234 238
Binary 11000010 11101010 11101110
Octal 302 352 356

Shades and tints

Shades of #C2EAEE

#C2EAEE
(194,234,238)
#B1D5D9
(177,213,217)
#A0C0C4
(160,192,196)
#8FABAF
(143,171,175)
#7E969A
(126,150,154)
#6D8185
(109,129,133)
#5C6C70
(92,108,112)
#4B575B
(75,87,91)
#3A4246
(58,66,70)
#292D31
(41,45,49)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #C2EAEE

#C2EAEE
(194,234,238)
#C7EBEF
(199,235,239)
#CCECF0
(204,236,240)
#D1EDF1
(209,237,241)
#D6EEF2
(214,238,242)
#DBEFF3
(219,239,243)
#E0F0F4
(224,240,244)
#E5F1F5
(229,241,245)
#EAF2F6
(234,242,246)
#EFF3F7
(239,243,247)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EAEE; }

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

This text font color is #C2EAEE.

Background Color

.myBgColor { background-color: #C2EAEE; }

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

This div background color is #C2EAEE.

Border color

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

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

This div border color is #C2EAEE.

Opacity

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

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

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

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

This text has shadow with #C2EAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EAEE.

Preview

Color preview on black background

This text has color #C2EAEE on black background.


Color preview on white background

This text has color #C2EAEE on white background.


Black color preview on #C2EAEE background

This text has black color on #C2EAEE background.


White color preview on #C2EAEE background

This text has white color on #C2EAEE background.


Related colors

Complementary color

Complementary color for #hex is #3D1511.


I love getcolorcode.com

Triadic colors

1 #EEC2EA and #EAEEC2 with #C2EAEE are triadic colors.

2 #EEEAC2 and #EAC2EE with #C2EAEE are triadic colors.