COLOR #C2EFFA

HEX: #C2EFFA RGB: (194,239,250)

Color info

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

RGB color model

#C2EFFA color RGB value is (194,239,250).

RGB: (194,239,250) (76%, 94%, 98%)

RGB channels and saturation

R 194 of 255 = 76%
G 239 of 255 = 94%
B 250 of 255 = 98%

194
239
250

R + G + B ~ 89%. #C2EFFA is light color.

Portions of RGB colors in percentages

R + G + B = 194 + 239 + 250 = 683 (100%)
R 194 of 683 ~ 28.4%
G 239 of 683 ~ 34.99%
B 250 of 683 ~ 36.6'%

%28.4
%34.99
%36.6

CMYK color model

#C2EFFA color CMYK value is (22,4,0,2).

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

CMYK: (22,4,0,2)
C22M4Y0K2 (22%, 4%, 0%, 2%)
(0.22 / 0.04 / 0.00 / 0.02)

CMYK percentages

%22.4
%4.4
%0
%1.96

Codes

Color #C2EFFA in popluar color models

C2 EF FA
RGB 194 239 250
HSL 192° 84.85% 87.06%
HSB/HSV 192° 22.40% 98.04%
CMYK 22.40% 4.40% 0.00%
1.96%

Color #C2EFFA in popluar number systems.

HEX C2 EF FA
Decimal 194 239 250
Binary 11000010 11101111 11111010
Octal 302 357 372

Shades and tints

Shades of #C2EFFA

#C2EFFA
(194,239,250)
#B1DAE4
(177,218,228)
#A0C5CE
(160,197,206)
#8FB0B8
(143,176,184)
#7E9BA2
(126,155,162)
#6D868C
(109,134,140)
#5C7176
(92,113,118)
#4B5C60
(75,92,96)
#3A474A
(58,71,74)
#293234
(41,50,52)
#181D1E
(24,29,30)
#000000
(0,0,0)

Tints of #C2EFFA

#C2EFFA
(194,239,250)
#C7F0FA
(199,240,250)
#CCF1FA
(204,241,250)
#D1F2FA
(209,242,250)
#D6F3FA
(214,243,250)
#DBF4FA
(219,244,250)
#E0F5FA
(224,245,250)
#E5F6FA
(229,246,250)
#EAF7FA
(234,247,250)
#EFF8FA
(239,248,250)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2EFFA; }

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

This text font color is #C2EFFA.

Background Color

.myBgColor { background-color: #C2EFFA; }

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

This div background color is #C2EFFA.

Border color

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

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

This div border color is #C2EFFA.

Opacity

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

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

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

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

This text has shadow with #C2EFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EFFA.

Preview

Color preview on black background

This text has color #C2EFFA on black background.


Color preview on white background

This text has color #C2EFFA on white background.


Black color preview on #C2EFFA background

This text has black color on #C2EFFA background.


White color preview on #C2EFFA background

This text has white color on #C2EFFA background.


Related colors

Complementary color

Complementary color for #hex is #3D1005.


I love getcolorcode.com

Triadic colors

1 #FAC2EF and #EFFAC2 with #C2EFFA are triadic colors.

2 #FAEFC2 and #EFC2FA with #C2EFFA are triadic colors.