COLOR #C2C2ED

HEX: #C2C2ED
RGB: (194,194,237)

Color info

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

RGB color model

#C2C2ED color RGB value is (194,194,237).

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

RGB channels and saturation

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

194
194
237

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

Portions of RGB colors in percentages

R + G + B =
194 + 194 + 237 = 625 (100%)
R 194 of 625 ~ 31.04%
G 194 of 625 ~ 31.04%
B 237 of 625 ~ 37.92%

%31.04
%31.04
%37.92

CMYK color model

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

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

CMYK percentages

%18.14
%18.14
%0
%7.06

Codes

Color #C2C2ED in popluar color models

C2C2ED
RGB194194237
HSL240°54.43%84.51%
HSB/HSV240°18.14%92.94%
CMYK18.14%18.14%0.00%
7.06%

Color #C2C2ED in popluar number systems.

HEXC2C2ED
Decimal194194237
Binary110000101100001011101101
Octal302302355

Shades and tints

Shades of #C2C2ED

#C2C2ED
(194,194,237)
#B1B1D8
(177,177,216)
#A0A0C3
(160,160,195)
#8F8FAE
(143,143,174)
#7E7E99
(126,126,153)
#6D6D84
(109,109,132)
#5C5C6F
(92,92,111)
#4B4B5A
(75,75,90)
#3A3A45
(58,58,69)
#292930
(41,41,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #C2C2ED

#C2C2ED
(194,194,237)
#C7C7EE
(199,199,238)
#CCCCEF
(204,204,239)
#D1D1F0
(209,209,240)
#D6D6F1
(214,214,241)
#DBDBF2
(219,219,242)
#E0E0F3
(224,224,243)
#E5E5F4
(229,229,244)
#EAEAF5
(234,234,245)
#EFEFF6
(239,239,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C2ED; }

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

This text font color is #C2C2ED.


Background Color

.myBgColor { background-color: #C2C2ED; }

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

This div background color is #C2C2ED.


Border color

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

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

This div border color is #C2C2ED.


Opacity

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

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

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

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

This text has shadow with #C2C2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C2ED on black background.


Color preview on white background

This text has color #C2C2ED on white background.



Black color preview on #C2C2ED background

This text has black color on #C2C2ED background.


White color preview on #C2C2ED background

This text has white color on #C2C2ED background.