COLOR #D2B4E1

HEX: #D2B4E1 RGB: (210,180,225)

Color info

#D2B4E1 contains red, green and blue colors in about the same proportion. Web safe color of #D2B4E1 is #CCCCCC (or #CCC).

RGB color model

#D2B4E1 color RGB value is (210,180,225).

RGB: (210,180,225) (82%, 71%, 88%)

RGB channels and saturation

R 210 of 255 = 82%
G 180 of 255 = 71%
B 225 of 255 = 88%

210
180
225

R + G + B ~ 80%. #D2B4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 180 + 225 = 615 (100%)
R 210 of 615 ~ 34.15%
G 180 of 615 ~ 29.27%
B 225 of 615 ~ 36.59'%

%34.15
%29.27
%36.59

CMYK color model

#D2B4E1 color CMYK value is (7,20,0,12).

  • cyan value is 6.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (7,20,0,12)
C7M20Y0K12 (7%, 20%, 0%, 12%)
(0.07 / 0.20 / 0.00 / 0.12)

CMYK percentages

%6.67
%20
%0
%11.76

Codes

Color #D2B4E1 in popluar color models

D2 B4 E1
RGB 210 180 225
HSL 280° 42.86% 79.41%
HSB/HSV 280° 20.00% 88.24%
CMYK 6.67% 20.00% 0.00%
11.76%

Color #D2B4E1 in popluar number systems.

HEX D2 B4 E1
Decimal 210 180 225
Binary 11010010 10110100 11100001
Octal 322 264 341

Shades and tints

Shades of #D2B4E1

#D2B4E1
(210,180,225)
#BFA4CD
(191,164,205)
#AC94B9
(172,148,185)
#9984A5
(153,132,165)
#867491
(134,116,145)
#73647D
(115,100,125)
#605469
(96,84,105)
#4D4455
(77,68,85)
#3A3441
(58,52,65)
#27242D
(39,36,45)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #D2B4E1

#D2B4E1
(210,180,225)
#D6BAE3
(214,186,227)
#DAC0E5
(218,192,229)
#DEC6E7
(222,198,231)
#E2CCE9
(226,204,233)
#E6D2EB
(230,210,235)
#EAD8ED
(234,216,237)
#EEDEEF
(238,222,239)
#F2E4F1
(242,228,241)
#F6EAF3
(246,234,243)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B4E1 color. Also use rgb(210,180,225) instead hex code.

Text Font Color

.myTextColor { color: #D2B4E1; }

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

This text font color is #D2B4E1.

Background Color

.myBgColor { background-color: #D2B4E1; }

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

This div background color is #D2B4E1.

Border color

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

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

This div border color is #D2B4E1.

Opacity

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

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

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

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

This text has shadow with #D2B4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2B4E1.

Preview

Color preview on black background

This text has color #D2B4E1 on black background.


Color preview on white background

This text has color #D2B4E1 on white background.


Black color preview on #D2B4E1 background

This text has black color on #D2B4E1 background.


White color preview on #D2B4E1 background

This text has white color on #D2B4E1 background.


Related colors

Complementary color

Complementary color for #hex is #2D4B1E.


I love getcolorcode.com

Triadic colors

1 #E1D2B4 and #B4E1D2 with #D2B4E1 are triadic colors.

2 #E1B4D2 and #B4D2E1 with #D2B4E1 are triadic colors.