COLOR #C1E2F2

HEX: #C1E2F2 RGB: (193,226,242)

Color info

#C1E2F2 contains red, green and blue colors in about the same proportion. Web safe color of #C1E2F2 is #CCCCFF (or #CCF).

RGB color model

#C1E2F2 color RGB value is (193,226,242).

RGB: (193,226,242) (76%, 89%, 95%)

RGB channels and saturation

R 193 of 255 = 76%
G 226 of 255 = 89%
B 242 of 255 = 95%

193
226
242

R + G + B ~ 87%. #C1E2F2 is light color.

Portions of RGB colors in percentages

R + G + B = 193 + 226 + 242 = 661 (100%)
R 193 of 661 ~ 29.2%
G 226 of 661 ~ 34.19%
B 242 of 661 ~ 36.61'%

%29.2
%34.19
%36.61

CMYK color model

#C1E2F2 color CMYK value is (20,7,0,5).

  • cyan value is 20.25%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (20,7,0,5)
C20M7Y0K5 (20%, 7%, 0%, 5%)
(0.20 / 0.07 / 0.00 / 0.05)

CMYK percentages

%20.25
%6.61
%0
%5.1

Codes

Color #C1E2F2 in popluar color models

C1 E2 F2
RGB 193 226 242
HSL 200° 65.33% 85.29%
HSB/HSV 200° 20.25% 94.90%
CMYK 20.25% 6.61% 0.00%
5.10%

Color #C1E2F2 in popluar number systems.

HEX C1 E2 F2
Decimal 193 226 242
Binary 11000001 11100010 11110010
Octal 301 342 362

Shades and tints

Shades of #C1E2F2

#C1E2F2
(193,226,242)
#B0CEDC
(176,206,220)
#9FBAC6
(159,186,198)
#8EA6B0
(142,166,176)
#7D929A
(125,146,154)
#6C7E84
(108,126,132)
#5B6A6E
(91,106,110)
#4A5658
(74,86,88)
#394242
(57,66,66)
#282E2C
(40,46,44)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #C1E2F2

#C1E2F2
(193,226,242)
#C6E4F3
(198,228,243)
#CBE6F4
(203,230,244)
#D0E8F5
(208,232,245)
#D5EAF6
(213,234,246)
#DAECF7
(218,236,247)
#DFEEF8
(223,238,248)
#E4F0F9
(228,240,249)
#E9F2FA
(233,242,250)
#EEF4FB
(238,244,251)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E2F2 color. Also use rgb(193,226,242) instead hex code.

Text Font Color

.myTextColor { color: #C1E2F2; }

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

This text font color is #C1E2F2.

Background Color

.myBgColor { background-color: #C1E2F2; }

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

This div background color is #C1E2F2.

Border color

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

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

This div border color is #C1E2F2.

Opacity

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

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

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

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

This text has shadow with #C1E2F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1E2F2.

Preview

Color preview on black background

This text has color #C1E2F2 on black background.


Color preview on white background

This text has color #C1E2F2 on white background.


Black color preview on #C1E2F2 background

This text has black color on #C1E2F2 background.


White color preview on #C1E2F2 background

This text has white color on #C1E2F2 background.


Related colors

Complementary color

Complementary color for #hex is #3E1D0D.


I love getcolorcode.com

Triadic colors

1 #F2C1E2 and #E2F2C1 with #C1E2F2 are triadic colors.

2 #F2E2C1 and #E2C1F2 with #C1E2F2 are triadic colors.