COLOR #D4C7BF

HEX: #D4C7BF RGB: (212,199,191)

Color info

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

RGB color model

#D4C7BF color RGB value is (212,199,191).

RGB: (212,199,191) (83%, 78%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 199 of 255 = 78%
B 191 of 255 = 75%

212
199
191

R + G + B ~ 79%. #D4C7BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 199 + 191 = 602 (100%)
R 212 of 602 ~ 35.22%
G 199 of 602 ~ 33.06%
B 191 of 602 ~ 31.73'%

%35.22
%33.06
%31.73

CMYK color model

#D4C7BF color CMYK value is (0,6,10,17).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 9.91%
  • key color value is 16.86%

CMYK: (0,6,10,17)
C0M6Y10K17 (0%, 6%, 10%, 17%)
(0.00 / 0.06 / 0.10 / 0.17)

CMYK percentages

%0
%6.13
%9.91
%16.86

Codes

Color #D4C7BF in popluar color models

D4 C7 BF
RGB 212 199 191
HSL 23° 19.63% 79.02%
HSB/HSV 23° 9.91% 83.14%
CMYK 0.00% 6.13% 9.91%
16.86%

Color #D4C7BF in popluar number systems.

HEX D4 C7 BF
Decimal 212 199 191
Binary 11010100 11000111 10111111
Octal 324 307 277

Shades and tints

Shades of #D4C7BF

#D4C7BF
(212,199,191)
#C1B5AE
(193,181,174)
#AEA39D
(174,163,157)
#9B918C
(155,145,140)
#887F7B
(136,127,123)
#756D6A
(117,109,106)
#625B59
(98,91,89)
#4F4948
(79,73,72)
#3C3737
(60,55,55)
#292526
(41,37,38)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #D4C7BF

#D4C7BF
(212,199,191)
#D7CCC4
(215,204,196)
#DAD1C9
(218,209,201)
#DDD6CE
(221,214,206)
#E0DBD3
(224,219,211)
#E3E0D8
(227,224,216)
#E6E5DD
(230,229,221)
#E9EAE2
(233,234,226)
#ECEFE7
(236,239,231)
#EFF4EC
(239,244,236)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C7BF; }

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

This text font color is #D4C7BF.

Background Color

.myBgColor { background-color: #D4C7BF; }

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

This div background color is #D4C7BF.

Border color

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

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

This div border color is #D4C7BF.

Opacity

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

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

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

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

This text has shadow with #D4C7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4C7BF.

Preview

Color preview on black background

This text has color #D4C7BF on black background.


Color preview on white background

This text has color #D4C7BF on white background.


Black color preview on #D4C7BF background

This text has black color on #D4C7BF background.


White color preview on #D4C7BF background

This text has white color on #D4C7BF background.


Related colors

Complementary color

Complementary color for #hex is #2B3840.


I love getcolorcode.com

Triadic colors

1 #BFD4C7 and #C7BFD4 with #D4C7BF are triadic colors.

2 #BFC7D4 and #C7D4BF with #D4C7BF are triadic colors.