COLOR #D3BEDB

HEX: #D3BEDB RGB: (211,190,219)

Color info

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

RGB color model

#D3BEDB color RGB value is (211,190,219).

RGB: (211,190,219) (83%, 75%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 219 of 255 = 86%

211
190
219

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

Portions of RGB colors in percentages

R + G + B = 211 + 190 + 219 = 620 (100%)
R 211 of 620 ~ 34.03%
G 190 of 620 ~ 30.65%
B 219 of 620 ~ 35.32'%

%34.03
%30.65
%35.32

CMYK color model

#D3BEDB color CMYK value is (4,13,0,14).

  • cyan value is 3.65%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (4,13,0,14)
C4M13Y0K14 (4%, 13%, 0%, 14%)
(0.04 / 0.13 / 0.00 / 0.14)

CMYK percentages

%3.65
%13.24
%0
%14.12

Codes

Color #D3BEDB in popluar color models

D3 BE DB
RGB 211 190 219
HSL 283° 28.71% 80.20%
HSB/HSV 283° 13.24% 85.88%
CMYK 3.65% 13.24% 0.00%
14.12%

Color #D3BEDB in popluar number systems.

HEX D3 BE DB
Decimal 211 190 219
Binary 11010011 10111110 11011011
Octal 323 276 333

Shades and tints

Shades of #D3BEDB

#D3BEDB
(211,190,219)
#C0ADC8
(192,173,200)
#AD9CB5
(173,156,181)
#9A8BA2
(154,139,162)
#877A8F
(135,122,143)
#74697C
(116,105,124)
#615869
(97,88,105)
#4E4756
(78,71,86)
#3B3643
(59,54,67)
#282530
(40,37,48)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #D3BEDB

#D3BEDB
(211,190,219)
#D7C3DE
(215,195,222)
#DBC8E1
(219,200,225)
#DFCDE4
(223,205,228)
#E3D2E7
(227,210,231)
#E7D7EA
(231,215,234)
#EBDCED
(235,220,237)
#EFE1F0
(239,225,240)
#F3E6F3
(243,230,243)
#F7EBF6
(247,235,246)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BEDB; }

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

This text font color is #D3BEDB.

Background Color

.myBgColor { background-color: #D3BEDB; }

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

This div background color is #D3BEDB.

Border color

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

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

This div border color is #D3BEDB.

Opacity

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

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

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

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

This text has shadow with #D3BEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BEDB.

Preview

Color preview on black background

This text has color #D3BEDB on black background.


Color preview on white background

This text has color #D3BEDB on white background.


Black color preview on #D3BEDB background

This text has black color on #D3BEDB background.


White color preview on #D3BEDB background

This text has white color on #D3BEDB background.


Related colors

Complementary color

Complementary color for #hex is #2C4124.


I love getcolorcode.com

Triadic colors

1 #DBD3BE and #BEDBD3 with #D3BEDB are triadic colors.

2 #DBBED3 and #BED3DB with #D3BEDB are triadic colors.