COLOR #C6D4DB

HEX: #C6D4DB RGB: (198,212,219)

Color info

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

RGB color model

#C6D4DB color RGB value is (198,212,219).

RGB: (198,212,219) (78%, 83%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 212 of 255 = 83%
B 219 of 255 = 86%

198
212
219

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

Portions of RGB colors in percentages

R + G + B = 198 + 212 + 219 = 629 (100%)
R 198 of 629 ~ 31.48%
G 212 of 629 ~ 33.7%
B 219 of 629 ~ 34.82'%

%31.48
%33.7
%34.82

CMYK color model

#C6D4DB color CMYK value is (10,3,0,14).

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

CMYK: (10,3,0,14)
C10M3Y0K14 (10%, 3%, 0%, 14%)
(0.10 / 0.03 / 0.00 / 0.14)

CMYK percentages

%9.59
%3.2
%0
%14.12

Codes

Color #C6D4DB in popluar color models

C6 D4 DB
RGB 198 212 219
HSL 200° 22.58% 81.76%
HSB/HSV 200° 9.59% 85.88%
CMYK 9.59% 3.20% 0.00%
14.12%

Color #C6D4DB in popluar number systems.

HEX C6 D4 DB
Decimal 198 212 219
Binary 11000110 11010100 11011011
Octal 306 324 333

Shades and tints

Shades of #C6D4DB

#C6D4DB
(198,212,219)
#B4C1C8
(180,193,200)
#A2AEB5
(162,174,181)
#909BA2
(144,155,162)
#7E888F
(126,136,143)
#6C757C
(108,117,124)
#5A6269
(90,98,105)
#484F56
(72,79,86)
#363C43
(54,60,67)
#242930
(36,41,48)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #C6D4DB

#C6D4DB
(198,212,219)
#CBD7DE
(203,215,222)
#D0DAE1
(208,218,225)
#D5DDE4
(213,221,228)
#DAE0E7
(218,224,231)
#DFE3EA
(223,227,234)
#E4E6ED
(228,230,237)
#E9E9F0
(233,233,240)
#EEECF3
(238,236,243)
#F3EFF6
(243,239,246)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D4DB; }

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

This text font color is #C6D4DB.

Background Color

.myBgColor { background-color: #C6D4DB; }

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

This div background color is #C6D4DB.

Border color

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

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

This div border color is #C6D4DB.

Opacity

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

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

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

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

This text has shadow with #C6D4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D4DB.

Preview

Color preview on black background

This text has color #C6D4DB on black background.


Color preview on white background

This text has color #C6D4DB on white background.


Black color preview on #C6D4DB background

This text has black color on #C6D4DB background.


White color preview on #C6D4DB background

This text has white color on #C6D4DB background.


Related colors

Complementary color

Complementary color for #hex is #392B24.


I love getcolorcode.com

Triadic colors

1 #DBC6D4 and #D4DBC6 with #C6D4DB are triadic colors.

2 #DBD4C6 and #D4C6DB with #C6D4DB are triadic colors.