COLOR #D1B0DD

HEX: #D1B0DD RGB: (209,176,221)

Color info

#D1B0DD contains red, green and blue colors in about the same proportion. Web safe color of #D1B0DD is #CC99CC (or #C9C).

RGB color model

#D1B0DD color RGB value is (209,176,221).

RGB: (209,176,221) (82%, 69%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 176 of 255 = 69%
B 221 of 255 = 87%

209
176
221

R + G + B ~ 79%. #D1B0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 176 + 221 = 606 (100%)
R 209 of 606 ~ 34.49%
G 176 of 606 ~ 29.04%
B 221 of 606 ~ 36.47'%

%34.49
%29.04
%36.47

CMYK color model

#D1B0DD color CMYK value is (5,20,0,13).

  • cyan value is 5.43%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (5,20,0,13)
C5M20Y0K13 (5%, 20%, 0%, 13%)
(0.05 / 0.20 / 0.00 / 0.13)

CMYK percentages

%5.43
%20.36
%0
%13.33

Codes

Color #D1B0DD in popluar color models

D1 B0 DD
RGB 209 176 221
HSL 284° 39.82% 77.84%
HSB/HSV 284° 20.36% 86.67%
CMYK 5.43% 20.36% 0.00%
13.33%

Color #D1B0DD in popluar number systems.

HEX D1 B0 DD
Decimal 209 176 221
Binary 11010001 10110000 11011101
Octal 321 260 335

Shades and tints

Shades of #D1B0DD

#D1B0DD
(209,176,221)
#BEA0C9
(190,160,201)
#AB90B5
(171,144,181)
#9880A1
(152,128,161)
#85708D
(133,112,141)
#726079
(114,96,121)
#5F5065
(95,80,101)
#4C4051
(76,64,81)
#39303D
(57,48,61)
#262029
(38,32,41)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #D1B0DD

#D1B0DD
(209,176,221)
#D5B7E0
(213,183,224)
#D9BEE3
(217,190,227)
#DDC5E6
(221,197,230)
#E1CCE9
(225,204,233)
#E5D3EC
(229,211,236)
#E9DAEF
(233,218,239)
#EDE1F2
(237,225,242)
#F1E8F5
(241,232,245)
#F5EFF8
(245,239,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B0DD color. Also use rgb(209,176,221) instead hex code.

Text Font Color

.myTextColor { color: #D1B0DD; }

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

This text font color is #D1B0DD.

Background Color

.myBgColor { background-color: #D1B0DD; }

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

This div background color is #D1B0DD.

Border color

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

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

This div border color is #D1B0DD.

Opacity

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

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

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

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

This text has shadow with #D1B0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B0DD.

Preview

Color preview on black background

This text has color #D1B0DD on black background.


Color preview on white background

This text has color #D1B0DD on white background.


Black color preview on #D1B0DD background

This text has black color on #D1B0DD background.


White color preview on #D1B0DD background

This text has white color on #D1B0DD background.


Related colors

Complementary color

Complementary color for #hex is #2E4F22.


I love getcolorcode.com

Triadic colors

1 #DDD1B0 and #B0DDD1 with #D1B0DD are triadic colors.

2 #DDB0D1 and #B0D1DD with #D1B0DD are triadic colors.