COLOR #D4B9C5

HEX: #D4B9C5 RGB: (212,185,197)

Color info

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

RGB color model

#D4B9C5 color RGB value is (212,185,197).

RGB: (212,185,197) (83%, 73%, 77%)

RGB channels and saturation

R 212 of 255 = 83%
G 185 of 255 = 73%
B 197 of 255 = 77%

212
185
197

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

Portions of RGB colors in percentages

R + G + B = 212 + 185 + 197 = 594 (100%)
R 212 of 594 ~ 35.69%
G 185 of 594 ~ 31.14%
B 197 of 594 ~ 33.16'%

%35.69
%31.14
%33.16

CMYK color model

#D4B9C5 color CMYK value is (0,13,7,17).

  • cyan value is 0.00%
  • magenta value is 12.74%
  • yellow value is 7.08%
  • key color value is 16.86%

CMYK: (0,13,7,17)
C0M13Y7K17 (0%, 13%, 7%, 17%)
(0.00 / 0.13 / 0.07 / 0.17)

CMYK percentages

%0
%12.74
%7.08
%16.86

Codes

Color #D4B9C5 in popluar color models

D4 B9 C5
RGB 212 185 197
HSL 333° 23.89% 77.84%
HSB/HSV 333° 12.74% 83.14%
CMYK 0.00% 12.74% 7.08%
16.86%

Color #D4B9C5 in popluar number systems.

HEX D4 B9 C5
Decimal 212 185 197
Binary 11010100 10111001 11000101
Octal 324 271 305

Shades and tints

Shades of #D4B9C5

#D4B9C5
(212,185,197)
#C1A9B4
(193,169,180)
#AE99A3
(174,153,163)
#9B8992
(155,137,146)
#887981
(136,121,129)
#756970
(117,105,112)
#62595F
(98,89,95)
#4F494E
(79,73,78)
#3C393D
(60,57,61)
#29292C
(41,41,44)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #D4B9C5

#D4B9C5
(212,185,197)
#D7BFCA
(215,191,202)
#DAC5CF
(218,197,207)
#DDCBD4
(221,203,212)
#E0D1D9
(224,209,217)
#E3D7DE
(227,215,222)
#E6DDE3
(230,221,227)
#E9E3E8
(233,227,232)
#ECE9ED
(236,233,237)
#EFEFF2
(239,239,242)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B9C5 color. Also use rgb(212,185,197) instead hex code.

Text Font Color

.myTextColor { color: #D4B9C5; }

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

This text font color is #D4B9C5.

Background Color

.myBgColor { background-color: #D4B9C5; }

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

This div background color is #D4B9C5.

Border color

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

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

This div border color is #D4B9C5.

Opacity

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

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

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

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

This text has shadow with #D4B9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B9C5.

Preview

Color preview on black background

This text has color #D4B9C5 on black background.


Color preview on white background

This text has color #D4B9C5 on white background.


Black color preview on #D4B9C5 background

This text has black color on #D4B9C5 background.


White color preview on #D4B9C5 background

This text has white color on #D4B9C5 background.


Related colors

Complementary color

Complementary color for #hex is #2B463A.


I love getcolorcode.com

Triadic colors

1 #C5D4B9 and #B9C5D4 with #D4B9C5 are triadic colors.

2 #C5B9D4 and #B9D4C5 with #D4B9C5 are triadic colors.