COLOR #D4B5D8

HEX: #D4B5D8
RGB: (212,181,216)

Color info

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

RGB color model

#D4B5D8 color RGB value is (212,181,216).

  • red value is 212;
  • green value is 181;
  • blue value is 216.
RGB:
(212,181,216)
(83%,71%,85%)

RGB channels and saturation

R 212 of 255 = 83%
G 181 of 255 = 71%
B 216 of 255 = 85%

212
181
216

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

Portions of RGB colors in percentages

R + G + B =
212 + 181 + 216 = 609 (100%)
R 212 of 609 ~ 34.81%
G 181 of 609 ~ 29.72%
B 216 of 609 ~ 35.47%

%34.81
%29.72
%35.47

CMYK color model

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

  • cyan value is 1.85%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(2,16,0,15)
C2M16Y0K15 
(2%,16%,0%,15%)
(0.02/0.16/0.00/0.15)	

CMYK percentages

%1.85
%16.2
%0
%15.29

Codes

Color #D4B5D8 in popluar color models

D4B5D8
RGB212181216
HSL293°30.97%77.84%
HSB/HSV293°16.20%84.71%
CMYK1.85%16.20%0.00%
15.29%

Color #D4B5D8 in popluar number systems.

HEXD4B5D8
Decimal212181216
Binary110101001011010111011000
Octal324265330

Shades and tints

Shades of #D4B5D8

#D4B5D8
(212,181,216)
#C1A5C5
(193,165,197)
#AE95B2
(174,149,178)
#9B859F
(155,133,159)
#88758C
(136,117,140)
#756579
(117,101,121)
#625566
(98,85,102)
#4F4553
(79,69,83)
#3C3540
(60,53,64)
#29252D
(41,37,45)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #D4B5D8

#D4B5D8
(212,181,216)
#D7BBDB
(215,187,219)
#DAC1DE
(218,193,222)
#DDC7E1
(221,199,225)
#E0CDE4
(224,205,228)
#E3D3E7
(227,211,231)
#E6D9EA
(230,217,234)
#E9DFED
(233,223,237)
#ECE5F0
(236,229,240)
#EFEBF3
(239,235,243)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B5D8 color. Also use rgb(212,181,216) instead hex code.

Text Font Color

.myTextColor { color: #D4B5D8; }

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

This text font color is #D4B5D8.


Background Color

.myBgColor { background-color: #D4B5D8; }

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

This div background color is #D4B5D8.


Border color

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

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

This div border color is #D4B5D8.


Opacity

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

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

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

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

This text has shadow with #D4B5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B5D8 on black background.


Color preview on white background

This text has color #D4B5D8 on white background.



Black color preview on #D4B5D8 background

This text has black color on #D4B5D8 background.


White color preview on #D4B5D8 background

This text has white color on #D4B5D8 background.