COLOR #D5D3AB

HEX: #D5D3AB RGB: (213,211,171)

Color info

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

RGB color model

#D5D3AB color RGB value is (213,211,171).

RGB: (213,211,171) (84%, 83%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 211 of 255 = 83%
B 171 of 255 = 67%

213
211
171

R + G + B ~ 78%. #D5D3AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 211 + 171 = 595 (100%)
R 213 of 595 ~ 35.8%
G 211 of 595 ~ 35.46%
B 171 of 595 ~ 28.74'%

%35.8
%35.46
%28.74

CMYK color model

#D5D3AB color CMYK value is (0,1,20,16).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 19.72%
  • key color value is 16.47%

CMYK: (0,1,20,16)
C0M1Y20K16 (0%, 1%, 20%, 16%)
(0.00 / 0.01 / 0.20 / 0.16)

CMYK percentages

%0
%0.94
%19.72
%16.47

Codes

Color #D5D3AB in popluar color models

D5 D3 AB
RGB 213 211 171
HSL 57° 33.33% 75.29%
HSB/HSV 57° 19.72% 83.53%
CMYK 0.00% 0.94% 19.72%
16.47%

Color #D5D3AB in popluar number systems.

HEX D5 D3 AB
Decimal 213 211 171
Binary 11010101 11010011 10101011
Octal 325 323 253

Shades and tints

Shades of #D5D3AB

#D5D3AB
(213,211,171)
#C2C09C
(194,192,156)
#AFAD8D
(175,173,141)
#9C9A7E
(156,154,126)
#89876F
(137,135,111)
#767460
(118,116,96)
#636151
(99,97,81)
#504E42
(80,78,66)
#3D3B33
(61,59,51)
#2A2824
(42,40,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5D3AB

#D5D3AB
(213,211,171)
#D8D7B2
(216,215,178)
#DBDBB9
(219,219,185)
#DEDFC0
(222,223,192)
#E1E3C7
(225,227,199)
#E4E7CE
(228,231,206)
#E7EBD5
(231,235,213)
#EAEFDC
(234,239,220)
#EDF3E3
(237,243,227)
#F0F7EA
(240,247,234)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D3AB color. Also use rgb(213,211,171) instead hex code.

Text Font Color

.myTextColor { color: #D5D3AB; }

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

This text font color is #D5D3AB.

Background Color

.myBgColor { background-color: #D5D3AB; }

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

This div background color is #D5D3AB.

Border color

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

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

This div border color is #D5D3AB.

Opacity

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

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

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

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

This text has shadow with #D5D3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D3AB.

Preview

Color preview on black background

This text has color #D5D3AB on black background.


Color preview on white background

This text has color #D5D3AB on white background.


Black color preview on #D5D3AB background

This text has black color on #D5D3AB background.


White color preview on #D5D3AB background

This text has white color on #D5D3AB background.


Related colors

Complementary color

Complementary color for #hex is #2A2C54.


I love getcolorcode.com

Triadic colors

1 #ABD5D3 and #D3ABD5 with #D5D3AB are triadic colors.

2 #ABD3D5 and #D3D5AB with #D5D3AB are triadic colors.