COLOR #D1BBD1

HEX: #D1BBD1
RGB: (209,187,209)

Color info

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

RGB color model

#D1BBD1 color RGB value is (209,187,209).

  • red value is 209;
  • green value is 187;
  • blue value is 209.
RGB:
(209,187,209)
(82%,73%,82%)

RGB channels and saturation

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

209
187
209

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

Portions of RGB colors in percentages

R + G + B =
209 + 187 + 209 = 605 (100%)
R 209 of 605 ~ 34.55%
G 187 of 605 ~ 30.91%
B 209 of 605 ~ 34.55%

%34.55
%30.91
%34.55

CMYK color model

#D1BBD1 color CMYK value is (0,11,0,18).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(0,11,0,18)
C0M11Y0K18 
(0%,11%,0%,18%)
(0.00/0.11/0.00/0.18)	

CMYK percentages

%0
%10.53
%0
%18.04

Codes

Color #D1BBD1 in popluar color models

D1BBD1
RGB209187209
HSL300°19.30%77.65%
HSB/HSV300°10.53%81.96%
CMYK0.00%10.53%0.00%
18.04%

Color #D1BBD1 in popluar number systems.

HEXD1BBD1
Decimal209187209
Binary110100011011101111010001
Octal321273321

Shades and tints

Shades of #D1BBD1

#D1BBD1
(209,187,209)
#BEAABE
(190,170,190)
#AB99AB
(171,153,171)
#988898
(152,136,152)
#857785
(133,119,133)
#726672
(114,102,114)
#5F555F
(95,85,95)
#4C444C
(76,68,76)
#393339
(57,51,57)
#262226
(38,34,38)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #D1BBD1

#D1BBD1
(209,187,209)
#D5C1D5
(213,193,213)
#D9C7D9
(217,199,217)
#DDCDDD
(221,205,221)
#E1D3E1
(225,211,225)
#E5D9E5
(229,217,229)
#E9DFE9
(233,223,233)
#EDE5ED
(237,229,237)
#F1EBF1
(241,235,241)
#F5F1F5
(245,241,245)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BBD1; }

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

This text font color is #D1BBD1.


Background Color

.myBgColor { background-color: #D1BBD1; }

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

This div background color is #D1BBD1.


Border color

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

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

This div border color is #D1BBD1.


Opacity

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

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

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

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

This text has shadow with #D1BBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BBD1 on black background.


Color preview on white background

This text has color #D1BBD1 on white background.



Black color preview on #D1BBD1 background

This text has black color on #D1BBD1 background.


White color preview on #D1BBD1 background

This text has white color on #D1BBD1 background.