COLOR #C6CAD1

HEX: #C6CAD1 RGB: (198,202,209)

Color info

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

RGB color model

#C6CAD1 color RGB value is (198,202,209).

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

RGB channels and saturation

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

198
202
209

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

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 209 = 609 (100%)
R 198 of 609 ~ 32.51%
G 202 of 609 ~ 33.17%
B 209 of 609 ~ 34.32'%

%32.51
%33.17
%34.32

CMYK color model

#C6CAD1 color CMYK value is (5,3,0,18).

  • cyan value is 5.26%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (5,3,0,18)
C5M3Y0K18 (5%, 3%, 0%, 18%)
(0.05 / 0.03 / 0.00 / 0.18)

CMYK percentages

%5.26
%3.35
%0
%18.04

Codes

Color #C6CAD1 in popluar color models

C6 CA D1
RGB 198 202 209
HSL 218° 10.68% 79.80%
HSB/HSV 218° 5.26% 81.96%
CMYK 5.26% 3.35% 0.00%
18.04%

Color #C6CAD1 in popluar number systems.

HEX C6 CA D1
Decimal 198 202 209
Binary 11000110 11001010 11010001
Octal 306 312 321

Shades and tints

Shades of #C6CAD1

#C6CAD1
(198,202,209)
#B4B8BE
(180,184,190)
#A2A6AB
(162,166,171)
#909498
(144,148,152)
#7E8285
(126,130,133)
#6C7072
(108,112,114)
#5A5E5F
(90,94,95)
#484C4C
(72,76,76)
#363A39
(54,58,57)
#242826
(36,40,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6CAD1

#C6CAD1
(198,202,209)
#CBCED5
(203,206,213)
#D0D2D9
(208,210,217)
#D5D6DD
(213,214,221)
#DADAE1
(218,218,225)
#DFDEE5
(223,222,229)
#E4E2E9
(228,226,233)
#E9E6ED
(233,230,237)
#EEEAF1
(238,234,241)
#F3EEF5
(243,238,245)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CAD1; }

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

This text font color is #C6CAD1.

Background Color

.myBgColor { background-color: #C6CAD1; }

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

This div background color is #C6CAD1.

Border color

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

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

This div border color is #C6CAD1.

Opacity

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

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

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

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

This text has shadow with #C6CAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CAD1.

Preview

Color preview on black background

This text has color #C6CAD1 on black background.


Color preview on white background

This text has color #C6CAD1 on white background.


Black color preview on #C6CAD1 background

This text has black color on #C6CAD1 background.


White color preview on #C6CAD1 background

This text has white color on #C6CAD1 background.


Related colors

Complementary color

Complementary color for #hex is #39352E.


I love getcolorcode.com

Triadic colors

1 #D1C6CA and #CAD1C6 with #C6CAD1 are triadic colors.

2 #D1CAC6 and #CAC6D1 with #C6CAD1 are triadic colors.