COLOR #D4C4BF

HEX: #D4C4BF
RGB: (212,196,191)

Color info

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

RGB color model

#D4C4BF color RGB value is (212,196,191).

  • red value is 212;
  • green value is 196;
  • blue value is 191.
RGB:
(212,196,191)
(83%,77%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 196 of 255 = 77%
B 191 of 255 = 75%

212
196
191

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

Portions of RGB colors in percentages

R + G + B =
212 + 196 + 191 = 599 (100%)
R 212 of 599 ~ 35.39%
G 196 of 599 ~ 32.72%
B 191 of 599 ~ 31.89%

%35.39
%32.72
%31.89

CMYK color model

#D4C4BF color CMYK value is (0,8,10,17).

  • cyan value is 0.00%
  • magenta value is 7.55%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK:
(0,8,10,17)
C0M8Y10K17 
(0%,8%,10%,17%)
(0.00/0.08/0.10/0.17)	

CMYK percentages

%0
%7.55
%9.91
%16.86

Codes

Color #D4C4BF in popluar color models

D4C4BF
RGB212196191
HSL14°19.63%79.02%
HSB/HSV14°9.91%83.14%
CMYK0.00%7.55%9.91%
16.86%

Color #D4C4BF in popluar number systems.

HEXD4C4BF
Decimal212196191
Binary110101001100010010111111
Octal324304277

Shades and tints

Shades of #D4C4BF

#D4C4BF
(212,196,191)
#C1B3AE
(193,179,174)
#AEA29D
(174,162,157)
#9B918C
(155,145,140)
#88807B
(136,128,123)
#756F6A
(117,111,106)
#625E59
(98,94,89)
#4F4D48
(79,77,72)
#3C3C37
(60,60,55)
#292B26
(41,43,38)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #D4C4BF

#D4C4BF
(212,196,191)
#D7C9C4
(215,201,196)
#DACEC9
(218,206,201)
#DDD3CE
(221,211,206)
#E0D8D3
(224,216,211)
#E3DDD8
(227,221,216)
#E6E2DD
(230,226,221)
#E9E7E2
(233,231,226)
#ECECE7
(236,236,231)
#EFF1EC
(239,241,236)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C4BF color. Also use rgb(212,196,191) instead hex code.

Text Font Color

.myTextColor { color: #D4C4BF; }

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

This text font color is #D4C4BF.


Background Color

.myBgColor { background-color: #D4C4BF; }

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

This div background color is #D4C4BF.


Border color

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

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

This div border color is #D4C4BF.


Opacity

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

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

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

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

This text has shadow with #D4C4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C4BF on black background.


Color preview on white background

This text has color #D4C4BF on white background.



Black color preview on #D4C4BF background

This text has black color on #D4C4BF background.


White color preview on #D4C4BF background

This text has white color on #D4C4BF background.