COLOR #C1D1F0

HEX: #C1D1F0
RGB: (193,209,240)

Color info

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

RGB color model

#C1D1F0 color RGB value is (193,209,240).

  • red value is 193;
  • green value is 209;
  • blue value is 240.
RGB: (193,209,240) (76%,82%,94%)

RGB channels and saturation

R 193 of 255 = 76%
G 209 of 255 = 82%
B 240 of 255 = 94%

193
209
240

R + G + B ~ 84%. #C1D1F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 209 + 240 = 642 (100%)
R 193 of 642 ~ 30.06%
G 209 of 642 ~ 32.55%
B 240 of 642 ~ 37.38%

%30.06
%32.55
%37.38

CMYK color model

#C1D1F0 color CMYK value is (20,13,0,6).

  • cyan value is 19.58%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (20,13,0,6) C20M13Y0K6 (20%,13%,0%,6%) (0.20/0.13/0.00/0.06)

CMYK percentages

%19.58
%12.92
%0
%5.88

Codes

Color #C1D1F0 in popluar color models

C1D1F0
RGB193209240
HSL220°61.04%84.90%
HSB/HSV220°19.58%94.12%
CMYK19.58%12.92%0.00%
5.88%

Color #C1D1F0 in popluar number systems.

HEXC1D1F0
Decimal193209240
Binary110000011101000111110000
Octal301321360

Shades and tints

Shades of #C1D1F0

#C1D1F0
(193,209,240)
#B0BEDB
(176,190,219)
#9FABC6
(159,171,198)
#8E98B1
(142,152,177)
#7D859C
(125,133,156)
#6C7287
(108,114,135)
#5B5F72
(91,95,114)
#4A4C5D
(74,76,93)
#393948
(57,57,72)
#282633
(40,38,51)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #C1D1F0

#C1D1F0
(193,209,240)
#C6D5F1
(198,213,241)
#CBD9F2
(203,217,242)
#D0DDF3
(208,221,243)
#D5E1F4
(213,225,244)
#DAE5F5
(218,229,245)
#DFE9F6
(223,233,246)
#E4EDF7
(228,237,247)
#E9F1F8
(233,241,248)
#EEF5F9
(238,245,249)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D1F0 color. Also use rgb(193,209,240) instead hex code.

Text Font Color

.myTextColor { color: #C1D1F0; }

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

This text font color is #C1D1F0.


Background Color

.myBgColor { background-color: #C1D1F0; }

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

This div background color is #C1D1F0.


Border color

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

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

This div border color is #C1D1F0.


Opacity

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

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

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

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

This text has shadow with #C1D1F0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C1D1F0 on black background.


Color preview on white background

This text has color #C1D1F0 on white background.



Black color preview on #C1D1F0 background

This text has black color on #C1D1F0 background.


White color preview on #C1D1F0 background

This text has white color on #C1D1F0 background.