COLOR #D1BCBE

HEX: #D1BCBE RGB: (209,188,190)

Color info

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

RGB color model

#D1BCBE color RGB value is (209,188,190).

RGB: (209,188,190) (82%, 74%, 75%)

RGB channels and saturation

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

209
188
190

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

Portions of RGB colors in percentages

R + G + B = 209 + 188 + 190 = 587 (100%)
R 209 of 587 ~ 35.6%
G 188 of 587 ~ 32.03%
B 190 of 587 ~ 32.37'%

%35.6
%32.03
%32.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.05%
  • 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
%10.05
%9.09
%18.04

Codes

Color #D1BCBE in popluar color models

D1 BC BE
RGB 209 188 190
HSL 354° 18.58% 77.84%
HSB/HSV 354° 10.05% 81.96%
CMYK 0.00% 10.05% 9.09%
18.04%

Color #D1BCBE in popluar number systems.

HEX D1 BC BE
Decimal 209 188 190
Binary 11010001 10111100 10111110
Octal 321 274 276

Shades and tints

Shades of #D1BCBE

#D1BCBE
(209,188,190)
#BEABAD
(190,171,173)
#AB9A9C
(171,154,156)
#98898B
(152,137,139)
#85787A
(133,120,122)
#726769
(114,103,105)
#5F5658
(95,86,88)
#4C4547
(76,69,71)
#393436
(57,52,54)
#262325
(38,35,37)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #D1BCBE

#D1BCBE
(209,188,190)
#D5C2C3
(213,194,195)
#D9C8C8
(217,200,200)
#DDCECD
(221,206,205)
#E1D4D2
(225,212,210)
#E5DAD7
(229,218,215)
#E9E0DC
(233,224,220)
#EDE6E1
(237,230,225)
#F1ECE6
(241,236,230)
#F5F2EB
(245,242,235)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BCBE; }

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

This text font color is #D1BCBE.

Background Color

.myBgColor { background-color: #D1BCBE; }

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

This div background color is #D1BCBE.

Border color

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

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

This div border color is #D1BCBE.

Opacity

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

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

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

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

This text has shadow with #D1BCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BCBE.

Preview

Color preview on black background

This text has color #D1BCBE on black background.


Color preview on white background

This text has color #D1BCBE on white background.


Black color preview on #D1BCBE background

This text has black color on #D1BCBE background.


White color preview on #D1BCBE background

This text has white color on #D1BCBE background.


Related colors

Complementary color

Complementary color for #hex is #2E4341.


I love getcolorcode.com

Triadic colors

1 #BED1BC and #BCBED1 with #D1BCBE are triadic colors.

2 #BEBCD1 and #BCD1BE with #D1BCBE are triadic colors.