COLOR #D4B8DF

HEX: #D4B8DF
RGB: (212,184,223)

Color info

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

RGB color model

#D4B8DF color RGB value is (212,184,223).

  • red value is 212;
  • green value is 184;
  • blue value is 223.
RGB:
(212,184,223)
(83%,72%,87%)

RGB channels and saturation

R 212 of 255 = 83%
G 184 of 255 = 72%
B 223 of 255 = 87%

212
184
223

R + G + B ~ 81%. #D4B8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 184 + 223 = 619 (100%)
R 212 of 619 ~ 34.25%
G 184 of 619 ~ 29.73%
B 223 of 619 ~ 36.03%

%34.25
%29.73
%36.03

CMYK color model

#D4B8DF color CMYK value is (5,17,0,13).

  • cyan value is 4.93%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(5,17,0,13)
C5M17Y0K13 
(5%,17%,0%,13%)
(0.05/0.17/0.00/0.13)	

CMYK percentages

%4.93
%17.49
%0
%12.55

Codes

Color #D4B8DF in popluar color models

D4B8DF
RGB212184223
HSL283°37.86%79.80%
HSB/HSV283°17.49%87.45%
CMYK4.93%17.49%0.00%
12.55%

Color #D4B8DF in popluar number systems.

HEXD4B8DF
Decimal212184223
Binary110101001011100011011111
Octal324270337

Shades and tints

Shades of #D4B8DF

#D4B8DF
(212,184,223)
#C1A8CB
(193,168,203)
#AE98B7
(174,152,183)
#9B88A3
(155,136,163)
#88788F
(136,120,143)
#75687B
(117,104,123)
#625867
(98,88,103)
#4F4853
(79,72,83)
#3C383F
(60,56,63)
#29282B
(41,40,43)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #D4B8DF

#D4B8DF
(212,184,223)
#D7BEE1
(215,190,225)
#DAC4E3
(218,196,227)
#DDCAE5
(221,202,229)
#E0D0E7
(224,208,231)
#E3D6E9
(227,214,233)
#E6DCEB
(230,220,235)
#E9E2ED
(233,226,237)
#ECE8EF
(236,232,239)
#EFEEF1
(239,238,241)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B8DF color. Also use rgb(212,184,223) instead hex code.

Text Font Color

.myTextColor { color: #D4B8DF; }

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

This text font color is #D4B8DF.


Background Color

.myBgColor { background-color: #D4B8DF; }

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

This div background color is #D4B8DF.


Border color

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

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

This div border color is #D4B8DF.


Opacity

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

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

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

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

This text has shadow with #D4B8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B8DF on black background.


Color preview on white background

This text has color #D4B8DF on white background.



Black color preview on #D4B8DF background

This text has black color on #D4B8DF background.


White color preview on #D4B8DF background

This text has white color on #D4B8DF background.