COLOR #C1C6F6

HEX: #C1C6F6
RGB: (193,198,246)

Color info

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

RGB color model

#C1C6F6 color RGB value is (193,198,246).

  • red value is 193;
  • green value is 198;
  • blue value is 246.
RGB:
(193,198,246)
(76%,78%,96%)

RGB channels and saturation

R 193 of 255 = 76%
G 198 of 255 = 78%
B 246 of 255 = 96%

193
198
246

R + G + B ~ 83%. #C1C6F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 198 + 246 = 637 (100%)
R 193 of 637 ~ 30.3%
G 198 of 637 ~ 31.08%
B 246 of 637 ~ 38.62%

%30.3
%31.08
%38.62

CMYK color model

#C1C6F6 color CMYK value is (22,20,0,4).

  • cyan value is 21.54%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(22,20,0,4)
C22M20Y0K4 
(22%,20%,0%,4%)
(0.22/0.20/0.00/0.04)	

CMYK percentages

%21.54
%19.51
%0
%3.53

Codes

Color #C1C6F6 in popluar color models

C1C6F6
RGB193198246
HSL234°74.65%86.08%
HSB/HSV234°21.54%96.47%
CMYK21.54%19.51%0.00%
3.53%

Color #C1C6F6 in popluar number systems.

HEXC1C6F6
Decimal193198246
Binary110000011100011011110110
Octal301306366

Shades and tints

Shades of #C1C6F6

#C1C6F6
(193,198,246)
#B0B4E0
(176,180,224)
#9FA2CA
(159,162,202)
#8E90B4
(142,144,180)
#7D7E9E
(125,126,158)
#6C6C88
(108,108,136)
#5B5A72
(91,90,114)
#4A485C
(74,72,92)
#393646
(57,54,70)
#282430
(40,36,48)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #C1C6F6

#C1C6F6
(193,198,246)
#C6CBF6
(198,203,246)
#CBD0F6
(203,208,246)
#D0D5F6
(208,213,246)
#D5DAF6
(213,218,246)
#DADFF6
(218,223,246)
#DFE4F6
(223,228,246)
#E4E9F6
(228,233,246)
#E9EEF6
(233,238,246)
#EEF3F6
(238,243,246)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C6F6 color. Also use rgb(193,198,246) instead hex code.

Text Font Color

.myTextColor { color: #C1C6F6; }

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

This text font color is #C1C6F6.


Background Color

.myBgColor { background-color: #C1C6F6; }

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

This div background color is #C1C6F6.


Border color

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

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

This div border color is #C1C6F6.


Opacity

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

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

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

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

This text has shadow with #C1C6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C6F6 on black background.


Color preview on white background

This text has color #C1C6F6 on white background.



Black color preview on #C1C6F6 background

This text has black color on #C1C6F6 background.


White color preview on #C1C6F6 background

This text has white color on #C1C6F6 background.