COLOR #D4B2B7

HEX: #D4B2B7 RGB: (212,178,183)

Color info

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

RGB color model

#D4B2B7 color RGB value is (212,178,183).

RGB: (212,178,183) (83%, 70%, 72%)

RGB channels and saturation

R 212 of 255 = 83%
G 178 of 255 = 70%
B 183 of 255 = 72%

212
178
183

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

Portions of RGB colors in percentages

R + G + B = 212 + 178 + 183 = 573 (100%)
R 212 of 573 ~ 37%
G 178 of 573 ~ 31.06%
B 183 of 573 ~ 31.94'%

%37
%31.06
%31.94

CMYK color model

#D4B2B7 color CMYK value is (0,16,14,17).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 13.68%
  • key color value is 16.86%

CMYK: (0,16,14,17)
C0M16Y14K17 (0%, 16%, 14%, 17%)
(0.00 / 0.16 / 0.14 / 0.17)

CMYK percentages

%0
%16.04
%13.68
%16.86

Codes

Color #D4B2B7 in popluar color models

D4 B2 B7
RGB 212 178 183
HSL 351° 28.33% 76.47%
HSB/HSV 351° 16.04% 83.14%
CMYK 0.00% 16.04% 13.68%
16.86%

Color #D4B2B7 in popluar number systems.

HEX D4 B2 B7
Decimal 212 178 183
Binary 11010100 10110010 10110111
Octal 324 262 267

Shades and tints

Shades of #D4B2B7

#D4B2B7
(212,178,183)
#C1A2A7
(193,162,167)
#AE9297
(174,146,151)
#9B8287
(155,130,135)
#887277
(136,114,119)
#756267
(117,98,103)
#625257
(98,82,87)
#4F4247
(79,66,71)
#3C3237
(60,50,55)
#292227
(41,34,39)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #D4B2B7

#D4B2B7
(212,178,183)
#D7B9BD
(215,185,189)
#DAC0C3
(218,192,195)
#DDC7C9
(221,199,201)
#E0CECF
(224,206,207)
#E3D5D5
(227,213,213)
#E6DCDB
(230,220,219)
#E9E3E1
(233,227,225)
#ECEAE7
(236,234,231)
#EFF1ED
(239,241,237)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B2B7 color. Also use rgb(212,178,183) instead hex code.

Text Font Color

.myTextColor { color: #D4B2B7; }

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

This text font color is #D4B2B7.

Background Color

.myBgColor { background-color: #D4B2B7; }

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

This div background color is #D4B2B7.

Border color

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

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

This div border color is #D4B2B7.

Opacity

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

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

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

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

This text has shadow with #D4B2B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B2B7.

Preview

Color preview on black background

This text has color #D4B2B7 on black background.


Color preview on white background

This text has color #D4B2B7 on white background.


Black color preview on #D4B2B7 background

This text has black color on #D4B2B7 background.


White color preview on #D4B2B7 background

This text has white color on #D4B2B7 background.


Related colors

Complementary color

Complementary color for #hex is #2B4D48.


I love getcolorcode.com

Triadic colors

1 #B7D4B2 and #B2B7D4 with #D4B2B7 are triadic colors.

2 #B7B2D4 and #B2D4B7 with #D4B2B7 are triadic colors.