COLOR #C2C7ED

HEX: #C2C7ED
RGB: (194,199,237)

Color info

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

RGB color model

#C2C7ED color RGB value is (194,199,237).

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

RGB channels and saturation

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

194
199
237

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

Portions of RGB colors in percentages

R + G + B =
194 + 199 + 237 = 630 (100%)
R 194 of 630 ~ 30.79%
G 199 of 630 ~ 31.59%
B 237 of 630 ~ 37.62%

%30.79
%31.59
%37.62

CMYK color model

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

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

CMYK percentages

%18.14
%16.03
%0
%7.06

Codes

Color #C2C7ED in popluar color models

C2C7ED
RGB194199237
HSL233°54.43%84.51%
HSB/HSV233°18.14%92.94%
CMYK18.14%16.03%0.00%
7.06%

Color #C2C7ED in popluar number systems.

HEXC2C7ED
Decimal194199237
Binary110000101100011111101101
Octal302307355

Shades and tints

Shades of #C2C7ED

#C2C7ED
(194,199,237)
#B1B5D8
(177,181,216)
#A0A3C3
(160,163,195)
#8F91AE
(143,145,174)
#7E7F99
(126,127,153)
#6D6D84
(109,109,132)
#5C5B6F
(92,91,111)
#4B495A
(75,73,90)
#3A3745
(58,55,69)
#292530
(41,37,48)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #C2C7ED

#C2C7ED
(194,199,237)
#C7CCEE
(199,204,238)
#CCD1EF
(204,209,239)
#D1D6F0
(209,214,240)
#D6DBF1
(214,219,241)
#DBE0F2
(219,224,242)
#E0E5F3
(224,229,243)
#E5EAF4
(229,234,244)
#EAEFF5
(234,239,245)
#EFF4F6
(239,244,246)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C7ED; }

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

This text font color is #C2C7ED.


Background Color

.myBgColor { background-color: #C2C7ED; }

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

This div background color is #C2C7ED.


Border color

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

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

This div border color is #C2C7ED.


Opacity

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

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

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

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

This text has shadow with #C2C7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C7ED on black background.


Color preview on white background

This text has color #C2C7ED on white background.



Black color preview on #C2C7ED background

This text has black color on #C2C7ED background.


White color preview on #C2C7ED background

This text has white color on #C2C7ED background.