COLOR #D4B8C3

HEX: #D4B8C3
RGB: (212,184,195)

Color info

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

RGB color model

#D4B8C3 color RGB value is (212,184,195).

  • red value is 212;
  • green value is 184;
  • blue value is 195.
RGB:
(212,184,195)
(83%,72%,76%)

RGB channels and saturation

R 212 of 255 = 83%
G 184 of 255 = 72%
B 195 of 255 = 76%

212
184
195

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

Portions of RGB colors in percentages

R + G + B =
212 + 184 + 195 = 591 (100%)
R 212 of 591 ~ 35.87%
G 184 of 591 ~ 31.13%
B 195 of 591 ~ 32.99%

%35.87
%31.13
%32.99

CMYK color model

#D4B8C3 color CMYK value is (0,13,8,17).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 8.02%
  • key color value is 16.86%
CMYK:
(0,13,8,17)
C0M13Y8K17 
(0%,13%,8%,17%)
(0.00/0.13/0.08/0.17)	

CMYK percentages

%0
%13.21
%8.02
%16.86

Codes

Color #D4B8C3 in popluar color models

D4B8C3
RGB212184195
HSL336°24.56%77.65%
HSB/HSV336°13.21%83.14%
CMYK0.00%13.21%8.02%
16.86%

Color #D4B8C3 in popluar number systems.

HEXD4B8C3
Decimal212184195
Binary110101001011100011000011
Octal324270303

Shades and tints

Shades of #D4B8C3

#D4B8C3
(212,184,195)
#C1A8B2
(193,168,178)
#AE98A1
(174,152,161)
#9B8890
(155,136,144)
#88787F
(136,120,127)
#75686E
(117,104,110)
#62585D
(98,88,93)
#4F484C
(79,72,76)
#3C383B
(60,56,59)
#29282A
(41,40,42)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #D4B8C3

#D4B8C3
(212,184,195)
#D7BEC8
(215,190,200)
#DAC4CD
(218,196,205)
#DDCAD2
(221,202,210)
#E0D0D7
(224,208,215)
#E3D6DC
(227,214,220)
#E6DCE1
(230,220,225)
#E9E2E6
(233,226,230)
#ECE8EB
(236,232,235)
#EFEEF0
(239,238,240)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B8C3 color. Also use rgb(212,184,195) instead hex code.

Text Font Color

.myTextColor { color: #D4B8C3; }

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

This text font color is #D4B8C3.


Background Color

.myBgColor { background-color: #D4B8C3; }

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

This div background color is #D4B8C3.


Border color

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

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

This div border color is #D4B8C3.


Opacity

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

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

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

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

This text has shadow with #D4B8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B8C3 on black background.


Color preview on white background

This text has color #D4B8C3 on white background.



Black color preview on #D4B8C3 background

This text has black color on #D4B8C3 background.


White color preview on #D4B8C3 background

This text has white color on #D4B8C3 background.