COLOR #C6D5DA

HEX: #C6D5DA RGB: (198,213,218)

Color info

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

RGB color model

#C6D5DA color RGB value is (198,213,218).

RGB: (198,213,218) (78%, 84%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 213 of 255 = 84%
B 218 of 255 = 85%

198
213
218

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

Portions of RGB colors in percentages

R + G + B = 198 + 213 + 218 = 629 (100%)
R 198 of 629 ~ 31.48%
G 213 of 629 ~ 33.86%
B 218 of 629 ~ 34.66'%

%31.48
%33.86
%34.66

CMYK color model

#C6D5DA color CMYK value is (9,2,0,15).

  • cyan value is 9.17%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (9,2,0,15) C9M2Y0K15 (9%,2%,0%,15%) (0.09/0.02/0.00/0.15) 

CMYK percentages

%9.17
%2.29
%0
%14.51

Codes

Color #C6D5DA in popluar color models

C6 D5 DA
RGB 198 213 218
HSL 195° 21.28% 81.57%
HSB/HSV 195° 9.17% 85.49%
CMYK 9.17% 2.29% 0.00%
14.51%

Color #C6D5DA in popluar number systems.

HEX C6 D5 DA
Decimal 198 213 218
Binary 11000110 11010101 11011010
Octal 306 325 332

Shades and tints

Shades of #C6D5DA

#C6D5DA
(198,213,218)
#B4C2C7
(180,194,199)
#A2AFB4
(162,175,180)
#909CA1
(144,156,161)
#7E898E
(126,137,142)
#6C767B
(108,118,123)
#5A6368
(90,99,104)
#485055
(72,80,85)
#363D42
(54,61,66)
#242A2F
(36,42,47)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #C6D5DA

#C6D5DA
(198,213,218)
#CBD8DD
(203,216,221)
#D0DBE0
(208,219,224)
#D5DEE3
(213,222,227)
#DAE1E6
(218,225,230)
#DFE4E9
(223,228,233)
#E4E7EC
(228,231,236)
#E9EAEF
(233,234,239)
#EEEDF2
(238,237,242)
#F3F0F5
(243,240,245)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D5DA; }

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

This text font color is #C6D5DA.

Background Color

.myBgColor { background-color: #C6D5DA; }

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

This div background color is #C6D5DA.

Border color

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

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

This div border color is #C6D5DA.

Opacity

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

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

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

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

This text has shadow with #C6D5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D5DA.

Preview

Color preview on black background

This text has color #C6D5DA on black background.


Color preview on white background

This text has color #C6D5DA on white background.


Black color preview on #C6D5DA background

This text has black color on #C6D5DA background.


White color preview on #C6D5DA background

This text has white color on #C6D5DA background.


Related colors

Complementary color

Complementary color for #hex is #392A25.


I love getcolorcode.com

Triadic colors

1 #DAC6D5 and #D5DAC6 with #C6D5DA are triadic colors.

2 #DAD5C6 and #D5C6DA with #C6D5DA are triadic colors.