COLOR #C1DCEC

HEX: #C1DCEC RGB: (193,220,236)

Color info

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

RGB color model

#C1DCEC color RGB value is (193,220,236).

RGB: (193,220,236) (76%, 86%, 93%)

RGB channels and saturation

R 193 of 255 = 76%
G 220 of 255 = 86%
B 236 of 255 = 93%

193
220
236

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

Portions of RGB colors in percentages

R + G + B = 193 + 220 + 236 = 649 (100%)
R 193 of 649 ~ 29.74%
G 220 of 649 ~ 33.9%
B 236 of 649 ~ 36.36'%

%29.74
%33.9
%36.36

CMYK color model

#C1DCEC color CMYK value is (18,7,0,7).

  • cyan value is 18.22%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (18,7,0,7)
C18M7Y0K7 (18%, 7%, 0%, 7%)
(0.18 / 0.07 / 0.00 / 0.07)

CMYK percentages

%18.22
%6.78
%0
%7.45

Codes

Color #C1DCEC in popluar color models

C1 DC EC
RGB 193 220 236
HSL 202° 53.09% 84.12%
HSB/HSV 202° 18.22% 92.55%
CMYK 18.22% 6.78% 0.00%
7.45%

Color #C1DCEC in popluar number systems.

HEX C1 DC EC
Decimal 193 220 236
Binary 11000001 11011100 11101100
Octal 301 334 354

Shades and tints

Shades of #C1DCEC

#C1DCEC
(193,220,236)
#B0C8D7
(176,200,215)
#9FB4C2
(159,180,194)
#8EA0AD
(142,160,173)
#7D8C98
(125,140,152)
#6C7883
(108,120,131)
#5B646E
(91,100,110)
#4A5059
(74,80,89)
#393C44
(57,60,68)
#28282F
(40,40,47)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #C1DCEC

#C1DCEC
(193,220,236)
#C6DFED
(198,223,237)
#CBE2EE
(203,226,238)
#D0E5EF
(208,229,239)
#D5E8F0
(213,232,240)
#DAEBF1
(218,235,241)
#DFEEF2
(223,238,242)
#E4F1F3
(228,241,243)
#E9F4F4
(233,244,244)
#EEF7F5
(238,247,245)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DCEC color. Also use rgb(193,220,236) instead hex code.

Text Font Color

.myTextColor { color: #C1DCEC; }

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

This text font color is #C1DCEC.

Background Color

.myBgColor { background-color: #C1DCEC; }

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

This div background color is #C1DCEC.

Border color

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

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

This div border color is #C1DCEC.

Opacity

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

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

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

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

This text has shadow with #C1DCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DCEC.

Preview

Color preview on black background

This text has color #C1DCEC on black background.


Color preview on white background

This text has color #C1DCEC on white background.


Black color preview on #C1DCEC background

This text has black color on #C1DCEC background.


White color preview on #C1DCEC background

This text has white color on #C1DCEC background.


Related colors

Complementary color

Complementary color for #hex is #3E2313.


I love getcolorcode.com

Triadic colors

1 #ECC1DC and #DCECC1 with #C1DCEC are triadic colors.

2 #ECDCC1 and #DCC1EC with #C1DCEC are triadic colors.