COLOR #C6C8DA

HEX: #C6C8DA RGB: (198,200,218)

Color info

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

RGB color model

#C6C8DA color RGB value is (198,200,218).

RGB: (198,200,218) (78%, 78%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 218 of 255 = 85%

198
200
218

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

Portions of RGB colors in percentages

R + G + B = 198 + 200 + 218 = 616 (100%)
R 198 of 616 ~ 32.14%
G 200 of 616 ~ 32.47%
B 218 of 616 ~ 35.39'%

%32.14
%32.47
%35.39

CMYK color model

#C6C8DA color CMYK value is (9,8,0,15).

  • cyan value is 9.17%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (9,8,0,15)
C9M8Y0K15 (9%, 8%, 0%, 15%)
(0.09 / 0.08 / 0.00 / 0.15)

CMYK percentages

%9.17
%8.26
%0
%14.51

Codes

Color #C6C8DA in popluar color models

C6 C8 DA
RGB 198 200 218
HSL 234° 21.28% 81.57%
HSB/HSV 234° 9.17% 85.49%
CMYK 9.17% 8.26% 0.00%
14.51%

Color #C6C8DA in popluar number systems.

HEX C6 C8 DA
Decimal 198 200 218
Binary 11000110 11001000 11011010
Octal 306 310 332

Shades and tints

Shades of #C6C8DA

#C6C8DA
(198,200,218)
#B4B6C7
(180,182,199)
#A2A4B4
(162,164,180)
#9092A1
(144,146,161)
#7E808E
(126,128,142)
#6C6E7B
(108,110,123)
#5A5C68
(90,92,104)
#484A55
(72,74,85)
#363842
(54,56,66)
#24262F
(36,38,47)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #C6C8DA

#C6C8DA
(198,200,218)
#CBCDDD
(203,205,221)
#D0D2E0
(208,210,224)
#D5D7E3
(213,215,227)
#DADCE6
(218,220,230)
#DFE1E9
(223,225,233)
#E4E6EC
(228,230,236)
#E9EBEF
(233,235,239)
#EEF0F2
(238,240,242)
#F3F5F5
(243,245,245)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C8DA color. Also use rgb(198,200,218) instead hex code.

Text Font Color

.myTextColor { color: #C6C8DA; }

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

This text font color is #C6C8DA.

Background Color

.myBgColor { background-color: #C6C8DA; }

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

This div background color is #C6C8DA.

Border color

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

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

This div border color is #C6C8DA.

Opacity

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

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

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

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

This text has shadow with #C6C8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C8DA.

Preview

Color preview on black background

This text has color #C6C8DA on black background.


Color preview on white background

This text has color #C6C8DA on white background.


Black color preview on #C6C8DA background

This text has black color on #C6C8DA background.


White color preview on #C6C8DA background

This text has white color on #C6C8DA background.


Related colors

Complementary color

Complementary color for #hex is #393725.


I love getcolorcode.com

Triadic colors

1 #DAC6C8 and #C8DAC6 with #C6C8DA are triadic colors.

2 #DAC8C6 and #C8C6DA with #C6C8DA are triadic colors.