COLOR #C6D3DA

HEX: #C6D3DA RGB: (198,211,218)

Color info

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

RGB color model

#C6D3DA color RGB value is (198,211,218).

RGB: (198,211,218) (78%, 83%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 218 of 255 = 85%

198
211
218

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

Portions of RGB colors in percentages

R + G + B = 198 + 211 + 218 = 627 (100%)
R 198 of 627 ~ 31.58%
G 211 of 627 ~ 33.65%
B 218 of 627 ~ 34.77'%

%31.58
%33.65
%34.77

CMYK color model

#C6D3DA color CMYK value is (9,3,0,15).

  • cyan value is 9.17%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (9,3,0,15) C9M3Y0K15 (9%,3%,0%,15%) (0.09/0.03/0.00/0.15) 

CMYK percentages

%9.17
%3.21
%0
%14.51

Codes

Color #C6D3DA in popluar color models

C6 D3 DA
RGB 198 211 218
HSL 201° 21.28% 81.57%
HSB/HSV 201° 9.17% 85.49%
CMYK 9.17% 3.21% 0.00%
14.51%

Color #C6D3DA in popluar number systems.

HEX C6 D3 DA
Decimal 198 211 218
Binary 11000110 11010011 11011010
Octal 306 323 332

Shades and tints

Shades of #C6D3DA

#C6D3DA
(198,211,218)
#B4C0C7
(180,192,199)
#A2ADB4
(162,173,180)
#909AA1
(144,154,161)
#7E878E
(126,135,142)
#6C747B
(108,116,123)
#5A6168
(90,97,104)
#484E55
(72,78,85)
#363B42
(54,59,66)
#24282F
(36,40,47)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #C6D3DA

#C6D3DA
(198,211,218)
#CBD7DD
(203,215,221)
#D0DBE0
(208,219,224)
#D5DFE3
(213,223,227)
#DAE3E6
(218,227,230)
#DFE7E9
(223,231,233)
#E4EBEC
(228,235,236)
#E9EFEF
(233,239,239)
#EEF3F2
(238,243,242)
#F3F7F5
(243,247,245)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D3DA; }

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

This text font color is #C6D3DA.

Background Color

.myBgColor { background-color: #C6D3DA; }

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

This div background color is #C6D3DA.

Border color

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

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

This div border color is #C6D3DA.

Opacity

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

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

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

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

This text has shadow with #C6D3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D3DA.

Preview

Color preview on black background

This text has color #C6D3DA on black background.


Color preview on white background

This text has color #C6D3DA on white background.


Black color preview on #C6D3DA background

This text has black color on #C6D3DA background.


White color preview on #C6D3DA background

This text has white color on #C6D3DA background.


Related colors

Complementary color

Complementary color for #hex is #392C25.


I love getcolorcode.com

Triadic colors

1 #DAC6D3 and #D3DAC6 with #C6D3DA are triadic colors.

2 #DAD3C6 and #D3C6DA with #C6D3DA are triadic colors.