COLOR #D1BBD5

HEX: #D1BBD5 RGB: (209,187,213)

Color info

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

RGB color model

#D1BBD5 color RGB value is (209,187,213).

RGB: (209,187,213) (82%, 73%, 84%)

RGB channels and saturation

R 209 of 255 = 82%
G 187 of 255 = 73%
B 213 of 255 = 84%

209
187
213

R + G + B ~ 80%. #D1BBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 187 + 213 = 609 (100%)
R 209 of 609 ~ 34.32%
G 187 of 609 ~ 30.71%
B 213 of 609 ~ 34.98'%

%34.32
%30.71
%34.98

CMYK color model

#D1BBD5 color CMYK value is (2,12,0,16).

  • cyan value is 1.88%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (2,12,0,16)
C2M12Y0K16 (2%, 12%, 0%, 16%)
(0.02 / 0.12 / 0.00 / 0.16)

CMYK percentages

%1.88
%12.21
%0
%16.47

Codes

Color #D1BBD5 in popluar color models

D1 BB D5
RGB 209 187 213
HSL 291° 23.64% 78.43%
HSB/HSV 291° 12.21% 83.53%
CMYK 1.88% 12.21% 0.00%
16.47%

Color #D1BBD5 in popluar number systems.

HEX D1 BB D5
Decimal 209 187 213
Binary 11010001 10111011 11010101
Octal 321 273 325

Shades and tints

Shades of #D1BBD5

#D1BBD5
(209,187,213)
#BEAAC2
(190,170,194)
#AB99AF
(171,153,175)
#98889C
(152,136,156)
#857789
(133,119,137)
#726676
(114,102,118)
#5F5563
(95,85,99)
#4C4450
(76,68,80)
#39333D
(57,51,61)
#26222A
(38,34,42)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #D1BBD5

#D1BBD5
(209,187,213)
#D5C1D8
(213,193,216)
#D9C7DB
(217,199,219)
#DDCDDE
(221,205,222)
#E1D3E1
(225,211,225)
#E5D9E4
(229,217,228)
#E9DFE7
(233,223,231)
#EDE5EA
(237,229,234)
#F1EBED
(241,235,237)
#F5F1F0
(245,241,240)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BBD5 color. Also use rgb(209,187,213) instead hex code.

Text Font Color

.myTextColor { color: #D1BBD5; }

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

This text font color is #D1BBD5.

Background Color

.myBgColor { background-color: #D1BBD5; }

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

This div background color is #D1BBD5.

Border color

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

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

This div border color is #D1BBD5.

Opacity

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

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

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

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

This text has shadow with #D1BBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BBD5.

Preview

Color preview on black background

This text has color #D1BBD5 on black background.


Color preview on white background

This text has color #D1BBD5 on white background.


Black color preview on #D1BBD5 background

This text has black color on #D1BBD5 background.


White color preview on #D1BBD5 background

This text has white color on #D1BBD5 background.


Related colors

Complementary color

Complementary color for #hex is #2E442A.


I love getcolorcode.com

Triadic colors

1 #D5D1BB and #BBD5D1 with #D1BBD5 are triadic colors.

2 #D5BBD1 and #BBD1D5 with #D1BBD5 are triadic colors.