COLOR #C1C9E6

HEX: #C1C9E6
RGB: (193,201,230)

Color info

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

RGB color model

#C1C9E6 color RGB value is (193,201,230).

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

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 230 of 255 = 90%

193
201
230

R + G + B ~ 82%. #C1C9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 201 + 230 = 624 (100%)
R 193 of 624 ~ 30.93%
G 201 of 624 ~ 32.21%
B 230 of 624 ~ 36.86%

%30.93
%32.21
%36.86

CMYK color model

#C1C9E6 color CMYK value is (16,13,0,10).

  • cyan value is 16.09%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(16,13,0,10)
C16M13Y0K10 
(16%,13%,0%,10%)
(0.16/0.13/0.00/0.10)	

CMYK percentages

%16.09
%12.61
%0
%9.8

Codes

Color #C1C9E6 in popluar color models

C1C9E6
RGB193201230
HSL227°42.53%82.94%
HSB/HSV227°16.09%90.20%
CMYK16.09%12.61%0.00%
9.80%

Color #C1C9E6 in popluar number systems.

HEXC1C9E6
Decimal193201230
Binary110000011100100111100110
Octal301311346

Shades and tints

Shades of #C1C9E6

#C1C9E6
(193,201,230)
#B0B7D2
(176,183,210)
#9FA5BE
(159,165,190)
#8E93AA
(142,147,170)
#7D8196
(125,129,150)
#6C6F82
(108,111,130)
#5B5D6E
(91,93,110)
#4A4B5A
(74,75,90)
#393946
(57,57,70)
#282732
(40,39,50)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #C1C9E6

#C1C9E6
(193,201,230)
#C6CDE8
(198,205,232)
#CBD1EA
(203,209,234)
#D0D5EC
(208,213,236)
#D5D9EE
(213,217,238)
#DADDF0
(218,221,240)
#DFE1F2
(223,225,242)
#E4E5F4
(228,229,244)
#E9E9F6
(233,233,246)
#EEEDF8
(238,237,248)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C9E6; }

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

This text font color is #C1C9E6.


Background Color

.myBgColor { background-color: #C1C9E6; }

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

This div background color is #C1C9E6.


Border color

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

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

This div border color is #C1C9E6.


Opacity

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

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

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

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

This text has shadow with #C1C9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C9E6 on black background.


Color preview on white background

This text has color #C1C9E6 on white background.



Black color preview on #C1C9E6 background

This text has black color on #C1C9E6 background.


White color preview on #C1C9E6 background

This text has white color on #C1C9E6 background.