COLOR #D3B1BD

HEX: #D3B1BD RGB: (211,177,189)

Color info

#D3B1BD contains red, green and blue colors in about the same proportion. Web safe color of #D3B1BD is #CC99CC (or #C9C).

RGB color model

#D3B1BD color RGB value is (211,177,189).

RGB: (211,177,189) (83%, 69%, 74%)

RGB channels and saturation

R 211 of 255 = 83%
G 177 of 255 = 69%
B 189 of 255 = 74%

211
177
189

R + G + B ~ 75%. #D3B1BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 177 + 189 = 577 (100%)
R 211 of 577 ~ 36.57%
G 177 of 577 ~ 30.68%
B 189 of 577 ~ 32.76'%

%36.57
%30.68
%32.76

CMYK color model

#D3B1BD color CMYK value is (0,16,10,17).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 10.43%
  • key color value is 17.25%

CMYK: (0,16,10,17)
C0M16Y10K17 (0%, 16%, 10%, 17%)
(0.00 / 0.16 / 0.10 / 0.17)

CMYK percentages

%0
%16.11
%10.43
%17.25

Codes

Color #D3B1BD in popluar color models

D3 B1 BD
RGB 211 177 189
HSL 339° 27.87% 76.08%
HSB/HSV 339° 16.11% 82.75%
CMYK 0.00% 16.11% 10.43%
17.25%

Color #D3B1BD in popluar number systems.

HEX D3 B1 BD
Decimal 211 177 189
Binary 11010011 10110001 10111101
Octal 323 261 275

Shades and tints

Shades of #D3B1BD

#D3B1BD
(211,177,189)
#C0A1AC
(192,161,172)
#AD919B
(173,145,155)
#9A818A
(154,129,138)
#877179
(135,113,121)
#746168
(116,97,104)
#615157
(97,81,87)
#4E4146
(78,65,70)
#3B3135
(59,49,53)
#282124
(40,33,36)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #D3B1BD

#D3B1BD
(211,177,189)
#D7B8C3
(215,184,195)
#DBBFC9
(219,191,201)
#DFC6CF
(223,198,207)
#E3CDD5
(227,205,213)
#E7D4DB
(231,212,219)
#EBDBE1
(235,219,225)
#EFE2E7
(239,226,231)
#F3E9ED
(243,233,237)
#F7F0F3
(247,240,243)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B1BD color. Also use rgb(211,177,189) instead hex code.

Text Font Color

.myTextColor { color: #D3B1BD; }

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

This text font color is #D3B1BD.

Background Color

.myBgColor { background-color: #D3B1BD; }

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

This div background color is #D3B1BD.

Border color

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

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

This div border color is #D3B1BD.

Opacity

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

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

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

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

This text has shadow with #D3B1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B1BD.

Preview

Color preview on black background

This text has color #D3B1BD on black background.


Color preview on white background

This text has color #D3B1BD on white background.


Black color preview on #D3B1BD background

This text has black color on #D3B1BD background.


White color preview on #D3B1BD background

This text has white color on #D3B1BD background.


Related colors

Complementary color

Complementary color for #hex is #2C4E42.


I love getcolorcode.com

Triadic colors

1 #BDD3B1 and #B1BDD3 with #D3B1BD are triadic colors.

2 #BDB1D3 and #B1D3BD with #D3B1BD are triadic colors.