COLOR #D5CDB8

HEX: #D5CDB8 RGB: (213,205,184)

Color info

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

RGB color model

#D5CDB8 color RGB value is (213,205,184).

RGB: (213,205,184) (84%, 80%, 72%)

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 184 of 255 = 72%

213
205
184

R + G + B ~ 79%. #D5CDB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 205 + 184 = 602 (100%)
R 213 of 602 ~ 35.38%
G 205 of 602 ~ 34.05%
B 184 of 602 ~ 30.56'%

%35.38
%34.05
%30.56

CMYK color model

#D5CDB8 color CMYK value is (0,4,14,16).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 13.62%
  • key color value is 16.47%

CMYK: (0,4,14,16)
C0M4Y14K16 (0%, 4%, 14%, 16%)
(0.00 / 0.04 / 0.14 / 0.16)

CMYK percentages

%0
%3.76
%13.62
%16.47

Codes

Color #D5CDB8 in popluar color models

D5 CD B8
RGB 213 205 184
HSL 43° 25.66% 77.84%
HSB/HSV 43° 13.62% 83.53%
CMYK 0.00% 3.76% 13.62%
16.47%

Color #D5CDB8 in popluar number systems.

HEX D5 CD B8
Decimal 213 205 184
Binary 11010101 11001101 10111000
Octal 325 315 270

Shades and tints

Shades of #D5CDB8

#D5CDB8
(213,205,184)
#C2BBA8
(194,187,168)
#AFA998
(175,169,152)
#9C9788
(156,151,136)
#898578
(137,133,120)
#767368
(118,115,104)
#636158
(99,97,88)
#504F48
(80,79,72)
#3D3D38
(61,61,56)
#2A2B28
(42,43,40)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #D5CDB8

#D5CDB8
(213,205,184)
#D8D1BE
(216,209,190)
#DBD5C4
(219,213,196)
#DED9CA
(222,217,202)
#E1DDD0
(225,221,208)
#E4E1D6
(228,225,214)
#E7E5DC
(231,229,220)
#EAE9E2
(234,233,226)
#EDEDE8
(237,237,232)
#F0F1EE
(240,241,238)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CDB8 color. Also use rgb(213,205,184) instead hex code.

Text Font Color

.myTextColor { color: #D5CDB8; }

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

This text font color is #D5CDB8.

Background Color

.myBgColor { background-color: #D5CDB8; }

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

This div background color is #D5CDB8.

Border color

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

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

This div border color is #D5CDB8.

Opacity

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

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

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

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

This text has shadow with #D5CDB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CDB8.

Preview

Color preview on black background

This text has color #D5CDB8 on black background.


Color preview on white background

This text has color #D5CDB8 on white background.


Black color preview on #D5CDB8 background

This text has black color on #D5CDB8 background.


White color preview on #D5CDB8 background

This text has white color on #D5CDB8 background.


Related colors

Complementary color

Complementary color for #hex is #2A3247.


I love getcolorcode.com

Triadic colors

1 #B8D5CD and #CDB8D5 with #D5CDB8 are triadic colors.

2 #B8CDD5 and #CDD5B8 with #D5CDB8 are triadic colors.