COLOR #C2FAE3

HEX: #C2FAE3 RGB: (194,250,227)

Color info

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

RGB color model

#C2FAE3 color RGB value is (194,250,227).

RGB: (194,250,227) (76%, 98%, 89%)

RGB channels and saturation

R 194 of 255 = 76%
G 250 of 255 = 98%
B 227 of 255 = 89%

194
250
227

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

Portions of RGB colors in percentages

R + G + B = 194 + 250 + 227 = 671 (100%)
R 194 of 671 ~ 28.91%
G 250 of 671 ~ 37.26%
B 227 of 671 ~ 33.83'%

%28.91
%37.26
%33.83

CMYK color model

#C2FAE3 color CMYK value is (22,0,9,2).

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

CMYK: (22,0,9,2)
C22M0Y9K2 (22%, 0%, 9%, 2%)
(0.22 / 0.00 / 0.09 / 0.02)

CMYK percentages

%22.4
%0
%9.2
%1.96

Codes

Color #C2FAE3 in popluar color models

C2 FA E3
RGB 194 250 227
HSL 155° 84.85% 87.06%
HSB/HSV 155° 22.40% 98.04%
CMYK 22.40% 0.00% 9.20%
1.96%

Color #C2FAE3 in popluar number systems.

HEX C2 FA E3
Decimal 194 250 227
Binary 11000010 11111010 11100011
Octal 302 372 343

Shades and tints

Shades of #C2FAE3

#C2FAE3
(194,250,227)
#B1E4CF
(177,228,207)
#A0CEBB
(160,206,187)
#8FB8A7
(143,184,167)
#7EA293
(126,162,147)
#6D8C7F
(109,140,127)
#5C766B
(92,118,107)
#4B6057
(75,96,87)
#3A4A43
(58,74,67)
#29342F
(41,52,47)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #C2FAE3

#C2FAE3
(194,250,227)
#C7FAE5
(199,250,229)
#CCFAE7
(204,250,231)
#D1FAE9
(209,250,233)
#D6FAEB
(214,250,235)
#DBFAED
(219,250,237)
#E0FAEF
(224,250,239)
#E5FAF1
(229,250,241)
#EAFAF3
(234,250,243)
#EFFAF5
(239,250,245)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2FAE3; }

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

This text font color is #C2FAE3.

Background Color

.myBgColor { background-color: #C2FAE3; }

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

This div background color is #C2FAE3.

Border color

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

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

This div border color is #C2FAE3.

Opacity

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

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

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

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

This text has shadow with #C2FAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2FAE3.

Preview

Color preview on black background

This text has color #C2FAE3 on black background.


Color preview on white background

This text has color #C2FAE3 on white background.


Black color preview on #C2FAE3 background

This text has black color on #C2FAE3 background.


White color preview on #C2FAE3 background

This text has white color on #C2FAE3 background.


Related colors

Complementary color

Complementary color for #hex is #3D051C.


I love getcolorcode.com

Triadic colors

1 #E3C2FA and #FAE3C2 with #C2FAE3 are triadic colors.

2 #E3FAC2 and #FAC2E3 with #C2FAE3 are triadic colors.