COLOR #D4BAC0

HEX: #D4BAC0 RGB: (212,186,192)

Color info

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

RGB color model

#D4BAC0 color RGB value is (212,186,192).

RGB: (212,186,192) (83%, 73%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 186 of 255 = 73%
B 192 of 255 = 75%

212
186
192

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

Portions of RGB colors in percentages

R + G + B = 212 + 186 + 192 = 590 (100%)
R 212 of 590 ~ 35.93%
G 186 of 590 ~ 31.53%
B 192 of 590 ~ 32.54'%

%35.93
%31.53
%32.54

CMYK color model

#D4BAC0 color CMYK value is (0,12,9,17).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 9.43%
  • key color value is 16.86%

CMYK: (0,12,9,17)
C0M12Y9K17 (0%, 12%, 9%, 17%)
(0.00 / 0.12 / 0.09 / 0.17)

CMYK percentages

%0
%12.26
%9.43
%16.86

Codes

Color #D4BAC0 in popluar color models

D4 BA C0
RGB 212 186 192
HSL 346° 23.21% 78.04%
HSB/HSV 346° 12.26% 83.14%
CMYK 0.00% 12.26% 9.43%
16.86%

Color #D4BAC0 in popluar number systems.

HEX D4 BA C0
Decimal 212 186 192
Binary 11010100 10111010 11000000
Octal 324 272 300

Shades and tints

Shades of #D4BAC0

#D4BAC0
(212,186,192)
#C1AAAF
(193,170,175)
#AE9A9E
(174,154,158)
#9B8A8D
(155,138,141)
#887A7C
(136,122,124)
#756A6B
(117,106,107)
#625A5A
(98,90,90)
#4F4A49
(79,74,73)
#3C3A38
(60,58,56)
#292A27
(41,42,39)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #D4BAC0

#D4BAC0
(212,186,192)
#D7C0C5
(215,192,197)
#DAC6CA
(218,198,202)
#DDCCCF
(221,204,207)
#E0D2D4
(224,210,212)
#E3D8D9
(227,216,217)
#E6DEDE
(230,222,222)
#E9E4E3
(233,228,227)
#ECEAE8
(236,234,232)
#EFF0ED
(239,240,237)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BAC0 color. Also use rgb(212,186,192) instead hex code.

Text Font Color

.myTextColor { color: #D4BAC0; }

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

This text font color is #D4BAC0.

Background Color

.myBgColor { background-color: #D4BAC0; }

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

This div background color is #D4BAC0.

Border color

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

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

This div border color is #D4BAC0.

Opacity

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

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

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

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

This text has shadow with #D4BAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BAC0.

Preview

Color preview on black background

This text has color #D4BAC0 on black background.


Color preview on white background

This text has color #D4BAC0 on white background.


Black color preview on #D4BAC0 background

This text has black color on #D4BAC0 background.


White color preview on #D4BAC0 background

This text has white color on #D4BAC0 background.


Related colors

Complementary color

Complementary color for #hex is #2B453F.


I love getcolorcode.com

Triadic colors

1 #C0D4BA and #BAC0D4 with #D4BAC0 are triadic colors.

2 #C0BAD4 and #BAD4C0 with #D4BAC0 are triadic colors.