COLOR #C2C0E7

HEX: #C2C0E7
RGB: (194,192,231)

Color info

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

RGB color model

#C2C0E7 color RGB value is (194,192,231).

  • red value is 194;
  • green value is 192;
  • blue value is 231.
RGB:
(194,192,231)
(76%,75%,91%)

RGB channels and saturation

R 194 of 255 = 76%
G 192 of 255 = 75%
B 231 of 255 = 91%

194
192
231

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

Portions of RGB colors in percentages

R + G + B =
194 + 192 + 231 = 617 (100%)
R 194 of 617 ~ 31.44%
G 192 of 617 ~ 31.12%
B 231 of 617 ~ 37.44%

%31.44
%31.12
%37.44

CMYK color model

#C2C0E7 color CMYK value is (16,17,0,9).

  • cyan value is 16.02%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,17,0,9)
C16M17Y0K9 
(16%,17%,0%,9%)
(0.16/0.17/0.00/0.09)	

CMYK percentages

%16.02
%16.88
%0
%9.41

Codes

Color #C2C0E7 in popluar color models

C2C0E7
RGB194192231
HSL243°44.83%82.94%
HSB/HSV243°16.88%90.59%
CMYK16.02%16.88%0.00%
9.41%

Color #C2C0E7 in popluar number systems.

HEXC2C0E7
Decimal194192231
Binary110000101100000011100111
Octal302300347

Shades and tints

Shades of #C2C0E7

#C2C0E7
(194,192,231)
#B1AFD2
(177,175,210)
#A09EBD
(160,158,189)
#8F8DA8
(143,141,168)
#7E7C93
(126,124,147)
#6D6B7E
(109,107,126)
#5C5A69
(92,90,105)
#4B4954
(75,73,84)
#3A383F
(58,56,63)
#29272A
(41,39,42)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #C2C0E7

#C2C0E7
(194,192,231)
#C7C5E9
(199,197,233)
#CCCAEB
(204,202,235)
#D1CFED
(209,207,237)
#D6D4EF
(214,212,239)
#DBD9F1
(219,217,241)
#E0DEF3
(224,222,243)
#E5E3F5
(229,227,245)
#EAE8F7
(234,232,247)
#EFEDF9
(239,237,249)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C0E7 color. Also use rgb(194,192,231) instead hex code.

Text Font Color

.myTextColor { color: #C2C0E7; }

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

This text font color is #C2C0E7.


Background Color

.myBgColor { background-color: #C2C0E7; }

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

This div background color is #C2C0E7.


Border color

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

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

This div border color is #C2C0E7.


Opacity

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

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

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

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

This text has shadow with #C2C0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C0E7 on black background.


Color preview on white background

This text has color #C2C0E7 on white background.



Black color preview on #C2C0E7 background

This text has black color on #C2C0E7 background.


White color preview on #C2C0E7 background

This text has white color on #C2C0E7 background.