COLOR #C2E6FF

HEX: #C2E6FF RGB: (194,230,255)

Color info

#C2E6FF contains mainly green and blue colors. Web safe color of #C2E6FF is #CCCCFF (or #CCF).

RGB color model

#C2E6FF color RGB value is (194,230,255).

RGB: (194,230,255) (76%, 90%, 100%)

RGB channels and saturation

R 194 of 255 = 76%
G 230 of 255 = 90%
B 255 of 255 = 100%

194
230
255

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

Portions of RGB colors in percentages

R + G + B = 194 + 230 + 255 = 679 (100%)
R 194 of 679 ~ 28.57%
G 230 of 679 ~ 33.87%
B 255 of 679 ~ 37.56'%

%28.57
%33.87
%37.56

CMYK color model

#C2E6FF color CMYK value is (24,10,0,0).

  • cyan value is 23.92%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (24,10,0,0)
C24M10Y0K0 (24%, 10%, 0%, 0%)
(0.24 / 0.10 / 0.00 / 0.00)

CMYK percentages

%23.92
%9.8
%0
%0

Codes

Color #C2E6FF in popluar color models

C2 E6 FF
RGB 194 230 255
HSL 205° 100.00% 88.04%
HSB/HSV 205° 23.92% 100.00%
CMYK 23.92% 9.80% 0.00%
0.00%

Color #C2E6FF in popluar number systems.

HEX C2 E6 FF
Decimal 194 230 255
Binary 11000010 11100110 11111111
Octal 302 346 377

Shades and tints

Shades of #C2E6FF

#C2E6FF
(194,230,255)
#B1D2E8
(177,210,232)
#A0BED1
(160,190,209)
#8FAABA
(143,170,186)
#7E96A3
(126,150,163)
#6D828C
(109,130,140)
#5C6E75
(92,110,117)
#4B5A5E
(75,90,94)
#3A4647
(58,70,71)
#293230
(41,50,48)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #C2E6FF

#C2E6FF
(194,230,255)
#C7E8FF
(199,232,255)
#CCEAFF
(204,234,255)
#D1ECFF
(209,236,255)
#D6EEFF
(214,238,255)
#DBF0FF
(219,240,255)
#E0F2FF
(224,242,255)
#E5F4FF
(229,244,255)
#EAF6FF
(234,246,255)
#EFF8FF
(239,248,255)
#F4FAFF
(244,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E6FF; }

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

This text font color is #C2E6FF.

Background Color

.myBgColor { background-color: #C2E6FF; }

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

This div background color is #C2E6FF.

Border color

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

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

This div border color is #C2E6FF.

Opacity

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

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

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

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

This text has shadow with #C2E6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E6FF.

Preview

Color preview on black background

This text has color #C2E6FF on black background.


Color preview on white background

This text has color #C2E6FF on white background.


Black color preview on #C2E6FF background

This text has black color on #C2E6FF background.


White color preview on #C2E6FF background

This text has white color on #C2E6FF background.


Related colors

Complementary color

Complementary color for #hex is #3D1900.


I love getcolorcode.com

Triadic colors

1 #FFC2E6 and #E6FFC2 with #C2E6FF are triadic colors.

2 #FFE6C2 and #E6C2FF with #C2E6FF are triadic colors.