COLOR #C1C6E1

HEX: #C1C6E1
RGB: (193,198,225)

Color info

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

RGB color model

#C1C6E1 color RGB value is (193,198,225).

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

RGB channels and saturation

R 193 of 255 = 76%
G 198 of 255 = 78%
B 225 of 255 = 88%

193
198
225

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

Portions of RGB colors in percentages

R + G + B =
193 + 198 + 225 = 616 (100%)
R 193 of 616 ~ 31.33%
G 198 of 616 ~ 32.14%
B 225 of 616 ~ 36.53%

%31.33
%32.14
%36.53

CMYK color model

#C1C6E1 color CMYK value is (14,12,0,12).

  • cyan value is 14.22%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (14,12,0,12) C14M12Y0K12 (14%,12%,0%,12%) (0.14/0.12/0.00/0.12)

CMYK percentages

%14.22
%12
%0
%11.76

Codes

Color #C1C6E1 in popluar color models

C1C6E1
RGB193198225
HSL231°34.78%81.96%
HSB/HSV231°14.22%88.24%
CMYK14.22%12.00%0.00%
11.76%

Color #C1C6E1 in popluar number systems.

HEXC1C6E1
Decimal193198225
Binary110000011100011011100001
Octal301306341

Shades and tints

Shades of #C1C6E1

#C1C6E1
(193,198,225)
#B0B4CD
(176,180,205)
#9FA2B9
(159,162,185)
#8E90A5
(142,144,165)
#7D7E91
(125,126,145)
#6C6C7D
(108,108,125)
#5B5A69
(91,90,105)
#4A4855
(74,72,85)
#393641
(57,54,65)
#28242D
(40,36,45)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #C1C6E1

#C1C6E1
(193,198,225)
#C6CBE3
(198,203,227)
#CBD0E5
(203,208,229)
#D0D5E7
(208,213,231)
#D5DAE9
(213,218,233)
#DADFEB
(218,223,235)
#DFE4ED
(223,228,237)
#E4E9EF
(228,233,239)
#E9EEF1
(233,238,241)
#EEF3F3
(238,243,243)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C6E1; }

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

This text font color is #C1C6E1.


Background Color

.myBgColor { background-color: #C1C6E1; }

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

This div background color is #C1C6E1.


Border color

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

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

This div border color is #C1C6E1.


Opacity

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

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

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

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

This text has shadow with #C1C6E1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C1C6E1 on black background.


Color preview on white background

This text has color #C1C6E1 on white background.



Black color preview on #C1C6E1 background

This text has black color on #C1C6E1 background.


White color preview on #C1C6E1 background

This text has white color on #C1C6E1 background.