COLOR #C2EBFB

HEX: #C2EBFB RGB: (194,235,251)

Color info

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

RGB color model

#C2EBFB color RGB value is (194,235,251).

RGB: (194,235,251) (76%, 92%, 98%)

RGB channels and saturation

R 194 of 255 = 76%
G 235 of 255 = 92%
B 251 of 255 = 98%

194
235
251

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

Portions of RGB colors in percentages

R + G + B = 194 + 235 + 251 = 680 (100%)
R 194 of 680 ~ 28.53%
G 235 of 680 ~ 34.56%
B 251 of 680 ~ 36.91'%

%28.53
%34.56
%36.91

CMYK color model

#C2EBFB color CMYK value is (23,6,0,2).

  • cyan value is 22.71%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (23,6,0,2)
C23M6Y0K2 (23%, 6%, 0%, 2%)
(0.23 / 0.06 / 0.00 / 0.02)

CMYK percentages

%22.71
%6.37
%0
%1.57

Codes

Color #C2EBFB in popluar color models

C2 EB FB
RGB 194 235 251
HSL 197° 87.69% 87.25%
HSB/HSV 197° 22.71% 98.43%
CMYK 22.71% 6.37% 0.00%
1.57%

Color #C2EBFB in popluar number systems.

HEX C2 EB FB
Decimal 194 235 251
Binary 11000010 11101011 11111011
Octal 302 353 373

Shades and tints

Shades of #C2EBFB

#C2EBFB
(194,235,251)
#B1D6E5
(177,214,229)
#A0C1CF
(160,193,207)
#8FACB9
(143,172,185)
#7E97A3
(126,151,163)
#6D828D
(109,130,141)
#5C6D77
(92,109,119)
#4B5861
(75,88,97)
#3A434B
(58,67,75)
#292E35
(41,46,53)
#18191F
(24,25,31)
#000000
(0,0,0)

Tints of #C2EBFB

#C2EBFB
(194,235,251)
#C7ECFB
(199,236,251)
#CCEDFB
(204,237,251)
#D1EEFB
(209,238,251)
#D6EFFB
(214,239,251)
#DBF0FB
(219,240,251)
#E0F1FB
(224,241,251)
#E5F2FB
(229,242,251)
#EAF3FB
(234,243,251)
#EFF4FB
(239,244,251)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EBFB color. Also use rgb(194,235,251) instead hex code.

Text Font Color

.myTextColor { color: #C2EBFB; }

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

This text font color is #C2EBFB.

Background Color

.myBgColor { background-color: #C2EBFB; }

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

This div background color is #C2EBFB.

Border color

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

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

This div border color is #C2EBFB.

Opacity

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

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

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

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

This text has shadow with #C2EBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EBFB.

Preview

Color preview on black background

This text has color #C2EBFB on black background.


Color preview on white background

This text has color #C2EBFB on white background.


Black color preview on #C2EBFB background

This text has black color on #C2EBFB background.


White color preview on #C2EBFB background

This text has white color on #C2EBFB background.


Related colors

Complementary color

Complementary color for #hex is #3D1404.


I love getcolorcode.com

Triadic colors

1 #FBC2EB and #EBFBC2 with #C2EBFB are triadic colors.

2 #FBEBC2 and #EBC2FB with #C2EBFB are triadic colors.