COLOR #D1BAB2

HEX: #D1BAB2
RGB: (209,186,178)

Color info

#D1BAB2 contains red, green and blue colors in about the same proportion. Web safe color of #D1BAB2 is #CCCC99 (or #CC9).

RGB color model

#D1BAB2 color RGB value is (209,186,178).

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

RGB channels and saturation

R 209 of 255 = 82%
G 186 of 255 = 73%
B 178 of 255 = 70%

209
186
178

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

Portions of RGB colors in percentages

R + G + B =
209 + 186 + 178 = 573 (100%)
R 209 of 573 ~ 36.47%
G 186 of 573 ~ 32.46%
B 178 of 573 ~ 31.06%

%36.47
%32.46
%31.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 14.83%
  • key color value is 18.04%
CMYK:
(0,11,15,18)
C0M11Y15K18 
(0%,11%,15%,18%)
(0.00/0.11/0.15/0.18)	

CMYK percentages

%0
%11
%14.83
%18.04

Codes

Color #D1BAB2 in popluar color models

D1BAB2
RGB209186178
HSL15°25.20%75.88%
HSB/HSV15°14.83%81.96%
CMYK0.00%11.00%14.83%
18.04%

Color #D1BAB2 in popluar number systems.

HEXD1BAB2
Decimal209186178
Binary110100011011101010110010
Octal321272262

Shades and tints

Shades of #D1BAB2

#D1BAB2
(209,186,178)
#BEAAA2
(190,170,162)
#AB9A92
(171,154,146)
#988A82
(152,138,130)
#857A72
(133,122,114)
#726A62
(114,106,98)
#5F5A52
(95,90,82)
#4C4A42
(76,74,66)
#393A32
(57,58,50)
#262A22
(38,42,34)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #D1BAB2

#D1BAB2
(209,186,178)
#D5C0B9
(213,192,185)
#D9C6C0
(217,198,192)
#DDCCC7
(221,204,199)
#E1D2CE
(225,210,206)
#E5D8D5
(229,216,213)
#E9DEDC
(233,222,220)
#EDE4E3
(237,228,227)
#F1EAEA
(241,234,234)
#F5F0F1
(245,240,241)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BAB2; }

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

This text font color is #D1BAB2.


Background Color

.myBgColor { background-color: #D1BAB2; }

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

This div background color is #D1BAB2.


Border color

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

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

This div border color is #D1BAB2.


Opacity

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

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

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

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

This text has shadow with #D1BAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BAB2 on black background.


Color preview on white background

This text has color #D1BAB2 on white background.



Black color preview on #D1BAB2 background

This text has black color on #D1BAB2 background.


White color preview on #D1BAB2 background

This text has white color on #D1BAB2 background.