COLOR #D3B9ED

HEX: #D3B9ED RGB: (211,185,237)

Color info

#D3B9ED contains red, green and blue colors in about the same proportion. Web safe color of #D3B9ED is #CCCCFF (or #CCF).

RGB color model

#D3B9ED color RGB value is (211,185,237).

RGB: (211,185,237) (83%, 73%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 185 of 255 = 73%
B 237 of 255 = 93%

211
185
237

R + G + B ~ 83%. #D3B9ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 185 + 237 = 633 (100%)
R 211 of 633 ~ 33.33%
G 185 of 633 ~ 29.23%
B 237 of 633 ~ 37.44'%

%33.33
%29.23
%37.44

CMYK color model

#D3B9ED color CMYK value is (11,22,0,7).

  • cyan value is 10.97%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (11,22,0,7)
C11M22Y0K7 (11%, 22%, 0%, 7%)
(0.11 / 0.22 / 0.00 / 0.07)

CMYK percentages

%10.97
%21.94
%0
%7.06

Codes

Color #D3B9ED in popluar color models

D3 B9 ED
RGB 211 185 237
HSL 270° 59.09% 82.75%
HSB/HSV 270° 21.94% 92.94%
CMYK 10.97% 21.94% 0.00%
7.06%

Color #D3B9ED in popluar number systems.

HEX D3 B9 ED
Decimal 211 185 237
Binary 11010011 10111001 11101101
Octal 323 271 355

Shades and tints

Shades of #D3B9ED

#D3B9ED
(211,185,237)
#C0A9D8
(192,169,216)
#AD99C3
(173,153,195)
#9A89AE
(154,137,174)
#877999
(135,121,153)
#746984
(116,105,132)
#61596F
(97,89,111)
#4E495A
(78,73,90)
#3B3945
(59,57,69)
#282930
(40,41,48)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #D3B9ED

#D3B9ED
(211,185,237)
#D7BFEE
(215,191,238)
#DBC5EF
(219,197,239)
#DFCBF0
(223,203,240)
#E3D1F1
(227,209,241)
#E7D7F2
(231,215,242)
#EBDDF3
(235,221,243)
#EFE3F4
(239,227,244)
#F3E9F5
(243,233,245)
#F7EFF6
(247,239,246)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B9ED color. Also use rgb(211,185,237) instead hex code.

Text Font Color

.myTextColor { color: #D3B9ED; }

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

This text font color is #D3B9ED.

Background Color

.myBgColor { background-color: #D3B9ED; }

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

This div background color is #D3B9ED.

Border color

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

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

This div border color is #D3B9ED.

Opacity

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

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

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

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

This text has shadow with #D3B9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B9ED.

Preview

Color preview on black background

This text has color #D3B9ED on black background.


Color preview on white background

This text has color #D3B9ED on white background.


Black color preview on #D3B9ED background

This text has black color on #D3B9ED background.


White color preview on #D3B9ED background

This text has white color on #D3B9ED background.


Related colors

Complementary color

Complementary color for #hex is #2C4612.


I love getcolorcode.com

Triadic colors

1 #EDD3B9 and #B9EDD3 with #D3B9ED are triadic colors.

2 #EDB9D3 and #B9D3ED with #D3B9ED are triadic colors.