COLOR #D5B2D1

HEX: #D5B2D1 RGB: (213,178,209)

Color info

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

RGB color model

#D5B2D1 color RGB value is (213,178,209).

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

RGB channels and saturation

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

213
178
209

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

Portions of RGB colors in percentages

R + G + B = 213 + 178 + 209 = 600 (100%)
R 213 of 600 ~ 35.5%
G 178 of 600 ~ 29.67%
B 209 of 600 ~ 34.83'%

%35.5
%29.67
%34.83

CMYK color model

#D5B2D1 color CMYK value is (0,16,2,16).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 1.88%
  • key color value is 16.47%

CMYK: (0,16,2,16)
C0M16Y2K16 (0%, 16%, 2%, 16%)
(0.00 / 0.16 / 0.02 / 0.16)

CMYK percentages

%0
%16.43
%1.88
%16.47

Codes

Color #D5B2D1 in popluar color models

D5 B2 D1
RGB 213 178 209
HSL 307° 29.41% 76.67%
HSB/HSV 307° 16.43% 83.53%
CMYK 0.00% 16.43% 1.88%
16.47%

Color #D5B2D1 in popluar number systems.

HEX D5 B2 D1
Decimal 213 178 209
Binary 11010101 10110010 11010001
Octal 325 262 321

Shades and tints

Shades of #D5B2D1

#D5B2D1
(213,178,209)
#C2A2BE
(194,162,190)
#AF92AB
(175,146,171)
#9C8298
(156,130,152)
#897285
(137,114,133)
#766272
(118,98,114)
#63525F
(99,82,95)
#50424C
(80,66,76)
#3D3239
(61,50,57)
#2A2226
(42,34,38)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #D5B2D1

#D5B2D1
(213,178,209)
#D8B9D5
(216,185,213)
#DBC0D9
(219,192,217)
#DEC7DD
(222,199,221)
#E1CEE1
(225,206,225)
#E4D5E5
(228,213,229)
#E7DCE9
(231,220,233)
#EAE3ED
(234,227,237)
#EDEAF1
(237,234,241)
#F0F1F5
(240,241,245)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B2D1; }

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

This text font color is #D5B2D1.

Background Color

.myBgColor { background-color: #D5B2D1; }

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

This div background color is #D5B2D1.

Border color

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

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

This div border color is #D5B2D1.

Opacity

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

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

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

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

This text has shadow with #D5B2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B2D1.

Preview

Color preview on black background

This text has color #D5B2D1 on black background.


Color preview on white background

This text has color #D5B2D1 on white background.


Black color preview on #D5B2D1 background

This text has black color on #D5B2D1 background.


White color preview on #D5B2D1 background

This text has white color on #D5B2D1 background.


Related colors

Complementary color

Complementary color for #hex is #2A4D2E.


I love getcolorcode.com

Triadic colors

1 #D1D5B2 and #B2D1D5 with #D5B2D1 are triadic colors.

2 #D1B2D5 and #B2D5D1 with #D5B2D1 are triadic colors.