COLOR #C1E2F3

HEX: #C1E2F3
RGB: (193,226,243)

Color info

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

RGB color model

#C1E2F3 color RGB value is (193,226,243).

  • red value is 193;
  • green value is 226;
  • blue value is 243.
RGB:
(193,226,243)
(76%,89%,95%)

RGB channels and saturation

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

193
226
243

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

Portions of RGB colors in percentages

R + G + B =
193 + 226 + 243 = 662 (100%)
R 193 of 662 ~ 29.15%
G 226 of 662 ~ 34.14%
B 243 of 662 ~ 36.71%

%29.15
%34.14
%36.71

CMYK color model

#C1E2F3 color CMYK value is (21,7,0,5).

  • cyan value is 20.58%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(21,7,0,5)
C21M7Y0K5 
(21%,7%,0%,5%)
(0.21/0.07/0.00/0.05)	

CMYK percentages

%20.58
%7
%0
%4.71

Codes

Color #C1E2F3 in popluar color models

C1E2F3
RGB193226243
HSL200°67.57%85.49%
HSB/HSV200°20.58%95.29%
CMYK20.58%7.00%0.00%
4.71%

Color #C1E2F3 in popluar number systems.

HEXC1E2F3
Decimal193226243
Binary110000011110001011110011
Octal301342363

Shades and tints

Shades of #C1E2F3

#C1E2F3
(193,226,243)
#B0CEDD
(176,206,221)
#9FBAC7
(159,186,199)
#8EA6B1
(142,166,177)
#7D929B
(125,146,155)
#6C7E85
(108,126,133)
#5B6A6F
(91,106,111)
#4A5659
(74,86,89)
#394243
(57,66,67)
#282E2D
(40,46,45)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #C1E2F3

#C1E2F3
(193,226,243)
#C6E4F4
(198,228,244)
#CBE6F5
(203,230,245)
#D0E8F6
(208,232,246)
#D5EAF7
(213,234,247)
#DAECF8
(218,236,248)
#DFEEF9
(223,238,249)
#E4F0FA
(228,240,250)
#E9F2FB
(233,242,251)
#EEF4FC
(238,244,252)
#F3F6FD
(243,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1E2F3; }

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

This text font color is #C1E2F3.


Background Color

.myBgColor { background-color: #C1E2F3; }

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

This div background color is #C1E2F3.


Border color

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

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

This div border color is #C1E2F3.


Opacity

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

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

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

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

This text has shadow with #C1E2F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E2F3 on black background.


Color preview on white background

This text has color #C1E2F3 on white background.



Black color preview on #C1E2F3 background

This text has black color on #C1E2F3 background.


White color preview on #C1E2F3 background

This text has white color on #C1E2F3 background.