COLOR #C2CAD7

HEX: #C2CAD7 RGB: (194,202,215)

Color info

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

RGB color model

#C2CAD7 color RGB value is (194,202,215).

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

RGB channels and saturation

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

194
202
215

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

Portions of RGB colors in percentages

R + G + B = 194 + 202 + 215 = 611 (100%)
R 194 of 611 ~ 31.75%
G 202 of 611 ~ 33.06%
B 215 of 611 ~ 35.19'%

%31.75
%33.06
%35.19

CMYK color model

#C2CAD7 color CMYK value is (10,6,0,16).

  • cyan value is 9.77%
  • magenta value is 6.05%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (10,6,0,16)
C10M6Y0K16 (10%, 6%, 0%, 16%)
(0.10 / 0.06 / 0.00 / 0.16)

CMYK percentages

%9.77
%6.05
%0
%15.69

Codes

Color #C2CAD7 in popluar color models

C2 CA D7
RGB 194 202 215
HSL 217° 20.79% 80.20%
HSB/HSV 217° 9.77% 84.31%
CMYK 9.77% 6.05% 0.00%
15.69%

Color #C2CAD7 in popluar number systems.

HEX C2 CA D7
Decimal 194 202 215
Binary 11000010 11001010 11010111
Octal 302 312 327

Shades and tints

Shades of #C2CAD7

#C2CAD7
(194,202,215)
#B1B8C4
(177,184,196)
#A0A6B1
(160,166,177)
#8F949E
(143,148,158)
#7E828B
(126,130,139)
#6D7078
(109,112,120)
#5C5E65
(92,94,101)
#4B4C52
(75,76,82)
#3A3A3F
(58,58,63)
#29282C
(41,40,44)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #C2CAD7

#C2CAD7
(194,202,215)
#C7CEDA
(199,206,218)
#CCD2DD
(204,210,221)
#D1D6E0
(209,214,224)
#D6DAE3
(214,218,227)
#DBDEE6
(219,222,230)
#E0E2E9
(224,226,233)
#E5E6EC
(229,230,236)
#EAEAEF
(234,234,239)
#EFEEF2
(239,238,242)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CAD7; }

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

This text font color is #C2CAD7.

Background Color

.myBgColor { background-color: #C2CAD7; }

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

This div background color is #C2CAD7.

Border color

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

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

This div border color is #C2CAD7.

Opacity

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

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

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

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

This text has shadow with #C2CAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CAD7.

Preview

Color preview on black background

This text has color #C2CAD7 on black background.


Color preview on white background

This text has color #C2CAD7 on white background.


Black color preview on #C2CAD7 background

This text has black color on #C2CAD7 background.


White color preview on #C2CAD7 background

This text has white color on #C2CAD7 background.


Related colors

Complementary color

Complementary color for #hex is #3D3528.


I love getcolorcode.com

Triadic colors

1 #D7C2CA and #CAD7C2 with #C2CAD7 are triadic colors.

2 #D7CAC2 and #CAC2D7 with #C2CAD7 are triadic colors.