COLOR #C2CBEC

HEX: #C2CBEC
RGB: (194,203,236)

Color info

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

RGB color model

#C2CBEC color RGB value is (194,203,236).

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

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 236 of 255 = 93%

194
203
236

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

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 236 = 633 (100%)
R 194 of 633 ~ 30.65%
G 203 of 633 ~ 32.07%
B 236 of 633 ~ 37.28%

%30.65
%32.07
%37.28

CMYK color model

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

  • cyan value is 17.80%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(18,14,0,7)
C18M14Y0K7 
(18%,14%,0%,7%)
(0.18/0.14/0.00/0.07)	

CMYK percentages

%17.8
%13.98
%0
%7.45

Codes

Color #C2CBEC in popluar color models

C2CBEC
RGB194203236
HSL227°52.50%84.31%
HSB/HSV227°17.80%92.55%
CMYK17.80%13.98%0.00%
7.45%

Color #C2CBEC in popluar number systems.

HEXC2CBEC
Decimal194203236
Binary110000101100101111101100
Octal302313354

Shades and tints

Shades of #C2CBEC

#C2CBEC
(194,203,236)
#B1B9D7
(177,185,215)
#A0A7C2
(160,167,194)
#8F95AD
(143,149,173)
#7E8398
(126,131,152)
#6D7183
(109,113,131)
#5C5F6E
(92,95,110)
#4B4D59
(75,77,89)
#3A3B44
(58,59,68)
#29292F
(41,41,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #C2CBEC

#C2CBEC
(194,203,236)
#C7CFED
(199,207,237)
#CCD3EE
(204,211,238)
#D1D7EF
(209,215,239)
#D6DBF0
(214,219,240)
#DBDFF1
(219,223,241)
#E0E3F2
(224,227,242)
#E5E7F3
(229,231,243)
#EAEBF4
(234,235,244)
#EFEFF5
(239,239,245)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CBEC; }

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

This text font color is #C2CBEC.


Background Color

.myBgColor { background-color: #C2CBEC; }

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

This div background color is #C2CBEC.


Border color

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

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

This div border color is #C2CBEC.


Opacity

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

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

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

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

This text has shadow with #C2CBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CBEC on black background.


Color preview on white background

This text has color #C2CBEC on white background.



Black color preview on #C2CBEC background

This text has black color on #C2CBEC background.


White color preview on #C2CBEC background

This text has white color on #C2CBEC background.