COLOR #D4B1B5

HEX: #D4B1B5 RGB: (212,177,181)

Color info

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

RGB color model

#D4B1B5 color RGB value is (212,177,181).

RGB: (212,177,181) (83%, 69%, 71%)

RGB channels and saturation

R 212 of 255 = 83%
G 177 of 255 = 69%
B 181 of 255 = 71%

212
177
181

R + G + B ~ 74%. #D4B1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 177 + 181 = 570 (100%)
R 212 of 570 ~ 37.19%
G 177 of 570 ~ 31.05%
B 181 of 570 ~ 31.75'%

%37.19
%31.05
%31.75

CMYK color model

#D4B1B5 color CMYK value is (0,17,15,17).

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

CMYK: (0,17,15,17)
C0M17Y15K17 (0%, 17%, 15%, 17%)
(0.00 / 0.17 / 0.15 / 0.17)

CMYK percentages

%0
%16.51
%14.62
%16.86

Codes

Color #D4B1B5 in popluar color models

D4 B1 B5
RGB 212 177 181
HSL 353° 28.93% 76.27%
HSB/HSV 353° 16.51% 83.14%
CMYK 0.00% 16.51% 14.62%
16.86%

Color #D4B1B5 in popluar number systems.

HEX D4 B1 B5
Decimal 212 177 181
Binary 11010100 10110001 10110101
Octal 324 261 265

Shades and tints

Shades of #D4B1B5

#D4B1B5
(212,177,181)
#C1A1A5
(193,161,165)
#AE9195
(174,145,149)
#9B8185
(155,129,133)
#887175
(136,113,117)
#756165
(117,97,101)
#625155
(98,81,85)
#4F4145
(79,65,69)
#3C3135
(60,49,53)
#292125
(41,33,37)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #D4B1B5

#D4B1B5
(212,177,181)
#D7B8BB
(215,184,187)
#DABFC1
(218,191,193)
#DDC6C7
(221,198,199)
#E0CDCD
(224,205,205)
#E3D4D3
(227,212,211)
#E6DBD9
(230,219,217)
#E9E2DF
(233,226,223)
#ECE9E5
(236,233,229)
#EFF0EB
(239,240,235)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B1B5; }

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

This text font color is #D4B1B5.

Background Color

.myBgColor { background-color: #D4B1B5; }

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

This div background color is #D4B1B5.

Border color

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

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

This div border color is #D4B1B5.

Opacity

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

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

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

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

This text has shadow with #D4B1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B1B5.

Preview

Color preview on black background

This text has color #D4B1B5 on black background.


Color preview on white background

This text has color #D4B1B5 on white background.


Black color preview on #D4B1B5 background

This text has black color on #D4B1B5 background.


White color preview on #D4B1B5 background

This text has white color on #D4B1B5 background.


Related colors

Complementary color

Complementary color for #hex is #2B4E4A.


I love getcolorcode.com

Triadic colors

1 #B5D4B1 and #B1B5D4 with #D4B1B5 are triadic colors.

2 #B5B1D4 and #B1D4B5 with #D4B1B5 are triadic colors.