COLOR #C6DBD9

HEX: #C6DBD9 RGB: (198,219,217)

Color info

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

RGB color model

#C6DBD9 color RGB value is (198,219,217).

RGB: (198,219,217) (78%, 86%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 217 of 255 = 85%

198
219
217

R + G + B ~ 83%. #C6DBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 219 + 217 = 634 (100%)
R 198 of 634 ~ 31.23%
G 219 of 634 ~ 34.54%
B 217 of 634 ~ 34.23'%

%31.23
%34.54
%34.23

CMYK color model

#C6DBD9 color CMYK value is (10,0,1,14).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 14.12%

CMYK: (10,0,1,14)
C10M0Y1K14 (10%, 0%, 1%, 14%)
(0.10 / 0.00 / 0.01 / 0.14)

CMYK percentages

%9.59
%0
%0.91
%14.12

Codes

Color #C6DBD9 in popluar color models

C6 DB D9
RGB 198 219 217
HSL 174° 22.58% 81.76%
HSB/HSV 174° 9.59% 85.88%
CMYK 9.59% 0.00% 0.91%
14.12%

Color #C6DBD9 in popluar number systems.

HEX C6 DB D9
Decimal 198 219 217
Binary 11000110 11011011 11011001
Octal 306 333 331

Shades and tints

Shades of #C6DBD9

#C6DBD9
(198,219,217)
#B4C8C6
(180,200,198)
#A2B5B3
(162,181,179)
#90A2A0
(144,162,160)
#7E8F8D
(126,143,141)
#6C7C7A
(108,124,122)
#5A6967
(90,105,103)
#485654
(72,86,84)
#364341
(54,67,65)
#24302E
(36,48,46)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #C6DBD9

#C6DBD9
(198,219,217)
#CBDEDC
(203,222,220)
#D0E1DF
(208,225,223)
#D5E4E2
(213,228,226)
#DAE7E5
(218,231,229)
#DFEAE8
(223,234,232)
#E4EDEB
(228,237,235)
#E9F0EE
(233,240,238)
#EEF3F1
(238,243,241)
#F3F6F4
(243,246,244)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DBD9 color. Also use rgb(198,219,217) instead hex code.

Text Font Color

.myTextColor { color: #C6DBD9; }

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

This text font color is #C6DBD9.

Background Color

.myBgColor { background-color: #C6DBD9; }

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

This div background color is #C6DBD9.

Border color

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

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

This div border color is #C6DBD9.

Opacity

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

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

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

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

This text has shadow with #C6DBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DBD9.

Preview

Color preview on black background

This text has color #C6DBD9 on black background.


Color preview on white background

This text has color #C6DBD9 on white background.


Black color preview on #C6DBD9 background

This text has black color on #C6DBD9 background.


White color preview on #C6DBD9 background

This text has white color on #C6DBD9 background.


Related colors

Complementary color

Complementary color for #hex is #392426.


I love getcolorcode.com

Triadic colors

1 #D9C6DB and #DBD9C6 with #C6DBD9 are triadic colors.

2 #D9DBC6 and #DBC6D9 with #C6DBD9 are triadic colors.