COLOR #D4BEAB

HEX: #D4BEAB RGB: (212,190,171)

Color info

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

RGB color model

#D4BEAB color RGB value is (212,190,171).

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

RGB channels and saturation

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

212
190
171

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

Portions of RGB colors in percentages

R + G + B = 212 + 190 + 171 = 573 (100%)
R 212 of 573 ~ 37%
G 190 of 573 ~ 33.16%
B 171 of 573 ~ 29.84'%

%37
%33.16
%29.84

CMYK color model

#D4BEAB color CMYK value is (0,10,19,17).

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

CMYK: (0,10,19,17)
C0M10Y19K17 (0%, 10%, 19%, 17%)
(0.00 / 0.10 / 0.19 / 0.17)

CMYK percentages

%0
%10.38
%19.34
%16.86

Codes

Color #D4BEAB in popluar color models

D4 BE AB
RGB 212 190 171
HSL 28° 32.28% 75.10%
HSB/HSV 28° 19.34% 83.14%
CMYK 0.00% 10.38% 19.34%
16.86%

Color #D4BEAB in popluar number systems.

HEX D4 BE AB
Decimal 212 190 171
Binary 11010100 10111110 10101011
Octal 324 276 253

Shades and tints

Shades of #D4BEAB

#D4BEAB
(212,190,171)
#C1AD9C
(193,173,156)
#AE9C8D
(174,156,141)
#9B8B7E
(155,139,126)
#887A6F
(136,122,111)
#756960
(117,105,96)
#625851
(98,88,81)
#4F4742
(79,71,66)
#3C3633
(60,54,51)
#292524
(41,37,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D4BEAB

#D4BEAB
(212,190,171)
#D7C3B2
(215,195,178)
#DAC8B9
(218,200,185)
#DDCDC0
(221,205,192)
#E0D2C7
(224,210,199)
#E3D7CE
(227,215,206)
#E6DCD5
(230,220,213)
#E9E1DC
(233,225,220)
#ECE6E3
(236,230,227)
#EFEBEA
(239,235,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BEAB; }

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

This text font color is #D4BEAB.

Background Color

.myBgColor { background-color: #D4BEAB; }

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

This div background color is #D4BEAB.

Border color

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

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

This div border color is #D4BEAB.

Opacity

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

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

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

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

This text has shadow with #D4BEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4BEAB.

Preview

Color preview on black background

This text has color #D4BEAB on black background.


Color preview on white background

This text has color #D4BEAB on white background.


Black color preview on #D4BEAB background

This text has black color on #D4BEAB background.


White color preview on #D4BEAB background

This text has white color on #D4BEAB background.


Related colors

Complementary color

Complementary color for #hex is #2B4154.


I love getcolorcode.com

Triadic colors

1 #ABD4BE and #BEABD4 with #D4BEAB are triadic colors.

2 #ABBED4 and #BED4AB with #D4BEAB are triadic colors.