COLOR #C6CAD9

HEX: #C6CAD9 RGB: (198,202,217)

Color info

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

RGB color model

#C6CAD9 color RGB value is (198,202,217).

RGB: (198,202,217) (78%, 79%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 217 of 255 = 85%

198
202
217

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

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 217 = 617 (100%)
R 198 of 617 ~ 32.09%
G 202 of 617 ~ 32.74%
B 217 of 617 ~ 35.17'%

%32.09
%32.74
%35.17

CMYK color model

#C6CAD9 color CMYK value is (9,7,0,15).

  • cyan value is 8.76%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (9,7,0,15) C9M7Y0K15 (9%,7%,0%,15%) (0.09/0.07/0.00/0.15) 

CMYK percentages

%8.76
%6.91
%0
%14.9

Codes

Color #C6CAD9 in popluar color models

C6 CA D9
RGB 198 202 217
HSL 227° 20.00% 81.37%
HSB/HSV 227° 8.76% 85.10%
CMYK 8.76% 6.91% 0.00%
14.90%

Color #C6CAD9 in popluar number systems.

HEX C6 CA D9
Decimal 198 202 217
Binary 11000110 11001010 11011001
Octal 306 312 331

Shades and tints

Shades of #C6CAD9

#C6CAD9
(198,202,217)
#B4B8C6
(180,184,198)
#A2A6B3
(162,166,179)
#9094A0
(144,148,160)
#7E828D
(126,130,141)
#6C707A
(108,112,122)
#5A5E67
(90,94,103)
#484C54
(72,76,84)
#363A41
(54,58,65)
#24282E
(36,40,46)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #C6CAD9

#C6CAD9
(198,202,217)
#CBCEDC
(203,206,220)
#D0D2DF
(208,210,223)
#D5D6E2
(213,214,226)
#DADAE5
(218,218,229)
#DFDEE8
(223,222,232)
#E4E2EB
(228,226,235)
#E9E6EE
(233,230,238)
#EEEAF1
(238,234,241)
#F3EEF4
(243,238,244)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CAD9; }

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

This text font color is #C6CAD9.

Background Color

.myBgColor { background-color: #C6CAD9; }

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

This div background color is #C6CAD9.

Border color

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

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

This div border color is #C6CAD9.

Opacity

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

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

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

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

This text has shadow with #C6CAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CAD9.

Preview

Color preview on black background

This text has color #C6CAD9 on black background.


Color preview on white background

This text has color #C6CAD9 on white background.


Black color preview on #C6CAD9 background

This text has black color on #C6CAD9 background.


White color preview on #C6CAD9 background

This text has white color on #C6CAD9 background.


Related colors

Complementary color

Complementary color for #hex is #393526.


I love getcolorcode.com

Triadic colors

1 #D9C6CA and #CAD9C6 with #C6CAD9 are triadic colors.

2 #D9CAC6 and #CAC6D9 with #C6CAD9 are triadic colors.