COLOR #C2C1E5

HEX: #C2C1E5
RGB: (194,193,229)

Color info

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

RGB color model

#C2C1E5 color RGB value is (194,193,229).

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

RGB channels and saturation

R 194 of 255 = 76%
G 193 of 255 = 76%
B 229 of 255 = 90%

194
193
229

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

Portions of RGB colors in percentages

R + G + B =
194 + 193 + 229 = 616 (100%)
R 194 of 616 ~ 31.49%
G 193 of 616 ~ 31.33%
B 229 of 616 ~ 37.18%

%31.49
%31.33
%37.18

CMYK color model

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

  • cyan value is 15.28%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(15,16,0,10)
C15M16Y0K10 
(15%,16%,0%,10%)
(0.15/0.16/0.00/0.10)	

CMYK percentages

%15.28
%15.72
%0
%10.2

Codes

Color #C2C1E5 in popluar color models

C2C1E5
RGB194193229
HSL242°40.91%82.75%
HSB/HSV242°15.72%89.80%
CMYK15.28%15.72%0.00%
10.20%

Color #C2C1E5 in popluar number systems.

HEXC2C1E5
Decimal194193229
Binary110000101100000111100101
Octal302301345

Shades and tints

Shades of #C2C1E5

#C2C1E5
(194,193,229)
#B1B0D1
(177,176,209)
#A09FBD
(160,159,189)
#8F8EA9
(143,142,169)
#7E7D95
(126,125,149)
#6D6C81
(109,108,129)
#5C5B6D
(92,91,109)
#4B4A59
(75,74,89)
#3A3945
(58,57,69)
#292831
(41,40,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #C2C1E5

#C2C1E5
(194,193,229)
#C7C6E7
(199,198,231)
#CCCBE9
(204,203,233)
#D1D0EB
(209,208,235)
#D6D5ED
(214,213,237)
#DBDAEF
(219,218,239)
#E0DFF1
(224,223,241)
#E5E4F3
(229,228,243)
#EAE9F5
(234,233,245)
#EFEEF7
(239,238,247)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C1E5; }

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

This text font color is #C2C1E5.


Background Color

.myBgColor { background-color: #C2C1E5; }

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

This div background color is #C2C1E5.


Border color

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

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

This div border color is #C2C1E5.


Opacity

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

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

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

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

This text has shadow with #C2C1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C1E5 on black background.


Color preview on white background

This text has color #C2C1E5 on white background.



Black color preview on #C2C1E5 background

This text has black color on #C2C1E5 background.


White color preview on #C2C1E5 background

This text has white color on #C2C1E5 background.