COLOR #D5B29B

HEX: #D5B29B RGB: (213,178,155)

Color info

#D5B29B contains red, green and blue colors in about the same proportion. Web safe color of #D5B29B is #CC9999 (or #C99).

RGB color model

#D5B29B color RGB value is (213,178,155).

RGB: (213,178,155) (84%, 70%, 61%)

RGB channels and saturation

R 213 of 255 = 84%
G 178 of 255 = 70%
B 155 of 255 = 61%

213
178
155

R + G + B ~ 72%. #D5B29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 178 + 155 = 546 (100%)
R 213 of 546 ~ 39.01%
G 178 of 546 ~ 32.6%
B 155 of 546 ~ 28.39'%

%39.01
%32.6
%28.39

CMYK color model

#D5B29B color CMYK value is (0,16,27,16).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 27.23%
  • key color value is 16.47%

CMYK: (0,16,27,16)
C0M16Y27K16 (0%, 16%, 27%, 16%)
(0.00 / 0.16 / 0.27 / 0.16)

CMYK percentages

%0
%16.43
%27.23
%16.47

Codes

Color #D5B29B in popluar color models

D5 B2 9B
RGB 213 178 155
HSL 24° 40.85% 72.16%
HSB/HSV 24° 27.23% 83.53%
CMYK 0.00% 16.43% 27.23%
16.47%

Color #D5B29B in popluar number systems.

HEX D5 B2 9B
Decimal 213 178 155
Binary 11010101 10110010 10011011
Octal 325 262 233

Shades and tints

Shades of #D5B29B

#D5B29B
(213,178,155)
#C2A28D
(194,162,141)
#AF927F
(175,146,127)
#9C8271
(156,130,113)
#897263
(137,114,99)
#766255
(118,98,85)
#635247
(99,82,71)
#504239
(80,66,57)
#3D322B
(61,50,43)
#2A221D
(42,34,29)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #D5B29B

#D5B29B
(213,178,155)
#D8B9A4
(216,185,164)
#DBC0AD
(219,192,173)
#DEC7B6
(222,199,182)
#E1CEBF
(225,206,191)
#E4D5C8
(228,213,200)
#E7DCD1
(231,220,209)
#EAE3DA
(234,227,218)
#EDEAE3
(237,234,227)
#F0F1EC
(240,241,236)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B29B color. Also use rgb(213,178,155) instead hex code.

Text Font Color

.myTextColor { color: #D5B29B; }

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

This text font color is #D5B29B.

Background Color

.myBgColor { background-color: #D5B29B; }

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

This div background color is #D5B29B.

Border color

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

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

This div border color is #D5B29B.

Opacity

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

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

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

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

This text has shadow with #D5B29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B29B.

Preview

Color preview on black background

This text has color #D5B29B on black background.


Color preview on white background

This text has color #D5B29B on white background.


Black color preview on #D5B29B background

This text has black color on #D5B29B background.


White color preview on #D5B29B background

This text has white color on #D5B29B background.


Related colors

Complementary color

Complementary color for #hex is #2A4D64.


I love getcolorcode.com

Triadic colors

1 #9BD5B2 and #B29BD5 with #D5B29B are triadic colors.

2 #9BB2D5 and #B2D59B with #D5B29B are triadic colors.