COLOR #D4BEAA

HEX: #D4BEAA RGB: (212,190,170)

Color info

#D4BEAA contains red, green and blue colors in about the same proportion. Web safe color of #D4BEAA is #CCCC99 (or #CC9).

RGB color model

#D4BEAA color RGB value is (212,190,170).

RGB: (212,190,170) (83%, 75%, 67%)

RGB channels and saturation

R 212 of 255 = 83%
G 190 of 255 = 75%
B 170 of 255 = 67%

212
190
170

R + G + B ~ 75%. #D4BEAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 190 + 170 = 572 (100%)
R 212 of 572 ~ 37.06%
G 190 of 572 ~ 33.22%
B 170 of 572 ~ 29.72'%

%37.06
%33.22
%29.72

CMYK color model

#D4BEAA color CMYK value is (0,10,20,17).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 19.81%
  • key color value is 16.86%

CMYK: (0,10,20,17)
C0M10Y20K17 (0%, 10%, 20%, 17%)
(0.00 / 0.10 / 0.20 / 0.17)

CMYK percentages

%0
%10.38
%19.81
%16.86

Codes

Color #D4BEAA in popluar color models

D4 BE AA
RGB 212 190 170
HSL 29° 32.81% 74.90%
HSB/HSV 29° 19.81% 83.14%
CMYK 0.00% 10.38% 19.81%
16.86%

Color #D4BEAA in popluar number systems.

HEX D4 BE AA
Decimal 212 190 170
Binary 11010100 10111110 10101010
Octal 324 276 252

Shades and tints

Shades of #D4BEAA

#D4BEAA
(212,190,170)
#C1AD9B
(193,173,155)
#AE9C8C
(174,156,140)
#9B8B7D
(155,139,125)
#887A6E
(136,122,110)
#75695F
(117,105,95)
#625850
(98,88,80)
#4F4741
(79,71,65)
#3C3632
(60,54,50)
#292523
(41,37,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #D4BEAA

#D4BEAA
(212,190,170)
#D7C3B1
(215,195,177)
#DAC8B8
(218,200,184)
#DDCDBF
(221,205,191)
#E0D2C6
(224,210,198)
#E3D7CD
(227,215,205)
#E6DCD4
(230,220,212)
#E9E1DB
(233,225,219)
#ECE6E2
(236,230,226)
#EFEBE9
(239,235,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BEAA; }

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

This text font color is #D4BEAA.

Background Color

.myBgColor { background-color: #D4BEAA; }

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

This div background color is #D4BEAA.

Border color

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

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

This div border color is #D4BEAA.

Opacity

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

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

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

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

This text has shadow with #D4BEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BEAA.

Preview

Color preview on black background

This text has color #D4BEAA on black background.


Color preview on white background

This text has color #D4BEAA on white background.


Black color preview on #D4BEAA background

This text has black color on #D4BEAA background.


White color preview on #D4BEAA background

This text has white color on #D4BEAA background.


Related colors

Complementary color

Complementary color for #hex is #2B4155.


I love getcolorcode.com

Triadic colors

1 #AAD4BE and #BEAAD4 with #D4BEAA are triadic colors.

2 #AABED4 and #BED4AA with #D4BEAA are triadic colors.