COLOR #D2B6C4

HEX: #D2B6C4 RGB: (210,182,196)

Color info

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

RGB color model

#D2B6C4 color RGB value is (210,182,196).

RGB: (210,182,196) (82%, 71%, 77%)

RGB channels and saturation

R 210 of 255 = 82%
G 182 of 255 = 71%
B 196 of 255 = 77%

210
182
196

R + G + B ~ 77%. #D2B6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 182 + 196 = 588 (100%)
R 210 of 588 ~ 35.71%
G 182 of 588 ~ 30.95%
B 196 of 588 ~ 33.33'%

%35.71
%30.95
%33.33

CMYK color model

#D2B6C4 color CMYK value is (0,13,7,18).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 6.67%
  • key color value is 17.65%

CMYK: (0,13,7,18)
C0M13Y7K18 (0%, 13%, 7%, 18%)
(0.00 / 0.13 / 0.07 / 0.18)

CMYK percentages

%0
%13.33
%6.67
%17.65

Codes

Color #D2B6C4 in popluar color models

D2 B6 C4
RGB 210 182 196
HSL 330° 23.73% 76.86%
HSB/HSV 330° 13.33% 82.35%
CMYK 0.00% 13.33% 6.67%
17.65%

Color #D2B6C4 in popluar number systems.

HEX D2 B6 C4
Decimal 210 182 196
Binary 11010010 10110110 11000100
Octal 322 266 304

Shades and tints

Shades of #D2B6C4

#D2B6C4
(210,182,196)
#BFA6B3
(191,166,179)
#AC96A2
(172,150,162)
#998691
(153,134,145)
#867680
(134,118,128)
#73666F
(115,102,111)
#60565E
(96,86,94)
#4D464D
(77,70,77)
#3A363C
(58,54,60)
#27262B
(39,38,43)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #D2B6C4

#D2B6C4
(210,182,196)
#D6BCC9
(214,188,201)
#DAC2CE
(218,194,206)
#DEC8D3
(222,200,211)
#E2CED8
(226,206,216)
#E6D4DD
(230,212,221)
#EADAE2
(234,218,226)
#EEE0E7
(238,224,231)
#F2E6EC
(242,230,236)
#F6ECF1
(246,236,241)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B6C4 color. Also use rgb(210,182,196) instead hex code.

Text Font Color

.myTextColor { color: #D2B6C4; }

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

This text font color is #D2B6C4.

Background Color

.myBgColor { background-color: #D2B6C4; }

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

This div background color is #D2B6C4.

Border color

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

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

This div border color is #D2B6C4.

Opacity

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

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

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

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

This text has shadow with #D2B6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B6C4.

Preview

Color preview on black background

This text has color #D2B6C4 on black background.


Color preview on white background

This text has color #D2B6C4 on white background.


Black color preview on #D2B6C4 background

This text has black color on #D2B6C4 background.


White color preview on #D2B6C4 background

This text has white color on #D2B6C4 background.


Related colors

Complementary color

Complementary color for #hex is #2D493B.


I love getcolorcode.com

Triadic colors

1 #C4D2B6 and #B6C4D2 with #D2B6C4 are triadic colors.

2 #C4B6D2 and #B6D2C4 with #D2B6C4 are triadic colors.