COLOR #D7BAC4

HEX: #D7BAC4
RGB: (215,186,196)

Color info

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

RGB color model

#D7BAC4 color RGB value is (215,186,196).

  • red value is 215;
  • green value is 186;
  • blue value is 196.
RGB:
(215,186,196)
(84%,73%,77%)

RGB channels and saturation

R 215 of 255 = 84%
G 186 of 255 = 73%
B 196 of 255 = 77%

215
186
196

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

Portions of RGB colors in percentages

R + G + B =
215 + 186 + 196 = 597 (100%)
R 215 of 597 ~ 36.01%
G 186 of 597 ~ 31.16%
B 196 of 597 ~ 32.83%

%36.01
%31.16
%32.83

CMYK color model

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

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

CMYK percentages

%0
%13.49
%8.84
%15.69

Codes

Color #D7BAC4 in popluar color models

D7BAC4
RGB215186196
HSL339°26.61%78.63%
HSB/HSV339°13.49%84.31%
CMYK0.00%13.49%8.84%
15.69%

Color #D7BAC4 in popluar number systems.

HEXD7BAC4
Decimal215186196
Binary110101111011101011000100
Octal327272304

Shades and tints

Shades of #D7BAC4

#D7BAC4
(215,186,196)
#C4AAB3
(196,170,179)
#B19AA2
(177,154,162)
#9E8A91
(158,138,145)
#8B7A80
(139,122,128)
#786A6F
(120,106,111)
#655A5E
(101,90,94)
#524A4D
(82,74,77)
#3F3A3C
(63,58,60)
#2C2A2B
(44,42,43)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #D7BAC4

#D7BAC4
(215,186,196)
#DAC0C9
(218,192,201)
#DDC6CE
(221,198,206)
#E0CCD3
(224,204,211)
#E3D2D8
(227,210,216)
#E6D8DD
(230,216,221)
#E9DEE2
(233,222,226)
#ECE4E7
(236,228,231)
#EFEAEC
(239,234,236)
#F2F0F1
(242,240,241)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BAC4 color. Also use rgb(215,186,196) instead hex code.

Text Font Color

.myTextColor { color: #D7BAC4; }

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

This text font color is #D7BAC4.


Background Color

.myBgColor { background-color: #D7BAC4; }

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

This div background color is #D7BAC4.


Border color

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

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

This div border color is #D7BAC4.


Opacity

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

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

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

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

This text has shadow with #D7BAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BAC4 on black background.


Color preview on white background

This text has color #D7BAC4 on white background.



Black color preview on #D7BAC4 background

This text has black color on #D7BAC4 background.


White color preview on #D7BAC4 background

This text has white color on #D7BAC4 background.