COLOR #D3B9EA

HEX: #D3B9EA RGB: (211,185,234)

Color info

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

RGB color model

#D3B9EA color RGB value is (211,185,234).

RGB: (211,185,234) (83%, 73%, 92%)

RGB channels and saturation

R 211 of 255 = 83%
G 185 of 255 = 73%
B 234 of 255 = 92%

211
185
234

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

Portions of RGB colors in percentages

R + G + B = 211 + 185 + 234 = 630 (100%)
R 211 of 630 ~ 33.49%
G 185 of 630 ~ 29.37%
B 234 of 630 ~ 37.14'%

%33.49
%29.37
%37.14

CMYK color model

#D3B9EA color CMYK value is (10,21,0,8).

  • cyan value is 9.83%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (10,21,0,8)
C10M21Y0K8 (10%, 21%, 0%, 8%)
(0.10 / 0.21 / 0.00 / 0.08)

CMYK percentages

%9.83
%20.94
%0
%8.24

Codes

Color #D3B9EA in popluar color models

D3 B9 EA
RGB 211 185 234
HSL 272° 53.85% 82.16%
HSB/HSV 272° 20.94% 91.76%
CMYK 9.83% 20.94% 0.00%
8.24%

Color #D3B9EA in popluar number systems.

HEX D3 B9 EA
Decimal 211 185 234
Binary 11010011 10111001 11101010
Octal 323 271 352

Shades and tints

Shades of #D3B9EA

#D3B9EA
(211,185,234)
#C0A9D5
(192,169,213)
#AD99C0
(173,153,192)
#9A89AB
(154,137,171)
#877996
(135,121,150)
#746981
(116,105,129)
#61596C
(97,89,108)
#4E4957
(78,73,87)
#3B3942
(59,57,66)
#28292D
(40,41,45)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #D3B9EA

#D3B9EA
(211,185,234)
#D7BFEB
(215,191,235)
#DBC5EC
(219,197,236)
#DFCBED
(223,203,237)
#E3D1EE
(227,209,238)
#E7D7EF
(231,215,239)
#EBDDF0
(235,221,240)
#EFE3F1
(239,227,241)
#F3E9F2
(243,233,242)
#F7EFF3
(247,239,243)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B9EA; }

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

This text font color is #D3B9EA.

Background Color

.myBgColor { background-color: #D3B9EA; }

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

This div background color is #D3B9EA.

Border color

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

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

This div border color is #D3B9EA.

Opacity

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

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

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

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

This text has shadow with #D3B9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B9EA.

Preview

Color preview on black background

This text has color #D3B9EA on black background.


Color preview on white background

This text has color #D3B9EA on white background.


Black color preview on #D3B9EA background

This text has black color on #D3B9EA background.


White color preview on #D3B9EA background

This text has white color on #D3B9EA background.


Related colors

Complementary color

Complementary color for #hex is #2C4615.


I love getcolorcode.com

Triadic colors

1 #EAD3B9 and #B9EAD3 with #D3B9EA are triadic colors.

2 #EAB9D3 and #B9D3EA with #D3B9EA are triadic colors.