COLOR #D5BAC1

HEX: #D5BAC1
RGB: (213,186,193)

Color info

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

RGB color model

#D5BAC1 color RGB value is (213,186,193).

  • red value is 213;
  • green value is 186;
  • blue value is 193.
RGB:
(213,186,193)
(84%,73%,76%)

RGB channels and saturation

R 213 of 255 = 84%
G 186 of 255 = 73%
B 193 of 255 = 76%

213
186
193

R + G + B ~ 78%. #D5BAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 186 + 193 = 592 (100%)
R 213 of 592 ~ 35.98%
G 186 of 592 ~ 31.42%
B 193 of 592 ~ 32.6%

%35.98
%31.42
%32.6

CMYK color model

#D5BAC1 color CMYK value is (0,13,9,16).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 9.39%
  • key color value is 16.47%
CMYK:
(0,13,9,16)
C0M13Y9K16 
(0%,13%,9%,16%)
(0.00/0.13/0.09/0.16)	

CMYK percentages

%0
%12.68
%9.39
%16.47

Codes

Color #D5BAC1 in popluar color models

D5BAC1
RGB213186193
HSL344°24.32%78.24%
HSB/HSV344°12.68%83.53%
CMYK0.00%12.68%9.39%
16.47%

Color #D5BAC1 in popluar number systems.

HEXD5BAC1
Decimal213186193
Binary110101011011101011000001
Octal325272301

Shades and tints

Shades of #D5BAC1

#D5BAC1
(213,186,193)
#C2AAB0
(194,170,176)
#AF9A9F
(175,154,159)
#9C8A8E
(156,138,142)
#897A7D
(137,122,125)
#766A6C
(118,106,108)
#635A5B
(99,90,91)
#504A4A
(80,74,74)
#3D3A39
(61,58,57)
#2A2A28
(42,42,40)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #D5BAC1

#D5BAC1
(213,186,193)
#D8C0C6
(216,192,198)
#DBC6CB
(219,198,203)
#DECCD0
(222,204,208)
#E1D2D5
(225,210,213)
#E4D8DA
(228,216,218)
#E7DEDF
(231,222,223)
#EAE4E4
(234,228,228)
#EDEAE9
(237,234,233)
#F0F0EE
(240,240,238)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BAC1 color. Also use rgb(213,186,193) instead hex code.

Text Font Color

.myTextColor { color: #D5BAC1; }

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

This text font color is #D5BAC1.


Background Color

.myBgColor { background-color: #D5BAC1; }

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

This div background color is #D5BAC1.


Border color

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

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

This div border color is #D5BAC1.


Opacity

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

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

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

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

This text has shadow with #D5BAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BAC1 on black background.


Color preview on white background

This text has color #D5BAC1 on white background.



Black color preview on #D5BAC1 background

This text has black color on #D5BAC1 background.


White color preview on #D5BAC1 background

This text has white color on #D5BAC1 background.