COLOR #D1BDDB

HEX: #D1BDDB RGB: (209,189,219)

Color info

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

RGB color model

#D1BDDB color RGB value is (209,189,219).

RGB: (209,189,219) (82%, 74%, 86%)

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 219 of 255 = 86%

209
189
219

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

Portions of RGB colors in percentages

R + G + B = 209 + 189 + 219 = 617 (100%)
R 209 of 617 ~ 33.87%
G 189 of 617 ~ 30.63%
B 219 of 617 ~ 35.49'%

%33.87
%30.63
%35.49

CMYK color model

#D1BDDB color CMYK value is (5,14,0,14).

  • cyan value is 4.57%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (5,14,0,14) C5M14Y0K14 (5%,14%,0%,14%) (0.05/0.14/0.00/0.14) 

CMYK percentages

%4.57
%13.7
%0
%14.12

Codes

Color #D1BDDB in popluar color models

D1 BD DB
RGB 209 189 219
HSL 280° 29.41% 80.00%
HSB/HSV 280° 13.70% 85.88%
CMYK 4.57% 13.70% 0.00%
14.12%

Color #D1BDDB in popluar number systems.

HEX D1 BD DB
Decimal 209 189 219
Binary 11010001 10111101 11011011
Octal 321 275 333

Shades and tints

Shades of #D1BDDB

#D1BDDB
(209,189,219)
#BEACC8
(190,172,200)
#AB9BB5
(171,155,181)
#988AA2
(152,138,162)
#85798F
(133,121,143)
#72687C
(114,104,124)
#5F5769
(95,87,105)
#4C4656
(76,70,86)
#393543
(57,53,67)
#262430
(38,36,48)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #D1BDDB

#D1BDDB
(209,189,219)
#D5C3DE
(213,195,222)
#D9C9E1
(217,201,225)
#DDCFE4
(221,207,228)
#E1D5E7
(225,213,231)
#E5DBEA
(229,219,234)
#E9E1ED
(233,225,237)
#EDE7F0
(237,231,240)
#F1EDF3
(241,237,243)
#F5F3F6
(245,243,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BDDB color. Also use rgb(209,189,219) instead hex code.

Text Font Color

.myTextColor { color: #D1BDDB; }

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

This text font color is #D1BDDB.

Background Color

.myBgColor { background-color: #D1BDDB; }

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

This div background color is #D1BDDB.

Border color

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

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

This div border color is #D1BDDB.

Opacity

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

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

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

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

This text has shadow with #D1BDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BDDB.

Preview

Color preview on black background

This text has color #D1BDDB on black background.


Color preview on white background

This text has color #D1BDDB on white background.


Black color preview on #D1BDDB background

This text has black color on #D1BDDB background.


White color preview on #D1BDDB background

This text has white color on #D1BDDB background.


Related colors

Complementary color

Complementary color for #hex is #2E4224.


I love getcolorcode.com

Triadic colors

1 #DBD1BD and #BDDBD1 with #D1BDDB are triadic colors.

2 #DBBDD1 and #BDD1DB with #D1BDDB are triadic colors.