COLOR #D6BDB2

HEX: #D6BDB2 RGB: (214,189,178)

Color info

#D6BDB2 contains red, green and blue colors in about the same proportion. Web safe color of #D6BDB2 is #CCCC99 (or #CC9).

RGB color model

#D6BDB2 color RGB value is (214,189,178).

RGB: (214,189,178) (84%, 74%, 70%)

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 178 of 255 = 70%

214
189
178

R + G + B ~ 76%. #D6BDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 189 + 178 = 581 (100%)
R 214 of 581 ~ 36.83%
G 189 of 581 ~ 32.53%
B 178 of 581 ~ 30.64'%

%36.83
%32.53
%30.64

CMYK color model

#D6BDB2 color CMYK value is (0,12,17,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 16.82%
  • key color value is 16.08%

CMYK: (0,12,17,16)
C0M12Y17K16 (0%, 12%, 17%, 16%)
(0.00 / 0.12 / 0.17 / 0.16)

CMYK percentages

%0
%11.68
%16.82
%16.08

Codes

Color #D6BDB2 in popluar color models

D6 BD B2
RGB 214 189 178
HSL 18° 30.51% 76.86%
HSB/HSV 18° 16.82% 83.92%
CMYK 0.00% 11.68% 16.82%
16.08%

Color #D6BDB2 in popluar number systems.

HEX D6 BD B2
Decimal 214 189 178
Binary 11010110 10111101 10110010
Octal 326 275 262

Shades and tints

Shades of #D6BDB2

#D6BDB2
(214,189,178)
#C3ACA2
(195,172,162)
#B09B92
(176,155,146)
#9D8A82
(157,138,130)
#8A7972
(138,121,114)
#776862
(119,104,98)
#645752
(100,87,82)
#514642
(81,70,66)
#3E3532
(62,53,50)
#2B2422
(43,36,34)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #D6BDB2

#D6BDB2
(214,189,178)
#D9C3B9
(217,195,185)
#DCC9C0
(220,201,192)
#DFCFC7
(223,207,199)
#E2D5CE
(226,213,206)
#E5DBD5
(229,219,213)
#E8E1DC
(232,225,220)
#EBE7E3
(235,231,227)
#EEEDEA
(238,237,234)
#F1F3F1
(241,243,241)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BDB2 color. Also use rgb(214,189,178) instead hex code.

Text Font Color

.myTextColor { color: #D6BDB2; }

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

This text font color is #D6BDB2.

Background Color

.myBgColor { background-color: #D6BDB2; }

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

This div background color is #D6BDB2.

Border color

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

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

This div border color is #D6BDB2.

Opacity

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

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

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

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

This text has shadow with #D6BDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6BDB2.

Preview

Color preview on black background

This text has color #D6BDB2 on black background.


Color preview on white background

This text has color #D6BDB2 on white background.


Black color preview on #D6BDB2 background

This text has black color on #D6BDB2 background.


White color preview on #D6BDB2 background

This text has white color on #D6BDB2 background.


Related colors

Complementary color

Complementary color for #hex is #29424D.


I love getcolorcode.com

Triadic colors

1 #B2D6BD and #BDB2D6 with #D6BDB2 are triadic colors.

2 #B2BDD6 and #BDD6B2 with #D6BDB2 are triadic colors.