COLOR #C6CAD2

HEX: #C6CAD2 RGB: (198,202,210)

Color info

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

RGB color model

#C6CAD2 color RGB value is (198,202,210).

RGB: (198,202,210) (78%, 79%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 210 of 255 = 82%

198
202
210

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

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 210 = 610 (100%)
R 198 of 610 ~ 32.46%
G 202 of 610 ~ 33.11%
B 210 of 610 ~ 34.43'%

%32.46
%33.11
%34.43

CMYK color model

#C6CAD2 color CMYK value is (6,4,0,18).

  • cyan value is 5.71%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (6,4,0,18)
C6M4Y0K18 (6%, 4%, 0%, 18%)
(0.06 / 0.04 / 0.00 / 0.18)

CMYK percentages

%5.71
%3.81
%0
%17.65

Codes

Color #C6CAD2 in popluar color models

C6 CA D2
RGB 198 202 210
HSL 220° 11.76% 80.00%
HSB/HSV 220° 5.71% 82.35%
CMYK 5.71% 3.81% 0.00%
17.65%

Color #C6CAD2 in popluar number systems.

HEX C6 CA D2
Decimal 198 202 210
Binary 11000110 11001010 11010010
Octal 306 312 322

Shades and tints

Shades of #C6CAD2

#C6CAD2
(198,202,210)
#B4B8BF
(180,184,191)
#A2A6AC
(162,166,172)
#909499
(144,148,153)
#7E8286
(126,130,134)
#6C7073
(108,112,115)
#5A5E60
(90,94,96)
#484C4D
(72,76,77)
#363A3A
(54,58,58)
#242827
(36,40,39)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6CAD2

#C6CAD2
(198,202,210)
#CBCED6
(203,206,214)
#D0D2DA
(208,210,218)
#D5D6DE
(213,214,222)
#DADAE2
(218,218,226)
#DFDEE6
(223,222,230)
#E4E2EA
(228,226,234)
#E9E6EE
(233,230,238)
#EEEAF2
(238,234,242)
#F3EEF6
(243,238,246)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CAD2 color. Also use rgb(198,202,210) instead hex code.

Text Font Color

.myTextColor { color: #C6CAD2; }

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

This text font color is #C6CAD2.

Background Color

.myBgColor { background-color: #C6CAD2; }

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

This div background color is #C6CAD2.

Border color

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

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

This div border color is #C6CAD2.

Opacity

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

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

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

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

This text has shadow with #C6CAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CAD2.

Preview

Color preview on black background

This text has color #C6CAD2 on black background.


Color preview on white background

This text has color #C6CAD2 on white background.


Black color preview on #C6CAD2 background

This text has black color on #C6CAD2 background.


White color preview on #C6CAD2 background

This text has white color on #C6CAD2 background.


Related colors

Complementary color

Complementary color for #hex is #39352D.


I love getcolorcode.com

Triadic colors

1 #D2C6CA and #CAD2C6 with #C6CAD2 are triadic colors.

2 #D2CAC6 and #CAC6D2 with #C6CAD2 are triadic colors.