COLOR #D3C9DB

HEX: #D3C9DB RGB: (211,201,219)

Color info

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

RGB color model

#D3C9DB color RGB value is (211,201,219).

RGB: (211,201,219) (83%, 79%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 201 of 255 = 79%
B 219 of 255 = 86%

211
201
219

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

Portions of RGB colors in percentages

R + G + B = 211 + 201 + 219 = 631 (100%)
R 211 of 631 ~ 33.44%
G 201 of 631 ~ 31.85%
B 219 of 631 ~ 34.71'%

%33.44
%31.85
%34.71

CMYK color model

#D3C9DB color CMYK value is (4,8,0,14).

  • cyan value is 3.65%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (4,8,0,14)
C4M8Y0K14 (4%, 8%, 0%, 14%)
(0.04 / 0.08 / 0.00 / 0.14)

CMYK percentages

%3.65
%8.22
%0
%14.12

Codes

Color #D3C9DB in popluar color models

D3 C9 DB
RGB 211 201 219
HSL 273° 20.00% 82.35%
HSB/HSV 273° 8.22% 85.88%
CMYK 3.65% 8.22% 0.00%
14.12%

Color #D3C9DB in popluar number systems.

HEX D3 C9 DB
Decimal 211 201 219
Binary 11010011 11001001 11011011
Octal 323 311 333

Shades and tints

Shades of #D3C9DB

#D3C9DB
(211,201,219)
#C0B7C8
(192,183,200)
#ADA5B5
(173,165,181)
#9A93A2
(154,147,162)
#87818F
(135,129,143)
#746F7C
(116,111,124)
#615D69
(97,93,105)
#4E4B56
(78,75,86)
#3B3943
(59,57,67)
#282730
(40,39,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #D3C9DB

#D3C9DB
(211,201,219)
#D7CDDE
(215,205,222)
#DBD1E1
(219,209,225)
#DFD5E4
(223,213,228)
#E3D9E7
(227,217,231)
#E7DDEA
(231,221,234)
#EBE1ED
(235,225,237)
#EFE5F0
(239,229,240)
#F3E9F3
(243,233,243)
#F7EDF6
(247,237,246)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3C9DB color. Also use rgb(211,201,219) instead hex code.

Text Font Color

.myTextColor { color: #D3C9DB; }

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

This text font color is #D3C9DB.

Background Color

.myBgColor { background-color: #D3C9DB; }

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

This div background color is #D3C9DB.

Border color

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

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

This div border color is #D3C9DB.

Opacity

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

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

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

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

This text has shadow with #D3C9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C9DB.

Preview

Color preview on black background

This text has color #D3C9DB on black background.


Color preview on white background

This text has color #D3C9DB on white background.


Black color preview on #D3C9DB background

This text has black color on #D3C9DB background.


White color preview on #D3C9DB background

This text has white color on #D3C9DB background.


Related colors

Complementary color

Complementary color for #hex is #2C3624.


I love getcolorcode.com

Triadic colors

1 #DBD3C9 and #C9DBD3 with #D3C9DB are triadic colors.

2 #DBC9D3 and #C9D3DB with #D3C9DB are triadic colors.