COLOR #D9C6DB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

217
198
219

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

Portions of RGB colors in percentages

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

%34.23
%31.23
%34.54

CMYK color model

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

  • cyan value is 0.91%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (1,10,0,14) C1M10Y0K14 (1%,10%,0%,14%) (0.01/0.10/0.00/0.14) 

CMYK percentages

%0.91
%9.59
%0
%14.12

Codes

Color #D9C6DB in popluar color models

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

Color #D9C6DB in popluar number systems.

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

Shades and tints

Shades of #D9C6DB

#D9C6DB
(217,198,219)
#C6B4C8
(198,180,200)
#B3A2B5
(179,162,181)
#A090A2
(160,144,162)
#8D7E8F
(141,126,143)
#7A6C7C
(122,108,124)
#675A69
(103,90,105)
#544856
(84,72,86)
#413643
(65,54,67)
#2E2430
(46,36,48)
#1B121D
(27,18,29)
#000000
(0,0,0)

Tints of #D9C6DB

#D9C6DB
(217,198,219)
#DCCBDE
(220,203,222)
#DFD0E1
(223,208,225)
#E2D5E4
(226,213,228)
#E5DAE7
(229,218,231)
#E8DFEA
(232,223,234)
#EBE4ED
(235,228,237)
#EEE9F0
(238,233,240)
#F1EEF3
(241,238,243)
#F4F3F6
(244,243,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C6DB; }

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

This text font color is #D9C6DB.

Background Color

.myBgColor { background-color: #D9C6DB; }

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

This div background color is #D9C6DB.

Border color

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

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

This div border color is #D9C6DB.

Opacity

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

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

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

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

This text has shadow with #D9C6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C6DB.

Preview

Color preview on black background

This text has color #D9C6DB on black background.


Color preview on white background

This text has color #D9C6DB on white background.


Black color preview on #D9C6DB background

This text has black color on #D9C6DB background.


White color preview on #D9C6DB background

This text has white color on #D9C6DB background.


Related colors

Complementary color

Complementary color for #hex is #263924.


I love getcolorcode.com

Triadic colors

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

2 #DBC6D9 and #C6D9DB with #D9C6DB are triadic colors.