COLOR #C1DCFA

HEX: #C1DCFA RGB: (193,220,250)

Color info

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

RGB color model

#C1DCFA color RGB value is (193,220,250).

RGB: (193,220,250) (76%, 86%, 98%)

RGB channels and saturation

R 193 of 255 = 76%
G 220 of 255 = 86%
B 250 of 255 = 98%

193
220
250

R + G + B ~ 87%. #C1DCFA is light color.

Portions of RGB colors in percentages

R + G + B = 193 + 220 + 250 = 663 (100%)
R 193 of 663 ~ 29.11%
G 220 of 663 ~ 33.18%
B 250 of 663 ~ 37.71'%

%29.11
%33.18
%37.71

CMYK color model

#C1DCFA color CMYK value is (23,12,0,2).

  • cyan value is 22.80%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (23,12,0,2) C23M12Y0K2 (23%,12%,0%,2%) (0.23/0.12/0.00/0.02) 

CMYK percentages

%22.8
%12
%0
%1.96

Codes

Color #C1DCFA in popluar color models

C1 DC FA
RGB 193 220 250
HSL 212° 85.07% 86.86%
HSB/HSV 212° 22.80% 98.04%
CMYK 22.80% 12.00% 0.00%
1.96%

Color #C1DCFA in popluar number systems.

HEX C1 DC FA
Decimal 193 220 250
Binary 11000001 11011100 11111010
Octal 301 334 372

Shades and tints

Shades of #C1DCFA

#C1DCFA
(193,220,250)
#B0C8E4
(176,200,228)
#9FB4CE
(159,180,206)
#8EA0B8
(142,160,184)
#7D8CA2
(125,140,162)
#6C788C
(108,120,140)
#5B6476
(91,100,118)
#4A5060
(74,80,96)
#393C4A
(57,60,74)
#282834
(40,40,52)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #C1DCFA

#C1DCFA
(193,220,250)
#C6DFFA
(198,223,250)
#CBE2FA
(203,226,250)
#D0E5FA
(208,229,250)
#D5E8FA
(213,232,250)
#DAEBFA
(218,235,250)
#DFEEFA
(223,238,250)
#E4F1FA
(228,241,250)
#E9F4FA
(233,244,250)
#EEF7FA
(238,247,250)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DCFA; }

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

This text font color is #C1DCFA.

Background Color

.myBgColor { background-color: #C1DCFA; }

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

This div background color is #C1DCFA.

Border color

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

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

This div border color is #C1DCFA.

Opacity

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

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

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

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

This text has shadow with #C1DCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DCFA.

Preview

Color preview on black background

This text has color #C1DCFA on black background.


Color preview on white background

This text has color #C1DCFA on white background.


Black color preview on #C1DCFA background

This text has black color on #C1DCFA background.


White color preview on #C1DCFA background

This text has white color on #C1DCFA background.


Related colors

Complementary color

Complementary color for #hex is #3E2305.


I love getcolorcode.com

Triadic colors

1 #FAC1DC and #DCFAC1 with #C1DCFA are triadic colors.

2 #FADCC1 and #DCC1FA with #C1DCFA are triadic colors.