COLOR #C1D3EC

HEX: #C1D3EC RGB: (193,211,236)

Color info

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

RGB color model

#C1D3EC color RGB value is (193,211,236).

RGB: (193,211,236) (76%, 83%, 93%)

RGB channels and saturation

R 193 of 255 = 76%
G 211 of 255 = 83%
B 236 of 255 = 93%

193
211
236

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

Portions of RGB colors in percentages

R + G + B = 193 + 211 + 236 = 640 (100%)
R 193 of 640 ~ 30.16%
G 211 of 640 ~ 32.97%
B 236 of 640 ~ 36.88'%

%30.16
%32.97
%36.88

CMYK color model

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

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

CMYK: (18,11,0,7)
C18M11Y0K7 (18%, 11%, 0%, 7%)
(0.18 / 0.11 / 0.00 / 0.07)

CMYK percentages

%18.22
%10.59
%0
%7.45

Codes

Color #C1D3EC in popluar color models

C1 D3 EC
RGB 193 211 236
HSL 215° 53.09% 84.12%
HSB/HSV 215° 18.22% 92.55%
CMYK 18.22% 10.59% 0.00%
7.45%

Color #C1D3EC in popluar number systems.

HEX C1 D3 EC
Decimal 193 211 236
Binary 11000001 11010011 11101100
Octal 301 323 354

Shades and tints

Shades of #C1D3EC

#C1D3EC
(193,211,236)
#B0C0D7
(176,192,215)
#9FADC2
(159,173,194)
#8E9AAD
(142,154,173)
#7D8798
(125,135,152)
#6C7483
(108,116,131)
#5B616E
(91,97,110)
#4A4E59
(74,78,89)
#393B44
(57,59,68)
#28282F
(40,40,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #C1D3EC

#C1D3EC
(193,211,236)
#C6D7ED
(198,215,237)
#CBDBEE
(203,219,238)
#D0DFEF
(208,223,239)
#D5E3F0
(213,227,240)
#DAE7F1
(218,231,241)
#DFEBF2
(223,235,242)
#E4EFF3
(228,239,243)
#E9F3F4
(233,243,244)
#EEF7F5
(238,247,245)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D3EC; }

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

This text font color is #C1D3EC.

Background Color

.myBgColor { background-color: #C1D3EC; }

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

This div background color is #C1D3EC.

Border color

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

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

This div border color is #C1D3EC.

Opacity

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

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

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

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

This text has shadow with #C1D3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D3EC.

Preview

Color preview on black background

This text has color #C1D3EC on black background.


Color preview on white background

This text has color #C1D3EC on white background.


Black color preview on #C1D3EC background

This text has black color on #C1D3EC background.


White color preview on #C1D3EC background

This text has white color on #C1D3EC background.


Related colors

Complementary color

Complementary color for #hex is #3E2C13.


I love getcolorcode.com

Triadic colors

1 #ECC1D3 and #D3ECC1 with #C1D3EC are triadic colors.

2 #ECD3C1 and #D3C1EC with #C1D3EC are triadic colors.