COLOR #C2C0ED

HEX: #C2C0ED
RGB: (194,192,237)

Color info

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

RGB color model

#C2C0ED color RGB value is (194,192,237).

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

RGB channels and saturation

R 194 of 255 = 76%
G 192 of 255 = 75%
B 237 of 255 = 93%

194
192
237

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

Portions of RGB colors in percentages

R + G + B =
194 + 192 + 237 = 623 (100%)
R 194 of 623 ~ 31.14%
G 192 of 623 ~ 30.82%
B 237 of 623 ~ 38.04%

%31.14
%30.82
%38.04

CMYK color model

#C2C0ED color CMYK value is (18,19,0,7).

  • cyan value is 18.14%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(18,19,0,7)
C18M19Y0K7 
(18%,19%,0%,7%)
(0.18/0.19/0.00/0.07)	

CMYK percentages

%18.14
%18.99
%0
%7.06

Codes

Color #C2C0ED in popluar color models

C2C0ED
RGB194192237
HSL243°55.56%84.12%
HSB/HSV243°18.99%92.94%
CMYK18.14%18.99%0.00%
7.06%

Color #C2C0ED in popluar number systems.

HEXC2C0ED
Decimal194192237
Binary110000101100000011101101
Octal302300355

Shades and tints

Shades of #C2C0ED

#C2C0ED
(194,192,237)
#B1AFD8
(177,175,216)
#A09EC3
(160,158,195)
#8F8DAE
(143,141,174)
#7E7C99
(126,124,153)
#6D6B84
(109,107,132)
#5C5A6F
(92,90,111)
#4B495A
(75,73,90)
#3A3845
(58,56,69)
#292730
(41,39,48)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #C2C0ED

#C2C0ED
(194,192,237)
#C7C5EE
(199,197,238)
#CCCAEF
(204,202,239)
#D1CFF0
(209,207,240)
#D6D4F1
(214,212,241)
#DBD9F2
(219,217,242)
#E0DEF3
(224,222,243)
#E5E3F4
(229,227,244)
#EAE8F5
(234,232,245)
#EFEDF6
(239,237,246)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C0ED; }

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

This text font color is #C2C0ED.


Background Color

.myBgColor { background-color: #C2C0ED; }

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

This div background color is #C2C0ED.


Border color

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

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

This div border color is #C2C0ED.


Opacity

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

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

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

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

This text has shadow with #C2C0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C0ED on black background.


Color preview on white background

This text has color #C2C0ED on white background.



Black color preview on #C2C0ED background

This text has black color on #C2C0ED background.


White color preview on #C2C0ED background

This text has white color on #C2C0ED background.