COLOR #C2CBEF

HEX: #C2CBEF
RGB: (194,203,239)

Color info

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

RGB color model

#C2CBEF color RGB value is (194,203,239).

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

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 239 of 255 = 94%

194
203
239

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

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 239 = 636 (100%)
R 194 of 636 ~ 30.5%
G 203 of 636 ~ 31.92%
B 239 of 636 ~ 37.58%

%30.5
%31.92
%37.58

CMYK color model

#C2CBEF color CMYK value is (19,15,0,6).

  • cyan value is 18.83%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(19,15,0,6)
C19M15Y0K6 
(19%,15%,0%,6%)
(0.19/0.15/0.00/0.06)	

CMYK percentages

%18.83
%15.06
%0
%6.27

Codes

Color #C2CBEF in popluar color models

C2CBEF
RGB194203239
HSL228°58.44%84.90%
HSB/HSV228°18.83%93.73%
CMYK18.83%15.06%0.00%
6.27%

Color #C2CBEF in popluar number systems.

HEXC2CBEF
Decimal194203239
Binary110000101100101111101111
Octal302313357

Shades and tints

Shades of #C2CBEF

#C2CBEF
(194,203,239)
#B1B9DA
(177,185,218)
#A0A7C5
(160,167,197)
#8F95B0
(143,149,176)
#7E839B
(126,131,155)
#6D7186
(109,113,134)
#5C5F71
(92,95,113)
#4B4D5C
(75,77,92)
#3A3B47
(58,59,71)
#292932
(41,41,50)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #C2CBEF

#C2CBEF
(194,203,239)
#C7CFF0
(199,207,240)
#CCD3F1
(204,211,241)
#D1D7F2
(209,215,242)
#D6DBF3
(214,219,243)
#DBDFF4
(219,223,244)
#E0E3F5
(224,227,245)
#E5E7F6
(229,231,246)
#EAEBF7
(234,235,247)
#EFEFF8
(239,239,248)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CBEF; }

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

This text font color is #C2CBEF.


Background Color

.myBgColor { background-color: #C2CBEF; }

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

This div background color is #C2CBEF.


Border color

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

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

This div border color is #C2CBEF.


Opacity

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

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

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

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

This text has shadow with #C2CBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CBEF on black background.


Color preview on white background

This text has color #C2CBEF on white background.



Black color preview on #C2CBEF background

This text has black color on #C2CBEF background.


White color preview on #C2CBEF background

This text has white color on #C2CBEF background.