COLOR #D8B3E3

HEX: #D8B3E3 RGB: (216,179,227)

Color info

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

RGB color model

#D8B3E3 color RGB value is (216,179,227).

RGB: (216,179,227) (85%, 70%, 89%)

RGB channels and saturation

R 216 of 255 = 85%
G 179 of 255 = 70%
B 227 of 255 = 89%

216
179
227

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

Portions of RGB colors in percentages

R + G + B = 216 + 179 + 227 = 622 (100%)
R 216 of 622 ~ 34.73%
G 179 of 622 ~ 28.78%
B 227 of 622 ~ 36.5'%

%34.73
%28.78
%36.5

CMYK color model

#D8B3E3 color CMYK value is (5,21,0,11).

  • cyan value is 4.85%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (5,21,0,11)
C5M21Y0K11 (5%, 21%, 0%, 11%)
(0.05 / 0.21 / 0.00 / 0.11)

CMYK percentages

%4.85
%21.15
%0
%10.98

Codes

Color #D8B3E3 in popluar color models

D8 B3 E3
RGB 216 179 227
HSL 286° 46.15% 79.61%
HSB/HSV 286° 21.15% 89.02%
CMYK 4.85% 21.15% 0.00%
10.98%

Color #D8B3E3 in popluar number systems.

HEX D8 B3 E3
Decimal 216 179 227
Binary 11011000 10110011 11100011
Octal 330 263 343

Shades and tints

Shades of #D8B3E3

#D8B3E3
(216,179,227)
#C5A3CF
(197,163,207)
#B293BB
(178,147,187)
#9F83A7
(159,131,167)
#8C7393
(140,115,147)
#79637F
(121,99,127)
#66536B
(102,83,107)
#534357
(83,67,87)
#403343
(64,51,67)
#2D232F
(45,35,47)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #D8B3E3

#D8B3E3
(216,179,227)
#DBB9E5
(219,185,229)
#DEBFE7
(222,191,231)
#E1C5E9
(225,197,233)
#E4CBEB
(228,203,235)
#E7D1ED
(231,209,237)
#EAD7EF
(234,215,239)
#EDDDF1
(237,221,241)
#F0E3F3
(240,227,243)
#F3E9F5
(243,233,245)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B3E3; }

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

This text font color is #D8B3E3.

Background Color

.myBgColor { background-color: #D8B3E3; }

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

This div background color is #D8B3E3.

Border color

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

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

This div border color is #D8B3E3.

Opacity

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

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

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

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

This text has shadow with #D8B3E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8B3E3.

Preview

Color preview on black background

This text has color #D8B3E3 on black background.


Color preview on white background

This text has color #D8B3E3 on white background.


Black color preview on #D8B3E3 background

This text has black color on #D8B3E3 background.


White color preview on #D8B3E3 background

This text has white color on #D8B3E3 background.


Related colors

Complementary color

Complementary color for #hex is #274C1C.


I love getcolorcode.com

Triadic colors

1 #E3D8B3 and #B3E3D8 with #D8B3E3 are triadic colors.

2 #E3B3D8 and #B3D8E3 with #D8B3E3 are triadic colors.