COLOR #D4D7BE

HEX: #D4D7BE RGB: (212,215,190)

Color info

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

RGB color model

#D4D7BE color RGB value is (212,215,190).

RGB: (212,215,190) (83%, 84%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 215 of 255 = 84%
B 190 of 255 = 75%

212
215
190

R + G + B ~ 81%. #D4D7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 215 + 190 = 617 (100%)
R 212 of 617 ~ 34.36%
G 215 of 617 ~ 34.85%
B 190 of 617 ~ 30.79'%

%34.36
%34.85
%30.79

CMYK color model

#D4D7BE color CMYK value is (1,0,12,16).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%

CMYK: (1,0,12,16)
C1M0Y12K16 (1%, 0%, 12%, 16%)
(0.01 / 0.00 / 0.12 / 0.16)

CMYK percentages

%1.4
%0
%11.63
%15.69

Codes

Color #D4D7BE in popluar color models

D4 D7 BE
RGB 212 215 190
HSL 67° 23.81% 79.41%
HSB/HSV 67° 11.63% 84.31%
CMYK 1.40% 0.00% 11.63%
15.69%

Color #D4D7BE in popluar number systems.

HEX D4 D7 BE
Decimal 212 215 190
Binary 11010100 11010111 10111110
Octal 324 327 276

Shades and tints

Shades of #D4D7BE

#D4D7BE
(212,215,190)
#C1C4AD
(193,196,173)
#AEB19C
(174,177,156)
#9B9E8B
(155,158,139)
#888B7A
(136,139,122)
#757869
(117,120,105)
#626558
(98,101,88)
#4F5247
(79,82,71)
#3C3F36
(60,63,54)
#292C25
(41,44,37)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #D4D7BE

#D4D7BE
(212,215,190)
#D7DAC3
(215,218,195)
#DADDC8
(218,221,200)
#DDE0CD
(221,224,205)
#E0E3D2
(224,227,210)
#E3E6D7
(227,230,215)
#E6E9DC
(230,233,220)
#E9ECE1
(233,236,225)
#ECEFE6
(236,239,230)
#EFF2EB
(239,242,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D7BE color. Also use rgb(212,215,190) instead hex code.

Text Font Color

.myTextColor { color: #D4D7BE; }

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

This text font color is #D4D7BE.

Background Color

.myBgColor { background-color: #D4D7BE; }

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

This div background color is #D4D7BE.

Border color

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

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

This div border color is #D4D7BE.

Opacity

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

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

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

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

This text has shadow with #D4D7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D7BE.

Preview

Color preview on black background

This text has color #D4D7BE on black background.


Color preview on white background

This text has color #D4D7BE on white background.


Black color preview on #D4D7BE background

This text has black color on #D4D7BE background.


White color preview on #D4D7BE background

This text has white color on #D4D7BE background.


Related colors

Complementary color

Complementary color for #hex is #2B2841.


I love getcolorcode.com

Triadic colors

1 #BED4D7 and #D7BED4 with #D4D7BE are triadic colors.

2 #BED7D4 and #D7D4BE with #D4D7BE are triadic colors.