COLOR #D4B3D6

HEX: #D4B3D6
RGB: (212,179,214)

Color info

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

RGB color model

#D4B3D6 color RGB value is (212,179,214).

  • red value is 212;
  • green value is 179;
  • blue value is 214.
RGB:
(212,179,214)
(83%,70%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 179 of 255 = 70%
B 214 of 255 = 84%

212
179
214

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

Portions of RGB colors in percentages

R + G + B =
212 + 179 + 214 = 605 (100%)
R 212 of 605 ~ 35.04%
G 179 of 605 ~ 29.59%
B 214 of 605 ~ 35.37%

%35.04
%29.59
%35.37

CMYK color model

#D4B3D6 color CMYK value is (1,16,0,16).

  • cyan value is 0.93%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(1,16,0,16)
C1M16Y0K16 
(1%,16%,0%,16%)
(0.01/0.16/0.00/0.16)	

CMYK percentages

%0.93
%16.36
%0
%16.08

Codes

Color #D4B3D6 in popluar color models

D4B3D6
RGB212179214
HSL297°29.91%77.06%
HSB/HSV297°16.36%83.92%
CMYK0.93%16.36%0.00%
16.08%

Color #D4B3D6 in popluar number systems.

HEXD4B3D6
Decimal212179214
Binary110101001011001111010110
Octal324263326

Shades and tints

Shades of #D4B3D6

#D4B3D6
(212,179,214)
#C1A3C3
(193,163,195)
#AE93B0
(174,147,176)
#9B839D
(155,131,157)
#88738A
(136,115,138)
#756377
(117,99,119)
#625364
(98,83,100)
#4F4351
(79,67,81)
#3C333E
(60,51,62)
#29232B
(41,35,43)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #D4B3D6

#D4B3D6
(212,179,214)
#D7B9D9
(215,185,217)
#DABFDC
(218,191,220)
#DDC5DF
(221,197,223)
#E0CBE2
(224,203,226)
#E3D1E5
(227,209,229)
#E6D7E8
(230,215,232)
#E9DDEB
(233,221,235)
#ECE3EE
(236,227,238)
#EFE9F1
(239,233,241)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B3D6 color. Also use rgb(212,179,214) instead hex code.

Text Font Color

.myTextColor { color: #D4B3D6; }

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

This text font color is #D4B3D6.


Background Color

.myBgColor { background-color: #D4B3D6; }

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

This div background color is #D4B3D6.


Border color

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

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

This div border color is #D4B3D6.


Opacity

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

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

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

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

This text has shadow with #D4B3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B3D6 on black background.


Color preview on white background

This text has color #D4B3D6 on white background.



Black color preview on #D4B3D6 background

This text has black color on #D4B3D6 background.


White color preview on #D4B3D6 background

This text has white color on #D4B3D6 background.