COLOR #D4B7DA

HEX: #D4B7DA
RGB: (212,183,218)

Color info

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

RGB color model

#D4B7DA color RGB value is (212,183,218).

  • red value is 212;
  • green value is 183;
  • blue value is 218.
RGB:
(212,183,218)
(83%,72%,85%)

RGB channels and saturation

R 212 of 255 = 83%
G 183 of 255 = 72%
B 218 of 255 = 85%

212
183
218

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

Portions of RGB colors in percentages

R + G + B =
212 + 183 + 218 = 613 (100%)
R 212 of 613 ~ 34.58%
G 183 of 613 ~ 29.85%
B 218 of 613 ~ 35.56%

%34.58
%29.85
%35.56

CMYK color model

#D4B7DA color CMYK value is (3,16,0,15).

  • cyan value is 2.75%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(3,16,0,15)
C3M16Y0K15 
(3%,16%,0%,15%)
(0.03/0.16/0.00/0.15)	

CMYK percentages

%2.75
%16.06
%0
%14.51

Codes

Color #D4B7DA in popluar color models

D4B7DA
RGB212183218
HSL290°32.11%78.63%
HSB/HSV290°16.06%85.49%
CMYK2.75%16.06%0.00%
14.51%

Color #D4B7DA in popluar number systems.

HEXD4B7DA
Decimal212183218
Binary110101001011011111011010
Octal324267332

Shades and tints

Shades of #D4B7DA

#D4B7DA
(212,183,218)
#C1A7C7
(193,167,199)
#AE97B4
(174,151,180)
#9B87A1
(155,135,161)
#88778E
(136,119,142)
#75677B
(117,103,123)
#625768
(98,87,104)
#4F4755
(79,71,85)
#3C3742
(60,55,66)
#29272F
(41,39,47)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #D4B7DA

#D4B7DA
(212,183,218)
#D7BDDD
(215,189,221)
#DAC3E0
(218,195,224)
#DDC9E3
(221,201,227)
#E0CFE6
(224,207,230)
#E3D5E9
(227,213,233)
#E6DBEC
(230,219,236)
#E9E1EF
(233,225,239)
#ECE7F2
(236,231,242)
#EFEDF5
(239,237,245)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B7DA; }

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

This text font color is #D4B7DA.


Background Color

.myBgColor { background-color: #D4B7DA; }

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

This div background color is #D4B7DA.


Border color

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

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

This div border color is #D4B7DA.


Opacity

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

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

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

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

This text has shadow with #D4B7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B7DA on black background.


Color preview on white background

This text has color #D4B7DA on white background.



Black color preview on #D4B7DA background

This text has black color on #D4B7DA background.


White color preview on #D4B7DA background

This text has white color on #D4B7DA background.