COLOR #C1E9FD

HEX: #C1E9FD
RGB: (193,233,253)

Color info

#C1E9FD contains mainly green and blue colors. Web safe color of #C1E9FD is #CCFFFF (or #CFF).

RGB color model

#C1E9FD color RGB value is (193,233,253).

  • red value is 193;
  • green value is 233;
  • blue value is 253.
RGB:
(193,233,253)
(76%,91%,99%)

RGB channels and saturation

R 193 of 255 = 76%
G 233 of 255 = 91%
B 253 of 255 = 99%

193
233
253

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

Portions of RGB colors in percentages

R + G + B =
193 + 233 + 253 = 679 (100%)
R 193 of 679 ~ 28.42%
G 233 of 679 ~ 34.32%
B 253 of 679 ~ 37.26%

%28.42
%34.32
%37.26

CMYK color model

#C1E9FD color CMYK value is (24,8,0,1).

  • cyan value is 23.72%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(24,8,0,1)
C24M8Y0K1 
(24%,8%,0%,1%)
(0.24/0.08/0.00/0.01)	

CMYK percentages

%23.72
%7.91
%0
%0.78

Codes

Color #C1E9FD in popluar color models

C1E9FD
RGB193233253
HSL200°93.75%87.45%
HSB/HSV200°23.72%99.22%
CMYK23.72%7.91%0.00%
0.78%

Color #C1E9FD in popluar number systems.

HEXC1E9FD
Decimal193233253
Binary110000011110100111111101
Octal301351375

Shades and tints

Shades of #C1E9FD

#C1E9FD
(193,233,253)
#B0D4E6
(176,212,230)
#9FBFCF
(159,191,207)
#8EAAB8
(142,170,184)
#7D95A1
(125,149,161)
#6C808A
(108,128,138)
#5B6B73
(91,107,115)
#4A565C
(74,86,92)
#394145
(57,65,69)
#282C2E
(40,44,46)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #C1E9FD

#C1E9FD
(193,233,253)
#C6EBFD
(198,235,253)
#CBEDFD
(203,237,253)
#D0EFFD
(208,239,253)
#D5F1FD
(213,241,253)
#DAF3FD
(218,243,253)
#DFF5FD
(223,245,253)
#E4F7FD
(228,247,253)
#E9F9FD
(233,249,253)
#EEFBFD
(238,251,253)
#F3FDFD
(243,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E9FD color. Also use rgb(193,233,253) instead hex code.

Text Font Color

.myTextColor { color: #C1E9FD; }

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

This text font color is #C1E9FD.


Background Color

.myBgColor { background-color: #C1E9FD; }

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

This div background color is #C1E9FD.


Border color

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

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

This div border color is #C1E9FD.


Opacity

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

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

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

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

This text has shadow with #C1E9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1E9FD on black background.


Color preview on white background

This text has color #C1E9FD on white background.



Black color preview on #C1E9FD background

This text has black color on #C1E9FD background.


White color preview on #C1E9FD background

This text has white color on #C1E9FD background.