COLOR #D4B5D2

HEX: #D4B5D2
RGB: (212,181,210)

Color info

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

RGB color model

#D4B5D2 color RGB value is (212,181,210).

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

RGB channels and saturation

R 212 of 255 = 83%
G 181 of 255 = 71%
B 210 of 255 = 82%

212
181
210

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

Portions of RGB colors in percentages

R + G + B =
212 + 181 + 210 = 603 (100%)
R 212 of 603 ~ 35.16%
G 181 of 603 ~ 30.02%
B 210 of 603 ~ 34.83%

%35.16
%30.02
%34.83

CMYK color model

#D4B5D2 color CMYK value is (0,15,1,17).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 0.94%
  • key color value is 16.86%
CMYK:
(0,15,1,17)
C0M15Y1K17 
(0%,15%,1%,17%)
(0.00/0.15/0.01/0.17)	

CMYK percentages

%0
%14.62
%0.94
%16.86

Codes

Color #D4B5D2 in popluar color models

D4B5D2
RGB212181210
HSL304°26.50%77.06%
HSB/HSV304°14.62%83.14%
CMYK0.00%14.62%0.94%
16.86%

Color #D4B5D2 in popluar number systems.

HEXD4B5D2
Decimal212181210
Binary110101001011010111010010
Octal324265322

Shades and tints

Shades of #D4B5D2

#D4B5D2
(212,181,210)
#C1A5BF
(193,165,191)
#AE95AC
(174,149,172)
#9B8599
(155,133,153)
#887586
(136,117,134)
#756573
(117,101,115)
#625560
(98,85,96)
#4F454D
(79,69,77)
#3C353A
(60,53,58)
#292527
(41,37,39)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #D4B5D2

#D4B5D2
(212,181,210)
#D7BBD6
(215,187,214)
#DAC1DA
(218,193,218)
#DDC7DE
(221,199,222)
#E0CDE2
(224,205,226)
#E3D3E6
(227,211,230)
#E6D9EA
(230,217,234)
#E9DFEE
(233,223,238)
#ECE5F2
(236,229,242)
#EFEBF6
(239,235,246)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B5D2; }

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

This text font color is #D4B5D2.


Background Color

.myBgColor { background-color: #D4B5D2; }

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

This div background color is #D4B5D2.


Border color

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

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

This div border color is #D4B5D2.


Opacity

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

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

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

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

This text has shadow with #D4B5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B5D2 on black background.


Color preview on white background

This text has color #D4B5D2 on white background.



Black color preview on #D4B5D2 background

This text has black color on #D4B5D2 background.


White color preview on #D4B5D2 background

This text has white color on #D4B5D2 background.