COLOR #C1DFEE

HEX: #C1DFEE
RGB: (193,223,238)

Color info

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

RGB color model

#C1DFEE color RGB value is (193,223,238).

  • red value is 193;
  • green value is 223;
  • blue value is 238.
RGB:
(193,223,238)
(76%,87%,93%)

RGB channels and saturation

R 193 of 255 = 76%
G 223 of 255 = 87%
B 238 of 255 = 93%

193
223
238

R + G + B ~ 85%. #C1DFEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 223 + 238 = 654 (100%)
R 193 of 654 ~ 29.51%
G 223 of 654 ~ 34.1%
B 238 of 654 ~ 36.39%

%29.51
%34.1
%36.39

CMYK color model

#C1DFEE color CMYK value is (19,6,0,7).

  • cyan value is 18.91%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(19,6,0,7)
C19M6Y0K7 
(19%,6%,0%,7%)
(0.19/0.06/0.00/0.07)	

CMYK percentages

%18.91
%6.3
%0
%6.67

Codes

Color #C1DFEE in popluar color models

C1DFEE
RGB193223238
HSL200°56.96%84.51%
HSB/HSV200°18.91%93.33%
CMYK18.91%6.30%0.00%
6.67%

Color #C1DFEE in popluar number systems.

HEXC1DFEE
Decimal193223238
Binary110000011101111111101110
Octal301337356

Shades and tints

Shades of #C1DFEE

#C1DFEE
(193,223,238)
#B0CBD9
(176,203,217)
#9FB7C4
(159,183,196)
#8EA3AF
(142,163,175)
#7D8F9A
(125,143,154)
#6C7B85
(108,123,133)
#5B6770
(91,103,112)
#4A535B
(74,83,91)
#393F46
(57,63,70)
#282B31
(40,43,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #C1DFEE

#C1DFEE
(193,223,238)
#C6E1EF
(198,225,239)
#CBE3F0
(203,227,240)
#D0E5F1
(208,229,241)
#D5E7F2
(213,231,242)
#DAE9F3
(218,233,243)
#DFEBF4
(223,235,244)
#E4EDF5
(228,237,245)
#E9EFF6
(233,239,246)
#EEF1F7
(238,241,247)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DFEE color. Also use rgb(193,223,238) instead hex code.

Text Font Color

.myTextColor { color: #C1DFEE; }

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

This text font color is #C1DFEE.


Background Color

.myBgColor { background-color: #C1DFEE; }

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

This div background color is #C1DFEE.


Border color

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

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

This div border color is #C1DFEE.


Opacity

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

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

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

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

This text has shadow with #C1DFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DFEE on black background.


Color preview on white background

This text has color #C1DFEE on white background.



Black color preview on #C1DFEE background

This text has black color on #C1DFEE background.


White color preview on #C1DFEE background

This text has white color on #C1DFEE background.