COLOR #C2CAD6

HEX: #C2CAD6 RGB: (194,202,214)

Color info

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

RGB color model

#C2CAD6 color RGB value is (194,202,214).

RGB: (194,202,214) (76%, 79%, 84%)

RGB channels and saturation

R 194 of 255 = 76%
G 202 of 255 = 79%
B 214 of 255 = 84%

194
202
214

R + G + B ~ 80%. #C2CAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 202 + 214 = 610 (100%)
R 194 of 610 ~ 31.8%
G 202 of 610 ~ 33.11%
B 214 of 610 ~ 35.08'%

%31.8
%33.11
%35.08

CMYK color model

#C2CAD6 color CMYK value is (9,6,0,16).

  • cyan value is 9.35%
  • magenta value is 5.61%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (9,6,0,16)
C9M6Y0K16 (9%, 6%, 0%, 16%)
(0.09 / 0.06 / 0.00 / 0.16)

CMYK percentages

%9.35
%5.61
%0
%16.08

Codes

Color #C2CAD6 in popluar color models

C2 CA D6
RGB 194 202 214
HSL 216° 19.61% 80.00%
HSB/HSV 216° 9.35% 83.92%
CMYK 9.35% 5.61% 0.00%
16.08%

Color #C2CAD6 in popluar number systems.

HEX C2 CA D6
Decimal 194 202 214
Binary 11000010 11001010 11010110
Octal 302 312 326

Shades and tints

Shades of #C2CAD6

#C2CAD6
(194,202,214)
#B1B8C3
(177,184,195)
#A0A6B0
(160,166,176)
#8F949D
(143,148,157)
#7E828A
(126,130,138)
#6D7077
(109,112,119)
#5C5E64
(92,94,100)
#4B4C51
(75,76,81)
#3A3A3E
(58,58,62)
#29282B
(41,40,43)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #C2CAD6

#C2CAD6
(194,202,214)
#C7CED9
(199,206,217)
#CCD2DC
(204,210,220)
#D1D6DF
(209,214,223)
#D6DAE2
(214,218,226)
#DBDEE5
(219,222,229)
#E0E2E8
(224,226,232)
#E5E6EB
(229,230,235)
#EAEAEE
(234,234,238)
#EFEEF1
(239,238,241)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CAD6 color. Also use rgb(194,202,214) instead hex code.

Text Font Color

.myTextColor { color: #C2CAD6; }

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

This text font color is #C2CAD6.

Background Color

.myBgColor { background-color: #C2CAD6; }

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

This div background color is #C2CAD6.

Border color

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

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

This div border color is #C2CAD6.

Opacity

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

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

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

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

This text has shadow with #C2CAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CAD6.

Preview

Color preview on black background

This text has color #C2CAD6 on black background.


Color preview on white background

This text has color #C2CAD6 on white background.


Black color preview on #C2CAD6 background

This text has black color on #C2CAD6 background.


White color preview on #C2CAD6 background

This text has white color on #C2CAD6 background.


Related colors

Complementary color

Complementary color for #hex is #3D3529.


I love getcolorcode.com

Triadic colors

1 #D6C2CA and #CAD6C2 with #C2CAD6 are triadic colors.

2 #D6CAC2 and #CAC2D6 with #C2CAD6 are triadic colors.