COLOR #C6D2DA

HEX: #C6D2DA RGB: (198,210,218)

Color info

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

RGB color model

#C6D2DA color RGB value is (198,210,218).

RGB: (198,210,218) (78%, 82%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 218 of 255 = 85%

198
210
218

R + G + B ~ 82%. #C6D2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 210 + 218 = 626 (100%)
R 198 of 626 ~ 31.63%
G 210 of 626 ~ 33.55%
B 218 of 626 ~ 34.82'%

%31.63
%33.55
%34.82

CMYK color model

#C6D2DA color CMYK value is (9,4,0,15).

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

CMYK: (9,4,0,15)
C9M4Y0K15 (9%, 4%, 0%, 15%)
(0.09 / 0.04 / 0.00 / 0.15)

CMYK percentages

%9.17
%3.67
%0
%14.51

Codes

Color #C6D2DA in popluar color models

C6 D2 DA
RGB 198 210 218
HSL 204° 21.28% 81.57%
HSB/HSV 204° 9.17% 85.49%
CMYK 9.17% 3.67% 0.00%
14.51%

Color #C6D2DA in popluar number systems.

HEX C6 D2 DA
Decimal 198 210 218
Binary 11000110 11010010 11011010
Octal 306 322 332

Shades and tints

Shades of #C6D2DA

#C6D2DA
(198,210,218)
#B4BFC7
(180,191,199)
#A2ACB4
(162,172,180)
#9099A1
(144,153,161)
#7E868E
(126,134,142)
#6C737B
(108,115,123)
#5A6068
(90,96,104)
#484D55
(72,77,85)
#363A42
(54,58,66)
#24272F
(36,39,47)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #C6D2DA

#C6D2DA
(198,210,218)
#CBD6DD
(203,214,221)
#D0DAE0
(208,218,224)
#D5DEE3
(213,222,227)
#DAE2E6
(218,226,230)
#DFE6E9
(223,230,233)
#E4EAEC
(228,234,236)
#E9EEEF
(233,238,239)
#EEF2F2
(238,242,242)
#F3F6F5
(243,246,245)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D2DA; }

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

This text font color is #C6D2DA.

Background Color

.myBgColor { background-color: #C6D2DA; }

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

This div background color is #C6D2DA.

Border color

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

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

This div border color is #C6D2DA.

Opacity

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

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

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

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

This text has shadow with #C6D2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D2DA.

Preview

Color preview on black background

This text has color #C6D2DA on black background.


Color preview on white background

This text has color #C6D2DA on white background.


Black color preview on #C6D2DA background

This text has black color on #C6D2DA background.


White color preview on #C6D2DA background

This text has white color on #C6D2DA background.


Related colors

Complementary color

Complementary color for #hex is #392D25.


I love getcolorcode.com

Triadic colors

1 #DAC6D2 and #D2DAC6 with #C6D2DA are triadic colors.

2 #DAD2C6 and #D2C6DA with #C6D2DA are triadic colors.