COLOR #D4B1D1

HEX: #D4B1D1 RGB: (212,177,209)

Color info

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

RGB color model

#D4B1D1 color RGB value is (212,177,209).

RGB: (212,177,209) (83%, 69%, 82%)

RGB channels and saturation

R 212 of 255 = 83%
G 177 of 255 = 69%
B 209 of 255 = 82%

212
177
209

R + G + B ~ 78%. #D4B1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 177 + 209 = 598 (100%)
R 212 of 598 ~ 35.45%
G 177 of 598 ~ 29.6%
B 209 of 598 ~ 34.95'%

%35.45
%29.6
%34.95

CMYK color model

#D4B1D1 color CMYK value is (0,17,1,17).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 1.42%
  • key color value is 16.86%

CMYK: (0,17,1,17)
C0M17Y1K17 (0%, 17%, 1%, 17%)
(0.00 / 0.17 / 0.01 / 0.17)

CMYK percentages

%0
%16.51
%1.42
%16.86

Codes

Color #D4B1D1 in popluar color models

D4 B1 D1
RGB 212 177 209
HSL 305° 28.93% 76.27%
HSB/HSV 305° 16.51% 83.14%
CMYK 0.00% 16.51% 1.42%
16.86%

Color #D4B1D1 in popluar number systems.

HEX D4 B1 D1
Decimal 212 177 209
Binary 11010100 10110001 11010001
Octal 324 261 321

Shades and tints

Shades of #D4B1D1

#D4B1D1
(212,177,209)
#C1A1BE
(193,161,190)
#AE91AB
(174,145,171)
#9B8198
(155,129,152)
#887185
(136,113,133)
#756172
(117,97,114)
#62515F
(98,81,95)
#4F414C
(79,65,76)
#3C3139
(60,49,57)
#292126
(41,33,38)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #D4B1D1

#D4B1D1
(212,177,209)
#D7B8D5
(215,184,213)
#DABFD9
(218,191,217)
#DDC6DD
(221,198,221)
#E0CDE1
(224,205,225)
#E3D4E5
(227,212,229)
#E6DBE9
(230,219,233)
#E9E2ED
(233,226,237)
#ECE9F1
(236,233,241)
#EFF0F5
(239,240,245)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B1D1 color. Also use rgb(212,177,209) instead hex code.

Text Font Color

.myTextColor { color: #D4B1D1; }

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

This text font color is #D4B1D1.

Background Color

.myBgColor { background-color: #D4B1D1; }

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

This div background color is #D4B1D1.

Border color

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

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

This div border color is #D4B1D1.

Opacity

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

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

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

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

This text has shadow with #D4B1D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B1D1.

Preview

Color preview on black background

This text has color #D4B1D1 on black background.


Color preview on white background

This text has color #D4B1D1 on white background.


Black color preview on #D4B1D1 background

This text has black color on #D4B1D1 background.


White color preview on #D4B1D1 background

This text has white color on #D4B1D1 background.


Related colors

Complementary color

Complementary color for #hex is #2B4E2E.


I love getcolorcode.com

Triadic colors

1 #D1D4B1 and #B1D1D4 with #D4B1D1 are triadic colors.

2 #D1B1D4 and #B1D4D1 with #D4B1D1 are triadic colors.