COLOR #C2C7EF

HEX: #C2C7EF
RGB: (194,199,239)

Color info

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

RGB color model

#C2C7EF color RGB value is (194,199,239).

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

RGB channels and saturation

R 194 of 255 = 76%
G 199 of 255 = 78%
B 239 of 255 = 94%

194
199
239

R + G + B ~ 83%. #C2C7EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 199 + 239 = 632 (100%)
R 194 of 632 ~ 30.7%
G 199 of 632 ~ 31.49%
B 239 of 632 ~ 37.82%

%30.7
%31.49
%37.82

CMYK color model

#C2C7EF color CMYK value is (19,17,0,6).

  • cyan value is 18.83%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(19,17,0,6)
C19M17Y0K6 
(19%,17%,0%,6%)
(0.19/0.17/0.00/0.06)	

CMYK percentages

%18.83
%16.74
%0
%6.27

Codes

Color #C2C7EF in popluar color models

C2C7EF
RGB194199239
HSL233°58.44%84.90%
HSB/HSV233°18.83%93.73%
CMYK18.83%16.74%0.00%
6.27%

Color #C2C7EF in popluar number systems.

HEXC2C7EF
Decimal194199239
Binary110000101100011111101111
Octal302307357

Shades and tints

Shades of #C2C7EF

#C2C7EF
(194,199,239)
#B1B5DA
(177,181,218)
#A0A3C5
(160,163,197)
#8F91B0
(143,145,176)
#7E7F9B
(126,127,155)
#6D6D86
(109,109,134)
#5C5B71
(92,91,113)
#4B495C
(75,73,92)
#3A3747
(58,55,71)
#292532
(41,37,50)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #C2C7EF

#C2C7EF
(194,199,239)
#C7CCF0
(199,204,240)
#CCD1F1
(204,209,241)
#D1D6F2
(209,214,242)
#D6DBF3
(214,219,243)
#DBE0F4
(219,224,244)
#E0E5F5
(224,229,245)
#E5EAF6
(229,234,246)
#EAEFF7
(234,239,247)
#EFF4F8
(239,244,248)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C7EF; }

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

This text font color is #C2C7EF.


Background Color

.myBgColor { background-color: #C2C7EF; }

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

This div background color is #C2C7EF.


Border color

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

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

This div border color is #C2C7EF.


Opacity

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

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

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

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

This text has shadow with #C2C7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C7EF on black background.


Color preview on white background

This text has color #C2C7EF on white background.



Black color preview on #C2C7EF background

This text has black color on #C2C7EF background.


White color preview on #C2C7EF background

This text has white color on #C2C7EF background.