COLOR #C2C8ED

HEX: #C2C8ED
RGB: (194,200,237)

Color info

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

RGB color model

#C2C8ED color RGB value is (194,200,237).

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

RGB channels and saturation

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

194
200
237

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

Portions of RGB colors in percentages

R + G + B =
194 + 200 + 237 = 631 (100%)
R 194 of 631 ~ 30.74%
G 200 of 631 ~ 31.7%
B 237 of 631 ~ 37.56%

%30.74
%31.7
%37.56

CMYK color model

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

  • cyan value is 18.14%
  • magenta value is 15.61%
  • 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
%15.61
%0
%7.06

Codes

Color #C2C8ED in popluar color models

C2C8ED
RGB194200237
HSL232°54.43%84.51%
HSB/HSV232°18.14%92.94%
CMYK18.14%15.61%0.00%
7.06%

Color #C2C8ED in popluar number systems.

HEXC2C8ED
Decimal194200237
Binary110000101100100011101101
Octal302310355

Shades and tints

Shades of #C2C8ED

#C2C8ED
(194,200,237)
#B1B6D8
(177,182,216)
#A0A4C3
(160,164,195)
#8F92AE
(143,146,174)
#7E8099
(126,128,153)
#6D6E84
(109,110,132)
#5C5C6F
(92,92,111)
#4B4A5A
(75,74,90)
#3A3845
(58,56,69)
#292630
(41,38,48)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #C2C8ED

#C2C8ED
(194,200,237)
#C7CDEE
(199,205,238)
#CCD2EF
(204,210,239)
#D1D7F0
(209,215,240)
#D6DCF1
(214,220,241)
#DBE1F2
(219,225,242)
#E0E6F3
(224,230,243)
#E5EBF4
(229,235,244)
#EAF0F5
(234,240,245)
#EFF5F6
(239,245,246)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C8ED; }

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

This text font color is #C2C8ED.


Background Color

.myBgColor { background-color: #C2C8ED; }

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

This div background color is #C2C8ED.


Border color

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

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

This div border color is #C2C8ED.


Opacity

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

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

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

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

This text has shadow with #C2C8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C8ED on black background.


Color preview on white background

This text has color #C2C8ED on white background.



Black color preview on #C2C8ED background

This text has black color on #C2C8ED background.


White color preview on #C2C8ED background

This text has white color on #C2C8ED background.