COLOR #D3BED8

HEX: #D3BED8 RGB: (211,190,216)

Color info

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

RGB color model

#D3BED8 color RGB value is (211,190,216).

RGB: (211,190,216) (83%, 75%, 85%)

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 216 of 255 = 85%

211
190
216

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

Portions of RGB colors in percentages

R + G + B = 211 + 190 + 216 = 617 (100%)
R 211 of 617 ~ 34.2%
G 190 of 617 ~ 30.79%
B 216 of 617 ~ 35.01'%

%34.2
%30.79
%35.01

CMYK color model

#D3BED8 color CMYK value is (2,12,0,15).

  • cyan value is 2.31%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (2,12,0,15)
C2M12Y0K15 (2%, 12%, 0%, 15%)
(0.02 / 0.12 / 0.00 / 0.15)

CMYK percentages

%2.31
%12.04
%0
%15.29

Codes

Color #D3BED8 in popluar color models

D3 BE D8
RGB 211 190 216
HSL 288° 25.00% 79.61%
HSB/HSV 288° 12.04% 84.71%
CMYK 2.31% 12.04% 0.00%
15.29%

Color #D3BED8 in popluar number systems.

HEX D3 BE D8
Decimal 211 190 216
Binary 11010011 10111110 11011000
Octal 323 276 330

Shades and tints

Shades of #D3BED8

#D3BED8
(211,190,216)
#C0ADC5
(192,173,197)
#AD9CB2
(173,156,178)
#9A8B9F
(154,139,159)
#877A8C
(135,122,140)
#746979
(116,105,121)
#615866
(97,88,102)
#4E4753
(78,71,83)
#3B3640
(59,54,64)
#28252D
(40,37,45)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #D3BED8

#D3BED8
(211,190,216)
#D7C3DB
(215,195,219)
#DBC8DE
(219,200,222)
#DFCDE1
(223,205,225)
#E3D2E4
(227,210,228)
#E7D7E7
(231,215,231)
#EBDCEA
(235,220,234)
#EFE1ED
(239,225,237)
#F3E6F0
(243,230,240)
#F7EBF3
(247,235,243)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BED8 color. Also use rgb(211,190,216) instead hex code.

Text Font Color

.myTextColor { color: #D3BED8; }

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

This text font color is #D3BED8.

Background Color

.myBgColor { background-color: #D3BED8; }

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

This div background color is #D3BED8.

Border color

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

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

This div border color is #D3BED8.

Opacity

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

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

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

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

This text has shadow with #D3BED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BED8.

Preview

Color preview on black background

This text has color #D3BED8 on black background.


Color preview on white background

This text has color #D3BED8 on white background.


Black color preview on #D3BED8 background

This text has black color on #D3BED8 background.


White color preview on #D3BED8 background

This text has white color on #D3BED8 background.


Related colors

Complementary color

Complementary color for #hex is #2C4127.


I love getcolorcode.com

Triadic colors

1 #D8D3BE and #BED8D3 with #D3BED8 are triadic colors.

2 #D8BED3 and #BED3D8 with #D3BED8 are triadic colors.