COLOR #C2CCDE

HEX: #C2CCDE
RGB: (194,204,222)

Color info

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

RGB color model

#C2CCDE color RGB value is (194,204,222).

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

RGB channels and saturation

R 194 of 255 = 76%
G 204 of 255 = 80%
B 222 of 255 = 87%

194
204
222

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

Portions of RGB colors in percentages

R + G + B =
194 + 204 + 222 = 620 (100%)
R 194 of 620 ~ 31.29%
G 204 of 620 ~ 32.9%
B 222 of 620 ~ 35.81%

%31.29
%32.9
%35.81

CMYK color model

#C2CCDE color CMYK value is (13,8,0,13).

  • cyan value is 12.61%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(13,8,0,13)
C13M8Y0K13 
(13%,8%,0%,13%)
(0.13/0.08/0.00/0.13)	

CMYK percentages

%12.61
%8.11
%0
%12.94

Codes

Color #C2CCDE in popluar color models

C2CCDE
RGB194204222
HSL219°29.79%81.57%
HSB/HSV219°12.61%87.06%
CMYK12.61%8.11%0.00%
12.94%

Color #C2CCDE in popluar number systems.

HEXC2CCDE
Decimal194204222
Binary110000101100110011011110
Octal302314336

Shades and tints

Shades of #C2CCDE

#C2CCDE
(194,204,222)
#B1BACA
(177,186,202)
#A0A8B6
(160,168,182)
#8F96A2
(143,150,162)
#7E848E
(126,132,142)
#6D727A
(109,114,122)
#5C6066
(92,96,102)
#4B4E52
(75,78,82)
#3A3C3E
(58,60,62)
#292A2A
(41,42,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #C2CCDE

#C2CCDE
(194,204,222)
#C7D0E1
(199,208,225)
#CCD4E4
(204,212,228)
#D1D8E7
(209,216,231)
#D6DCEA
(214,220,234)
#DBE0ED
(219,224,237)
#E0E4F0
(224,228,240)
#E5E8F3
(229,232,243)
#EAECF6
(234,236,246)
#EFF0F9
(239,240,249)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CCDE color. Also use rgb(194,204,222) instead hex code.

Text Font Color

.myTextColor { color: #C2CCDE; }

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

This text font color is #C2CCDE.


Background Color

.myBgColor { background-color: #C2CCDE; }

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

This div background color is #C2CCDE.


Border color

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

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

This div border color is #C2CCDE.


Opacity

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

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

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

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

This text has shadow with #C2CCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CCDE on black background.


Color preview on white background

This text has color #C2CCDE on white background.



Black color preview on #C2CCDE background

This text has black color on #C2CCDE background.


White color preview on #C2CCDE background

This text has white color on #C2CCDE background.