COLOR #C1C2DE

HEX: #C1C2DE
RGB: (193,194,222)

Color info

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

RGB color model

#C1C2DE color RGB value is (193,194,222).

  • red value is 193;
  • green value is 194;
  • blue value is 222.
RGB:
(193,194,222)
(76%,76%,87%)

RGB channels and saturation

R 193 of 255 = 76%
G 194 of 255 = 76%
B 222 of 255 = 87%

193
194
222

R + G + B ~ 80%. #C1C2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 194 + 222 = 609 (100%)
R 193 of 609 ~ 31.69%
G 194 of 609 ~ 31.86%
B 222 of 609 ~ 36.45%

%31.69
%31.86
%36.45

CMYK color model

#C1C2DE color CMYK value is (13,13,0,13).

  • cyan value is 13.06%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(13,13,0,13)
C13M13Y0K13 
(13%,13%,0%,13%)
(0.13/0.13/0.00/0.13)	

CMYK percentages

%13.06
%12.61
%0
%12.94

Codes

Color #C1C2DE in popluar color models

C1C2DE
RGB193194222
HSL238°30.53%81.37%
HSB/HSV238°13.06%87.06%
CMYK13.06%12.61%0.00%
12.94%

Color #C1C2DE in popluar number systems.

HEXC1C2DE
Decimal193194222
Binary110000011100001011011110
Octal301302336

Shades and tints

Shades of #C1C2DE

#C1C2DE
(193,194,222)
#B0B1CA
(176,177,202)
#9FA0B6
(159,160,182)
#8E8FA2
(142,143,162)
#7D7E8E
(125,126,142)
#6C6D7A
(108,109,122)
#5B5C66
(91,92,102)
#4A4B52
(74,75,82)
#393A3E
(57,58,62)
#28292A
(40,41,42)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #C1C2DE

#C1C2DE
(193,194,222)
#C6C7E1
(198,199,225)
#CBCCE4
(203,204,228)
#D0D1E7
(208,209,231)
#D5D6EA
(213,214,234)
#DADBED
(218,219,237)
#DFE0F0
(223,224,240)
#E4E5F3
(228,229,243)
#E9EAF6
(233,234,246)
#EEEFF9
(238,239,249)
#F3F4FC
(243,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C2DE color. Also use rgb(193,194,222) instead hex code.

Text Font Color

.myTextColor { color: #C1C2DE; }

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

This text font color is #C1C2DE.


Background Color

.myBgColor { background-color: #C1C2DE; }

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

This div background color is #C1C2DE.


Border color

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

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

This div border color is #C1C2DE.


Opacity

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

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

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

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

This text has shadow with #C1C2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C2DE on black background.


Color preview on white background

This text has color #C1C2DE on white background.



Black color preview on #C1C2DE background

This text has black color on #C1C2DE background.


White color preview on #C1C2DE background

This text has white color on #C1C2DE background.