COLOR #D5C3AC

HEX: #D5C3AC RGB: (213,195,172)

Color info

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

RGB color model

#D5C3AC color RGB value is (213,195,172).

RGB: (213,195,172) (84%, 76%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 195 of 255 = 76%
B 172 of 255 = 67%

213
195
172

R + G + B ~ 76%. #D5C3AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 195 + 172 = 580 (100%)
R 213 of 580 ~ 36.72%
G 195 of 580 ~ 33.62%
B 172 of 580 ~ 29.66'%

%36.72
%33.62
%29.66

CMYK color model

#D5C3AC color CMYK value is (0,8,19,16).

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

CMYK: (0,8,19,16)
C0M8Y19K16 (0%, 8%, 19%, 16%)
(0.00 / 0.08 / 0.19 / 0.16)

CMYK percentages

%0
%8.45
%19.25
%16.47

Codes

Color #D5C3AC in popluar color models

D5 C3 AC
RGB 213 195 172
HSL 34° 32.80% 75.49%
HSB/HSV 34° 19.25% 83.53%
CMYK 0.00% 8.45% 19.25%
16.47%

Color #D5C3AC in popluar number systems.

HEX D5 C3 AC
Decimal 213 195 172
Binary 11010101 11000011 10101100
Octal 325 303 254

Shades and tints

Shades of #D5C3AC

#D5C3AC
(213,195,172)
#C2B29D
(194,178,157)
#AFA18E
(175,161,142)
#9C907F
(156,144,127)
#897F70
(137,127,112)
#766E61
(118,110,97)
#635D52
(99,93,82)
#504C43
(80,76,67)
#3D3B34
(61,59,52)
#2A2A25
(42,42,37)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #D5C3AC

#D5C3AC
(213,195,172)
#D8C8B3
(216,200,179)
#DBCDBA
(219,205,186)
#DED2C1
(222,210,193)
#E1D7C8
(225,215,200)
#E4DCCF
(228,220,207)
#E7E1D6
(231,225,214)
#EAE6DD
(234,230,221)
#EDEBE4
(237,235,228)
#F0F0EB
(240,240,235)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C3AC; }

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

This text font color is #D5C3AC.

Background Color

.myBgColor { background-color: #D5C3AC; }

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

This div background color is #D5C3AC.

Border color

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

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

This div border color is #D5C3AC.

Opacity

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

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

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

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

This text has shadow with #D5C3AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C3AC.

Preview

Color preview on black background

This text has color #D5C3AC on black background.


Color preview on white background

This text has color #D5C3AC on white background.


Black color preview on #D5C3AC background

This text has black color on #D5C3AC background.


White color preview on #D5C3AC background

This text has white color on #D5C3AC background.


Related colors

Complementary color

Complementary color for #hex is #2A3C53.


I love getcolorcode.com

Triadic colors

1 #ACD5C3 and #C3ACD5 with #D5C3AC are triadic colors.

2 #ACC3D5 and #C3D5AC with #D5C3AC are triadic colors.