COLOR #D8B4DD

HEX: #D8B4DD
RGB: (216,180,221)

Color info

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

RGB color model

#D8B4DD color RGB value is (216,180,221).

  • red value is 216;
  • green value is 180;
  • blue value is 221.
RGB:
(216,180,221)
(85%,71%,87%)

RGB channels and saturation

R 216 of 255 = 85%
G 180 of 255 = 71%
B 221 of 255 = 87%

216
180
221

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

Portions of RGB colors in percentages

R + G + B =
216 + 180 + 221 = 617 (100%)
R 216 of 617 ~ 35.01%
G 180 of 617 ~ 29.17%
B 221 of 617 ~ 35.82%

%35.01
%29.17
%35.82

CMYK color model

#D8B4DD color CMYK value is (2,19,0,13).

  • cyan value is 2.26%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(2,19,0,13)
C2M19Y0K13 
(2%,19%,0%,13%)
(0.02/0.19/0.00/0.13)	

CMYK percentages

%2.26
%18.55
%0
%13.33

Codes

Color #D8B4DD in popluar color models

D8B4DD
RGB216180221
HSL293°37.61%78.63%
HSB/HSV293°18.55%86.67%
CMYK2.26%18.55%0.00%
13.33%

Color #D8B4DD in popluar number systems.

HEXD8B4DD
Decimal216180221
Binary110110001011010011011101
Octal330264335

Shades and tints

Shades of #D8B4DD

#D8B4DD
(216,180,221)
#C5A4C9
(197,164,201)
#B294B5
(178,148,181)
#9F84A1
(159,132,161)
#8C748D
(140,116,141)
#796479
(121,100,121)
#665465
(102,84,101)
#534451
(83,68,81)
#40343D
(64,52,61)
#2D2429
(45,36,41)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #D8B4DD

#D8B4DD
(216,180,221)
#DBBAE0
(219,186,224)
#DEC0E3
(222,192,227)
#E1C6E6
(225,198,230)
#E4CCE9
(228,204,233)
#E7D2EC
(231,210,236)
#EAD8EF
(234,216,239)
#EDDEF2
(237,222,242)
#F0E4F5
(240,228,245)
#F3EAF8
(243,234,248)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B4DD color. Also use rgb(216,180,221) instead hex code.

Text Font Color

.myTextColor { color: #D8B4DD; }

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

This text font color is #D8B4DD.


Background Color

.myBgColor { background-color: #D8B4DD; }

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

This div background color is #D8B4DD.


Border color

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

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

This div border color is #D8B4DD.


Opacity

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

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

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

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

This text has shadow with #D8B4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B4DD on black background.


Color preview on white background

This text has color #D8B4DD on white background.



Black color preview on #D8B4DD background

This text has black color on #D8B4DD background.


White color preview on #D8B4DD background

This text has white color on #D8B4DD background.