COLOR #D1BDBE

HEX: #D1BDBE
RGB: (209,189,190)

Color info

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

RGB color model

#D1BDBE color RGB value is (209,189,190).

  • red value is 209;
  • green value is 189;
  • blue value is 190.
RGB:
(209,189,190)
(82%,74%,75%)

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 190 of 255 = 75%

209
189
190

R + G + B ~ 77%. #D1BDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 189 + 190 = 588 (100%)
R 209 of 588 ~ 35.54%
G 189 of 588 ~ 32.14%
B 190 of 588 ~ 32.31%

%35.54
%32.14
%32.31

CMYK color model

#D1BDBE color CMYK value is (0,10,9,18).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(0,10,9,18)
C0M10Y9K18 
(0%,10%,9%,18%)
(0.00/0.10/0.09/0.18)	

CMYK percentages

%0
%9.57
%9.09
%18.04

Codes

Color #D1BDBE in popluar color models

D1BDBE
RGB209189190
HSL357°17.86%78.04%
HSB/HSV357°9.57%81.96%
CMYK0.00%9.57%9.09%
18.04%

Color #D1BDBE in popluar number systems.

HEXD1BDBE
Decimal209189190
Binary110100011011110110111110
Octal321275276

Shades and tints

Shades of #D1BDBE

#D1BDBE
(209,189,190)
#BEACAD
(190,172,173)
#AB9B9C
(171,155,156)
#988A8B
(152,138,139)
#85797A
(133,121,122)
#726869
(114,104,105)
#5F5758
(95,87,88)
#4C4647
(76,70,71)
#393536
(57,53,54)
#262425
(38,36,37)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #D1BDBE

#D1BDBE
(209,189,190)
#D5C3C3
(213,195,195)
#D9C9C8
(217,201,200)
#DDCFCD
(221,207,205)
#E1D5D2
(225,213,210)
#E5DBD7
(229,219,215)
#E9E1DC
(233,225,220)
#EDE7E1
(237,231,225)
#F1EDE6
(241,237,230)
#F5F3EB
(245,243,235)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BDBE; }

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

This text font color is #D1BDBE.


Background Color

.myBgColor { background-color: #D1BDBE; }

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

This div background color is #D1BDBE.


Border color

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

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

This div border color is #D1BDBE.


Opacity

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

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

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

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

This text has shadow with #D1BDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BDBE on black background.


Color preview on white background

This text has color #D1BDBE on white background.



Black color preview on #D1BDBE background

This text has black color on #D1BDBE background.


White color preview on #D1BDBE background

This text has white color on #D1BDBE background.