COLOR #D5CAB4

HEX: #D5CAB4 RGB: (213,202,180)

Color info

#D5CAB4 contains red, green and blue colors in about the same proportion. Web safe color of #D5CAB4 is #CCCCCC (or #CCC).

RGB color model

#D5CAB4 color RGB value is (213,202,180).

RGB: (213,202,180) (84%, 79%, 71%)

RGB channels and saturation

R 213 of 255 = 84%
G 202 of 255 = 79%
B 180 of 255 = 71%

213
202
180

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

Portions of RGB colors in percentages

R + G + B = 213 + 202 + 180 = 595 (100%)
R 213 of 595 ~ 35.8%
G 202 of 595 ~ 33.95%
B 180 of 595 ~ 30.25'%

%35.8
%33.95
%30.25

CMYK color model

#D5CAB4 color CMYK value is (0,5,15,16).

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 15.49%
  • key color value is 16.47%

CMYK: (0,5,15,16)
C0M5Y15K16 (0%, 5%, 15%, 16%)
(0.00 / 0.05 / 0.15 / 0.16)

CMYK percentages

%0
%5.16
%15.49
%16.47

Codes

Color #D5CAB4 in popluar color models

D5 CA B4
RGB 213 202 180
HSL 40° 28.21% 77.06%
HSB/HSV 40° 15.49% 83.53%
CMYK 0.00% 5.16% 15.49%
16.47%

Color #D5CAB4 in popluar number systems.

HEX D5 CA B4
Decimal 213 202 180
Binary 11010101 11001010 10110100
Octal 325 312 264

Shades and tints

Shades of #D5CAB4

#D5CAB4
(213,202,180)
#C2B8A4
(194,184,164)
#AFA694
(175,166,148)
#9C9484
(156,148,132)
#898274
(137,130,116)
#767064
(118,112,100)
#635E54
(99,94,84)
#504C44
(80,76,68)
#3D3A34
(61,58,52)
#2A2824
(42,40,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #D5CAB4

#D5CAB4
(213,202,180)
#D8CEBA
(216,206,186)
#DBD2C0
(219,210,192)
#DED6C6
(222,214,198)
#E1DACC
(225,218,204)
#E4DED2
(228,222,210)
#E7E2D8
(231,226,216)
#EAE6DE
(234,230,222)
#EDEAE4
(237,234,228)
#F0EEEA
(240,238,234)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CAB4 color. Also use rgb(213,202,180) instead hex code.

Text Font Color

.myTextColor { color: #D5CAB4; }

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

This text font color is #D5CAB4.

Background Color

.myBgColor { background-color: #D5CAB4; }

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

This div background color is #D5CAB4.

Border color

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

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

This div border color is #D5CAB4.

Opacity

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

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

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

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

This text has shadow with #D5CAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CAB4.

Preview

Color preview on black background

This text has color #D5CAB4 on black background.


Color preview on white background

This text has color #D5CAB4 on white background.


Black color preview on #D5CAB4 background

This text has black color on #D5CAB4 background.


White color preview on #D5CAB4 background

This text has white color on #D5CAB4 background.


Related colors

Complementary color

Complementary color for #hex is #2A354B.


I love getcolorcode.com

Triadic colors

1 #B4D5CA and #CAB4D5 with #D5CAB4 are triadic colors.

2 #B4CAD5 and #CAD5B4 with #D5CAB4 are triadic colors.