COLOR #D9B6CC

HEX: #D9B6CC RGB: (217,182,204)

Color info

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

RGB color model

#D9B6CC color RGB value is (217,182,204).

RGB: (217,182,204) (85%, 71%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 182 of 255 = 71%
B 204 of 255 = 80%

217
182
204

R + G + B ~ 79%. #D9B6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 182 + 204 = 603 (100%)
R 217 of 603 ~ 35.99%
G 182 of 603 ~ 30.18%
B 204 of 603 ~ 33.83'%

%35.99
%30.18
%33.83

CMYK color model

#D9B6CC color CMYK value is (0,16,6,15).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 5.99%
  • key color value is 14.90%

CMYK: (0,16,6,15)
C0M16Y6K15 (0%, 16%, 6%, 15%)
(0.00 / 0.16 / 0.06 / 0.15)

CMYK percentages

%0
%16.13
%5.99
%14.9

Codes

Color #D9B6CC in popluar color models

D9 B6 CC
RGB 217 182 204
HSL 322° 31.53% 78.24%
HSB/HSV 322° 16.13% 85.10%
CMYK 0.00% 16.13% 5.99%
14.90%

Color #D9B6CC in popluar number systems.

HEX D9 B6 CC
Decimal 217 182 204
Binary 11011001 10110110 11001100
Octal 331 266 314

Shades and tints

Shades of #D9B6CC

#D9B6CC
(217,182,204)
#C6A6BA
(198,166,186)
#B396A8
(179,150,168)
#A08696
(160,134,150)
#8D7684
(141,118,132)
#7A6672
(122,102,114)
#675660
(103,86,96)
#54464E
(84,70,78)
#41363C
(65,54,60)
#2E262A
(46,38,42)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #D9B6CC

#D9B6CC
(217,182,204)
#DCBCD0
(220,188,208)
#DFC2D4
(223,194,212)
#E2C8D8
(226,200,216)
#E5CEDC
(229,206,220)
#E8D4E0
(232,212,224)
#EBDAE4
(235,218,228)
#EEE0E8
(238,224,232)
#F1E6EC
(241,230,236)
#F4ECF0
(244,236,240)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B6CC color. Also use rgb(217,182,204) instead hex code.

Text Font Color

.myTextColor { color: #D9B6CC; }

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

This text font color is #D9B6CC.

Background Color

.myBgColor { background-color: #D9B6CC; }

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

This div background color is #D9B6CC.

Border color

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

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

This div border color is #D9B6CC.

Opacity

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

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

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

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

This text has shadow with #D9B6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B6CC.

Preview

Color preview on black background

This text has color #D9B6CC on black background.


Color preview on white background

This text has color #D9B6CC on white background.


Black color preview on #D9B6CC background

This text has black color on #D9B6CC background.


White color preview on #D9B6CC background

This text has white color on #D9B6CC background.


Related colors

Complementary color

Complementary color for #hex is #264933.


I love getcolorcode.com

Triadic colors

1 #CCD9B6 and #B6CCD9 with #D9B6CC are triadic colors.

2 #CCB6D9 and #B6D9CC with #D9B6CC are triadic colors.