COLOR #D1BAC5

HEX: #D1BAC5
RGB: (209,186,197)

Color info

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

RGB color model

#D1BAC5 color RGB value is (209,186,197).

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

RGB channels and saturation

R 209 of 255 = 82%
G 186 of 255 = 73%
B 197 of 255 = 77%

209
186
197

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

Portions of RGB colors in percentages

R + G + B =
209 + 186 + 197 = 592 (100%)
R 209 of 592 ~ 35.3%
G 186 of 592 ~ 31.42%
B 197 of 592 ~ 33.28%

%35.3
%31.42
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 5.74%
  • key color value is 18.04%
CMYK:
(0,11,6,18)
C0M11Y6K18 
(0%,11%,6%,18%)
(0.00/0.11/0.06/0.18)	

CMYK percentages

%0
%11
%5.74
%18.04

Codes

Color #D1BAC5 in popluar color models

D1BAC5
RGB209186197
HSL331°20.00%77.45%
HSB/HSV331°11.00%81.96%
CMYK0.00%11.00%5.74%
18.04%

Color #D1BAC5 in popluar number systems.

HEXD1BAC5
Decimal209186197
Binary110100011011101011000101
Octal321272305

Shades and tints

Shades of #D1BAC5

#D1BAC5
(209,186,197)
#BEAAB4
(190,170,180)
#AB9AA3
(171,154,163)
#988A92
(152,138,146)
#857A81
(133,122,129)
#726A70
(114,106,112)
#5F5A5F
(95,90,95)
#4C4A4E
(76,74,78)
#393A3D
(57,58,61)
#262A2C
(38,42,44)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #D1BAC5

#D1BAC5
(209,186,197)
#D5C0CA
(213,192,202)
#D9C6CF
(217,198,207)
#DDCCD4
(221,204,212)
#E1D2D9
(225,210,217)
#E5D8DE
(229,216,222)
#E9DEE3
(233,222,227)
#EDE4E8
(237,228,232)
#F1EAED
(241,234,237)
#F5F0F2
(245,240,242)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BAC5; }

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

This text font color is #D1BAC5.


Background Color

.myBgColor { background-color: #D1BAC5; }

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

This div background color is #D1BAC5.


Border color

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

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

This div border color is #D1BAC5.


Opacity

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

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

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

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

This text has shadow with #D1BAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BAC5 on black background.


Color preview on white background

This text has color #D1BAC5 on white background.



Black color preview on #D1BAC5 background

This text has black color on #D1BAC5 background.


White color preview on #D1BAC5 background

This text has white color on #D1BAC5 background.