COLOR #C1D9EF

HEX: #C1D9EF RGB: (193,217,239)

Color info

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

RGB color model

#C1D9EF color RGB value is (193,217,239).

RGB: (193,217,239) (76%, 85%, 94%)

RGB channels and saturation

R 193 of 255 = 76%
G 217 of 255 = 85%
B 239 of 255 = 94%

193
217
239

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

Portions of RGB colors in percentages

R + G + B = 193 + 217 + 239 = 649 (100%)
R 193 of 649 ~ 29.74%
G 217 of 649 ~ 33.44%
B 239 of 649 ~ 36.83'%

%29.74
%33.44
%36.83

CMYK color model

#C1D9EF color CMYK value is (19,9,0,6).

  • cyan value is 19.25%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (19,9,0,6)
C19M9Y0K6 (19%, 9%, 0%, 6%)
(0.19 / 0.09 / 0.00 / 0.06)

CMYK percentages

%19.25
%9.21
%0
%6.27

Codes

Color #C1D9EF in popluar color models

C1 D9 EF
RGB 193 217 239
HSL 209° 58.97% 84.71%
HSB/HSV 209° 19.25% 93.73%
CMYK 19.25% 9.21% 0.00%
6.27%

Color #C1D9EF in popluar number systems.

HEX C1 D9 EF
Decimal 193 217 239
Binary 11000001 11011001 11101111
Octal 301 331 357

Shades and tints

Shades of #C1D9EF

#C1D9EF
(193,217,239)
#B0C6DA
(176,198,218)
#9FB3C5
(159,179,197)
#8EA0B0
(142,160,176)
#7D8D9B
(125,141,155)
#6C7A86
(108,122,134)
#5B6771
(91,103,113)
#4A545C
(74,84,92)
#394147
(57,65,71)
#282E32
(40,46,50)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #C1D9EF

#C1D9EF
(193,217,239)
#C6DCF0
(198,220,240)
#CBDFF1
(203,223,241)
#D0E2F2
(208,226,242)
#D5E5F3
(213,229,243)
#DAE8F4
(218,232,244)
#DFEBF5
(223,235,245)
#E4EEF6
(228,238,246)
#E9F1F7
(233,241,247)
#EEF4F8
(238,244,248)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D9EF color. Also use rgb(193,217,239) instead hex code.

Text Font Color

.myTextColor { color: #C1D9EF; }

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

This text font color is #C1D9EF.

Background Color

.myBgColor { background-color: #C1D9EF; }

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

This div background color is #C1D9EF.

Border color

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

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

This div border color is #C1D9EF.

Opacity

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

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

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

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

This text has shadow with #C1D9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D9EF.

Preview

Color preview on black background

This text has color #C1D9EF on black background.


Color preview on white background

This text has color #C1D9EF on white background.


Black color preview on #C1D9EF background

This text has black color on #C1D9EF background.


White color preview on #C1D9EF background

This text has white color on #C1D9EF background.


Related colors

Complementary color

Complementary color for #hex is #3E2610.


I love getcolorcode.com

Triadic colors

1 #EFC1D9 and #D9EFC1 with #C1D9EF are triadic colors.

2 #EFD9C1 and #D9C1EF with #C1D9EF are triadic colors.