COLOR #C1C3E6

HEX: #C1C3E6
RGB: (193,195,230)

Color info

#C1C3E6 contains red, green and blue colors in about the same proportion. Web safe color of #C1C3E6 is #CCCCCC (or #CCC).

RGB color model

#C1C3E6 color RGB value is (193,195,230).

  • red value is 193;
  • green value is 195;
  • blue value is 230.
RGB:
(193,195,230)
(76%,76%,90%)

RGB channels and saturation

R 193 of 255 = 76%
G 195 of 255 = 76%
B 230 of 255 = 90%

193
195
230

R + G + B ~ 81%. #C1C3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 195 + 230 = 618 (100%)
R 193 of 618 ~ 31.23%
G 195 of 618 ~ 31.55%
B 230 of 618 ~ 37.22%

%31.23
%31.55
%37.22

CMYK color model

#C1C3E6 color CMYK value is (16,15,0,10).

  • cyan value is 16.09%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(16,15,0,10)
C16M15Y0K10 
(16%,15%,0%,10%)
(0.16/0.15/0.00/0.10)	

CMYK percentages

%16.09
%15.22
%0
%9.8

Codes

Color #C1C3E6 in popluar color models

C1C3E6
RGB193195230
HSL237°42.53%82.94%
HSB/HSV237°16.09%90.20%
CMYK16.09%15.22%0.00%
9.80%

Color #C1C3E6 in popluar number systems.

HEXC1C3E6
Decimal193195230
Binary110000011100001111100110
Octal301303346

Shades and tints

Shades of #C1C3E6

#C1C3E6
(193,195,230)
#B0B2D2
(176,178,210)
#9FA1BE
(159,161,190)
#8E90AA
(142,144,170)
#7D7F96
(125,127,150)
#6C6E82
(108,110,130)
#5B5D6E
(91,93,110)
#4A4C5A
(74,76,90)
#393B46
(57,59,70)
#282A32
(40,42,50)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #C1C3E6

#C1C3E6
(193,195,230)
#C6C8E8
(198,200,232)
#CBCDEA
(203,205,234)
#D0D2EC
(208,210,236)
#D5D7EE
(213,215,238)
#DADCF0
(218,220,240)
#DFE1F2
(223,225,242)
#E4E6F4
(228,230,244)
#E9EBF6
(233,235,246)
#EEF0F8
(238,240,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C3E6 color. Also use rgb(193,195,230) instead hex code.

Text Font Color

.myTextColor { color: #C1C3E6; }

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

This text font color is #C1C3E6.


Background Color

.myBgColor { background-color: #C1C3E6; }

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

This div background color is #C1C3E6.


Border color

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

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

This div border color is #C1C3E6.


Opacity

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

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

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

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

This text has shadow with #C1C3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C3E6 on black background.


Color preview on white background

This text has color #C1C3E6 on white background.



Black color preview on #C1C3E6 background

This text has black color on #C1C3E6 background.


White color preview on #C1C3E6 background

This text has white color on #C1C3E6 background.