COLOR #C2FAE6

HEX: #C2FAE6 RGB: (194,250,230)

Color info

#C2FAE6 contains red, green and blue colors in about the same proportion. Web safe color of #C2FAE6 is #CCFFCC (or #CFC).

RGB color model

#C2FAE6 color RGB value is (194,250,230).

RGB: (194,250,230) (76%, 98%, 90%)

RGB channels and saturation

R 194 of 255 = 76%
G 250 of 255 = 98%
B 230 of 255 = 90%

194
250
230

R + G + B ~ 88%. #C2FAE6 is light color.

Portions of RGB colors in percentages

R + G + B = 194 + 250 + 230 = 674 (100%)
R 194 of 674 ~ 28.78%
G 250 of 674 ~ 37.09%
B 230 of 674 ~ 34.12'%

%28.78
%37.09
%34.12

CMYK color model

#C2FAE6 color CMYK value is (22,0,8,2).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 1.96%

CMYK: (22,0,8,2)
C22M0Y8K2 (22%, 0%, 8%, 2%)
(0.22 / 0.00 / 0.08 / 0.02)

CMYK percentages

%22.4
%0
%8
%1.96

Codes

Color #C2FAE6 in popluar color models

C2 FA E6
RGB 194 250 230
HSL 159° 84.85% 87.06%
HSB/HSV 159° 22.40% 98.04%
CMYK 22.40% 0.00% 8.00%
1.96%

Color #C2FAE6 in popluar number systems.

HEX C2 FA E6
Decimal 194 250 230
Binary 11000010 11111010 11100110
Octal 302 372 346

Shades and tints

Shades of #C2FAE6

#C2FAE6
(194,250,230)
#B1E4D2
(177,228,210)
#A0CEBE
(160,206,190)
#8FB8AA
(143,184,170)
#7EA296
(126,162,150)
#6D8C82
(109,140,130)
#5C766E
(92,118,110)
#4B605A
(75,96,90)
#3A4A46
(58,74,70)
#293432
(41,52,50)
#181E1E
(24,30,30)
#000000
(0,0,0)

Tints of #C2FAE6

#C2FAE6
(194,250,230)
#C7FAE8
(199,250,232)
#CCFAEA
(204,250,234)
#D1FAEC
(209,250,236)
#D6FAEE
(214,250,238)
#DBFAF0
(219,250,240)
#E0FAF2
(224,250,242)
#E5FAF4
(229,250,244)
#EAFAF6
(234,250,246)
#EFFAF8
(239,250,248)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2FAE6 color. Also use rgb(194,250,230) instead hex code.

Text Font Color

.myTextColor { color: #C2FAE6; }

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

This text font color is #C2FAE6.

Background Color

.myBgColor { background-color: #C2FAE6; }

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

This div background color is #C2FAE6.

Border color

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

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

This div border color is #C2FAE6.

Opacity

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

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

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

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

This text has shadow with #C2FAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2FAE6.

Preview

Color preview on black background

This text has color #C2FAE6 on black background.


Color preview on white background

This text has color #C2FAE6 on white background.


Black color preview on #C2FAE6 background

This text has black color on #C2FAE6 background.


White color preview on #C2FAE6 background

This text has white color on #C2FAE6 background.


Related colors

Complementary color

Complementary color for #hex is #3D0519.


I love getcolorcode.com

Triadic colors

1 #E6C2FA and #FAE6C2 with #C2FAE6 are triadic colors.

2 #E6FAC2 and #FAC2E6 with #C2FAE6 are triadic colors.