COLOR #D8B3DE

HEX: #D8B3DE RGB: (216,179,222)

Color info

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

RGB color model

#D8B3DE color RGB value is (216,179,222).

RGB: (216,179,222) (85%, 70%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 179 of 255 = 70%
B 222 of 255 = 87%

216
179
222

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

Portions of RGB colors in percentages

R + G + B = 216 + 179 + 222 = 617 (100%)
R 216 of 617 ~ 35.01%
G 179 of 617 ~ 29.01%
B 222 of 617 ~ 35.98'%

%35.01
%29.01
%35.98

CMYK color model

#D8B3DE color CMYK value is (3,19,0,13).

  • cyan value is 2.70%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (3,19,0,13)
C3M19Y0K13 (3%, 19%, 0%, 13%)
(0.03 / 0.19 / 0.00 / 0.13)

CMYK percentages

%2.7
%19.37
%0
%12.94

Codes

Color #D8B3DE in popluar color models

D8 B3 DE
RGB 216 179 222
HSL 292° 39.45% 78.63%
HSB/HSV 292° 19.37% 87.06%
CMYK 2.70% 19.37% 0.00%
12.94%

Color #D8B3DE in popluar number systems.

HEX D8 B3 DE
Decimal 216 179 222
Binary 11011000 10110011 11011110
Octal 330 263 336

Shades and tints

Shades of #D8B3DE

#D8B3DE
(216,179,222)
#C5A3CA
(197,163,202)
#B293B6
(178,147,182)
#9F83A2
(159,131,162)
#8C738E
(140,115,142)
#79637A
(121,99,122)
#665366
(102,83,102)
#534352
(83,67,82)
#40333E
(64,51,62)
#2D232A
(45,35,42)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #D8B3DE

#D8B3DE
(216,179,222)
#DBB9E1
(219,185,225)
#DEBFE4
(222,191,228)
#E1C5E7
(225,197,231)
#E4CBEA
(228,203,234)
#E7D1ED
(231,209,237)
#EAD7F0
(234,215,240)
#EDDDF3
(237,221,243)
#F0E3F6
(240,227,246)
#F3E9F9
(243,233,249)
#F6EFFC
(246,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B3DE color. Also use rgb(216,179,222) instead hex code.

Text Font Color

.myTextColor { color: #D8B3DE; }

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

This text font color is #D8B3DE.

Background Color

.myBgColor { background-color: #D8B3DE; }

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

This div background color is #D8B3DE.

Border color

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

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

This div border color is #D8B3DE.

Opacity

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

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

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

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

This text has shadow with #D8B3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B3DE.

Preview

Color preview on black background

This text has color #D8B3DE on black background.


Color preview on white background

This text has color #D8B3DE on white background.


Black color preview on #D8B3DE background

This text has black color on #D8B3DE background.


White color preview on #D8B3DE background

This text has white color on #D8B3DE background.


Related colors

Complementary color

Complementary color for #hex is #274C21.


I love getcolorcode.com

Triadic colors

1 #DED8B3 and #B3DED8 with #D8B3DE are triadic colors.

2 #DEB3D8 and #B3D8DE with #D8B3DE are triadic colors.