COLOR #C2CBDF

HEX: #C2CBDF
RGB: (194,203,223)

Color info

#C2CBDF contains red, green and blue colors in about the same proportion. Web safe color of #C2CBDF is #CCCCCC (or #CCC).

RGB color model

#C2CBDF color RGB value is (194,203,223).

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

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 223 of 255 = 87%

194
203
223

R + G + B ~ 81%. #C2CBDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 223 = 620 (100%)
R 194 of 620 ~ 31.29%
G 203 of 620 ~ 32.74%
B 223 of 620 ~ 35.97%

%31.29
%32.74
%35.97

CMYK color model

#C2CBDF color CMYK value is (13,9,0,13).

  • cyan value is 13.00%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,9,0,13)
C13M9Y0K13 
(13%,9%,0%,13%)
(0.13/0.09/0.00/0.13)	

CMYK percentages

%13
%8.97
%0
%12.55

Codes

Color #C2CBDF in popluar color models

C2CBDF
RGB194203223
HSL221°31.18%81.76%
HSB/HSV221°13.00%87.45%
CMYK13.00%8.97%0.00%
12.55%

Color #C2CBDF in popluar number systems.

HEXC2CBDF
Decimal194203223
Binary110000101100101111011111
Octal302313337

Shades and tints

Shades of #C2CBDF

#C2CBDF
(194,203,223)
#B1B9CB
(177,185,203)
#A0A7B7
(160,167,183)
#8F95A3
(143,149,163)
#7E838F
(126,131,143)
#6D717B
(109,113,123)
#5C5F67
(92,95,103)
#4B4D53
(75,77,83)
#3A3B3F
(58,59,63)
#29292B
(41,41,43)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #C2CBDF

#C2CBDF
(194,203,223)
#C7CFE1
(199,207,225)
#CCD3E3
(204,211,227)
#D1D7E5
(209,215,229)
#D6DBE7
(214,219,231)
#DBDFE9
(219,223,233)
#E0E3EB
(224,227,235)
#E5E7ED
(229,231,237)
#EAEBEF
(234,235,239)
#EFEFF1
(239,239,241)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CBDF; }

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

This text font color is #C2CBDF.


Background Color

.myBgColor { background-color: #C2CBDF; }

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

This div background color is #C2CBDF.


Border color

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

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

This div border color is #C2CBDF.


Opacity

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

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

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

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

This text has shadow with #C2CBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CBDF on black background.


Color preview on white background

This text has color #C2CBDF on white background.



Black color preview on #C2CBDF background

This text has black color on #C2CBDF background.


White color preview on #C2CBDF background

This text has white color on #C2CBDF background.