COLOR #C6D2DB

HEX: #C6D2DB RGB: (198,210,219)

Color info

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

RGB color model

#C6D2DB color RGB value is (198,210,219).

RGB: (198,210,219) (78%, 82%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 219 of 255 = 86%

198
210
219

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

Portions of RGB colors in percentages

R + G + B = 198 + 210 + 219 = 627 (100%)
R 198 of 627 ~ 31.58%
G 210 of 627 ~ 33.49%
B 219 of 627 ~ 34.93'%

%31.58
%33.49
%34.93

CMYK color model

#C6D2DB color CMYK value is (10,4,0,14).

  • cyan value is 9.59%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (10,4,0,14) C10M4Y0K14 (10%,4%,0%,14%) (0.10/0.04/0.00/0.14) 

CMYK percentages

%9.59
%4.11
%0
%14.12

Codes

Color #C6D2DB in popluar color models

C6 D2 DB
RGB 198 210 219
HSL 206° 22.58% 81.76%
HSB/HSV 206° 9.59% 85.88%
CMYK 9.59% 4.11% 0.00%
14.12%

Color #C6D2DB in popluar number systems.

HEX C6 D2 DB
Decimal 198 210 219
Binary 11000110 11010010 11011011
Octal 306 322 333

Shades and tints

Shades of #C6D2DB

#C6D2DB
(198,210,219)
#B4BFC8
(180,191,200)
#A2ACB5
(162,172,181)
#9099A2
(144,153,162)
#7E868F
(126,134,143)
#6C737C
(108,115,124)
#5A6069
(90,96,105)
#484D56
(72,77,86)
#363A43
(54,58,67)
#242730
(36,39,48)
#12141D
(18,20,29)
#000000
(0,0,0)

Tints of #C6D2DB

#C6D2DB
(198,210,219)
#CBD6DE
(203,214,222)
#D0DAE1
(208,218,225)
#D5DEE4
(213,222,228)
#DAE2E7
(218,226,231)
#DFE6EA
(223,230,234)
#E4EAED
(228,234,237)
#E9EEF0
(233,238,240)
#EEF2F3
(238,242,243)
#F3F6F6
(243,246,246)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D2DB; }

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

This text font color is #C6D2DB.

Background Color

.myBgColor { background-color: #C6D2DB; }

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

This div background color is #C6D2DB.

Border color

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

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

This div border color is #C6D2DB.

Opacity

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

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

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

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

This text has shadow with #C6D2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D2DB.

Preview

Color preview on black background

This text has color #C6D2DB on black background.


Color preview on white background

This text has color #C6D2DB on white background.


Black color preview on #C6D2DB background

This text has black color on #C6D2DB background.


White color preview on #C6D2DB background

This text has white color on #C6D2DB background.


Related colors

Complementary color

Complementary color for #hex is #392D24.


I love getcolorcode.com

Triadic colors

1 #DBC6D2 and #D2DBC6 with #C6D2DB are triadic colors.

2 #DBD2C6 and #D2C6DB with #C6D2DB are triadic colors.