COLOR #D5BEAC

HEX: #D5BEAC RGB: (213,190,172)

Color info

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

RGB color model

#D5BEAC color RGB value is (213,190,172).

RGB: (213,190,172) (84%, 75%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 190 of 255 = 75%
B 172 of 255 = 67%

213
190
172

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

Portions of RGB colors in percentages

R + G + B = 213 + 190 + 172 = 575 (100%)
R 213 of 575 ~ 37.04%
G 190 of 575 ~ 33.04%
B 172 of 575 ~ 29.91'%

%37.04
%33.04
%29.91

CMYK color model

#D5BEAC color CMYK value is (0,11,19,16).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 19.25%
  • key color value is 16.47%

CMYK: (0,11,19,16)
C0M11Y19K16 (0%, 11%, 19%, 16%)
(0.00 / 0.11 / 0.19 / 0.16)

CMYK percentages

%0
%10.8
%19.25
%16.47

Codes

Color #D5BEAC in popluar color models

D5 BE AC
RGB 213 190 172
HSL 26° 32.80% 75.49%
HSB/HSV 26° 19.25% 83.53%
CMYK 0.00% 10.80% 19.25%
16.47%

Color #D5BEAC in popluar number systems.

HEX D5 BE AC
Decimal 213 190 172
Binary 11010101 10111110 10101100
Octal 325 276 254

Shades and tints

Shades of #D5BEAC

#D5BEAC
(213,190,172)
#C2AD9D
(194,173,157)
#AF9C8E
(175,156,142)
#9C8B7F
(156,139,127)
#897A70
(137,122,112)
#766961
(118,105,97)
#635852
(99,88,82)
#504743
(80,71,67)
#3D3634
(61,54,52)
#2A2525
(42,37,37)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #D5BEAC

#D5BEAC
(213,190,172)
#D8C3B3
(216,195,179)
#DBC8BA
(219,200,186)
#DECDC1
(222,205,193)
#E1D2C8
(225,210,200)
#E4D7CF
(228,215,207)
#E7DCD6
(231,220,214)
#EAE1DD
(234,225,221)
#EDE6E4
(237,230,228)
#F0EBEB
(240,235,235)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BEAC color. Also use rgb(213,190,172) instead hex code.

Text Font Color

.myTextColor { color: #D5BEAC; }

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

This text font color is #D5BEAC.

Background Color

.myBgColor { background-color: #D5BEAC; }

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

This div background color is #D5BEAC.

Border color

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

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

This div border color is #D5BEAC.

Opacity

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

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

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

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

This text has shadow with #D5BEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BEAC.

Preview

Color preview on black background

This text has color #D5BEAC on black background.


Color preview on white background

This text has color #D5BEAC on white background.


Black color preview on #D5BEAC background

This text has black color on #D5BEAC background.


White color preview on #D5BEAC background

This text has white color on #D5BEAC background.


Related colors

Complementary color

Complementary color for #hex is #2A4153.


I love getcolorcode.com

Triadic colors

1 #ACD5BE and #BEACD5 with #D5BEAC are triadic colors.

2 #ACBED5 and #BED5AC with #D5BEAC are triadic colors.