COLOR #C6D0DA

HEX: #C6D0DA RGB: (198,208,218)

Color info

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

RGB color model

#C6D0DA color RGB value is (198,208,218).

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

RGB channels and saturation

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

198
208
218

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

Portions of RGB colors in percentages

R + G + B = 198 + 208 + 218 = 624 (100%)
R 198 of 624 ~ 31.73%
G 208 of 624 ~ 33.33%
B 218 of 624 ~ 34.94'%

%31.73
%33.33
%34.94

CMYK color model

#C6D0DA color CMYK value is (9,5,0,15).

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

CMYK: (9,5,0,15)
C9M5Y0K15 (9%, 5%, 0%, 15%)
(0.09 / 0.05 / 0.00 / 0.15)

CMYK percentages

%9.17
%4.59
%0
%14.51

Codes

Color #C6D0DA in popluar color models

C6 D0 DA
RGB 198 208 218
HSL 210° 21.28% 81.57%
HSB/HSV 210° 9.17% 85.49%
CMYK 9.17% 4.59% 0.00%
14.51%

Color #C6D0DA in popluar number systems.

HEX C6 D0 DA
Decimal 198 208 218
Binary 11000110 11010000 11011010
Octal 306 320 332

Shades and tints

Shades of #C6D0DA

#C6D0DA
(198,208,218)
#B4BEC7
(180,190,199)
#A2ACB4
(162,172,180)
#909AA1
(144,154,161)
#7E888E
(126,136,142)
#6C767B
(108,118,123)
#5A6468
(90,100,104)
#485255
(72,82,85)
#364042
(54,64,66)
#242E2F
(36,46,47)
#121C1C
(18,28,28)
#000000
(0,0,0)

Tints of #C6D0DA

#C6D0DA
(198,208,218)
#CBD4DD
(203,212,221)
#D0D8E0
(208,216,224)
#D5DCE3
(213,220,227)
#DAE0E6
(218,224,230)
#DFE4E9
(223,228,233)
#E4E8EC
(228,232,236)
#E9ECEF
(233,236,239)
#EEF0F2
(238,240,242)
#F3F4F5
(243,244,245)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D0DA; }

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

This text font color is #C6D0DA.

Background Color

.myBgColor { background-color: #C6D0DA; }

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

This div background color is #C6D0DA.

Border color

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

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

This div border color is #C6D0DA.

Opacity

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

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

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

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

This text has shadow with #C6D0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D0DA.

Preview

Color preview on black background

This text has color #C6D0DA on black background.


Color preview on white background

This text has color #C6D0DA on white background.


Black color preview on #C6D0DA background

This text has black color on #C6D0DA background.


White color preview on #C6D0DA background

This text has white color on #C6D0DA background.


Related colors

Complementary color

Complementary color for #hex is #392F25.


I love getcolorcode.com

Triadic colors

1 #DAC6D0 and #D0DAC6 with #C6D0DA are triadic colors.

2 #DAD0C6 and #D0C6DA with #C6D0DA are triadic colors.