COLOR #D7B2D1

HEX: #D7B2D1 RGB: (215,178,209)

Color info

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

RGB color model

#D7B2D1 color RGB value is (215,178,209).

RGB: (215,178,209) (84%, 70%, 82%)

RGB channels and saturation

R 215 of 255 = 84%
G 178 of 255 = 70%
B 209 of 255 = 82%

215
178
209

R + G + B ~ 79%. #D7B2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 178 + 209 = 602 (100%)
R 215 of 602 ~ 35.71%
G 178 of 602 ~ 29.57%
B 209 of 602 ~ 34.72'%

%35.71
%29.57
%34.72

CMYK color model

#D7B2D1 color CMYK value is (0,17,3,16).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 2.79%
  • key color value is 15.69%

CMYK: (0,17,3,16)
C0M17Y3K16 (0%, 17%, 3%, 16%)
(0.00 / 0.17 / 0.03 / 0.16)

CMYK percentages

%0
%17.21
%2.79
%15.69

Codes

Color #D7B2D1 in popluar color models

D7 B2 D1
RGB 215 178 209
HSL 310° 31.62% 77.06%
HSB/HSV 310° 17.21% 84.31%
CMYK 0.00% 17.21% 2.79%
15.69%

Color #D7B2D1 in popluar number systems.

HEX D7 B2 D1
Decimal 215 178 209
Binary 11010111 10110010 11010001
Octal 327 262 321

Shades and tints

Shades of #D7B2D1

#D7B2D1
(215,178,209)
#C4A2BE
(196,162,190)
#B192AB
(177,146,171)
#9E8298
(158,130,152)
#8B7285
(139,114,133)
#786272
(120,98,114)
#65525F
(101,82,95)
#52424C
(82,66,76)
#3F3239
(63,50,57)
#2C2226
(44,34,38)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #D7B2D1

#D7B2D1
(215,178,209)
#DAB9D5
(218,185,213)
#DDC0D9
(221,192,217)
#E0C7DD
(224,199,221)
#E3CEE1
(227,206,225)
#E6D5E5
(230,213,229)
#E9DCE9
(233,220,233)
#ECE3ED
(236,227,237)
#EFEAF1
(239,234,241)
#F2F1F5
(242,241,245)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B2D1 color. Also use rgb(215,178,209) instead hex code.

Text Font Color

.myTextColor { color: #D7B2D1; }

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

This text font color is #D7B2D1.

Background Color

.myBgColor { background-color: #D7B2D1; }

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

This div background color is #D7B2D1.

Border color

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

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

This div border color is #D7B2D1.

Opacity

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

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

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

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

This text has shadow with #D7B2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B2D1.

Preview

Color preview on black background

This text has color #D7B2D1 on black background.


Color preview on white background

This text has color #D7B2D1 on white background.


Black color preview on #D7B2D1 background

This text has black color on #D7B2D1 background.


White color preview on #D7B2D1 background

This text has white color on #D7B2D1 background.


Related colors

Complementary color

Complementary color for #hex is #284D2E.


I love getcolorcode.com

Triadic colors

1 #D1D7B2 and #B2D1D7 with #D7B2D1 are triadic colors.

2 #D1B2D7 and #B2D7D1 with #D7B2D1 are triadic colors.