COLOR #D1B0BC

HEX: #D1B0BC RGB: (209,176,188)

Color info

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

RGB color model

#D1B0BC color RGB value is (209,176,188).

RGB: (209,176,188) (82%, 69%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 176 of 255 = 69%
B 188 of 255 = 74%

209
176
188

R + G + B ~ 75%. #D1B0BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 176 + 188 = 573 (100%)
R 209 of 573 ~ 36.47%
G 176 of 573 ~ 30.72%
B 188 of 573 ~ 32.81'%

%36.47
%30.72
%32.81

CMYK color model

#D1B0BC color CMYK value is (0,16,10,18).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 10.05%
  • key color value is 18.04%

CMYK: (0,16,10,18)
C0M16Y10K18 (0%, 16%, 10%, 18%)
(0.00 / 0.16 / 0.10 / 0.18)

CMYK percentages

%0
%15.79
%10.05
%18.04

Codes

Color #D1B0BC in popluar color models

D1 B0 BC
RGB 209 176 188
HSL 338° 26.40% 75.49%
HSB/HSV 338° 15.79% 81.96%
CMYK 0.00% 15.79% 10.05%
18.04%

Color #D1B0BC in popluar number systems.

HEX D1 B0 BC
Decimal 209 176 188
Binary 11010001 10110000 10111100
Octal 321 260 274

Shades and tints

Shades of #D1B0BC

#D1B0BC
(209,176,188)
#BEA0AB
(190,160,171)
#AB909A
(171,144,154)
#988089
(152,128,137)
#857078
(133,112,120)
#726067
(114,96,103)
#5F5056
(95,80,86)
#4C4045
(76,64,69)
#393034
(57,48,52)
#262023
(38,32,35)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #D1B0BC

#D1B0BC
(209,176,188)
#D5B7C2
(213,183,194)
#D9BEC8
(217,190,200)
#DDC5CE
(221,197,206)
#E1CCD4
(225,204,212)
#E5D3DA
(229,211,218)
#E9DAE0
(233,218,224)
#EDE1E6
(237,225,230)
#F1E8EC
(241,232,236)
#F5EFF2
(245,239,242)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B0BC; }

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

This text font color is #D1B0BC.

Background Color

.myBgColor { background-color: #D1B0BC; }

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

This div background color is #D1B0BC.

Border color

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

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

This div border color is #D1B0BC.

Opacity

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

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

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

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

This text has shadow with #D1B0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B0BC.

Preview

Color preview on black background

This text has color #D1B0BC on black background.


Color preview on white background

This text has color #D1B0BC on white background.


Black color preview on #D1B0BC background

This text has black color on #D1B0BC background.


White color preview on #D1B0BC background

This text has white color on #D1B0BC background.


Related colors

Complementary color

Complementary color for #hex is #2E4F43.


I love getcolorcode.com

Triadic colors

1 #BCD1B0 and #B0BCD1 with #D1B0BC are triadic colors.

2 #BCB0D1 and #B0D1BC with #D1B0BC are triadic colors.