COLOR #D5CDBE

HEX: #D5CDBE RGB: (213,205,190)

Color info

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

RGB color model

#D5CDBE color RGB value is (213,205,190).

RGB: (213,205,190) (84%, 80%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 190 of 255 = 75%

213
205
190

R + G + B ~ 80%. #D5CDBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 205 + 190 = 608 (100%)
R 213 of 608 ~ 35.03%
G 205 of 608 ~ 33.72%
B 190 of 608 ~ 31.25'%

%35.03
%33.72
%31.25

CMYK color model

#D5CDBE color CMYK value is (0,4,11,16).

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

CMYK: (0,4,11,16)
C0M4Y11K16 (0%, 4%, 11%, 16%)
(0.00 / 0.04 / 0.11 / 0.16)

CMYK percentages

%0
%3.76
%10.8
%16.47

Codes

Color #D5CDBE in popluar color models

D5 CD BE
RGB 213 205 190
HSL 39° 21.50% 79.02%
HSB/HSV 39° 10.80% 83.53%
CMYK 0.00% 3.76% 10.80%
16.47%

Color #D5CDBE in popluar number systems.

HEX D5 CD BE
Decimal 213 205 190
Binary 11010101 11001101 10111110
Octal 325 315 276

Shades and tints

Shades of #D5CDBE

#D5CDBE
(213,205,190)
#C2BBAD
(194,187,173)
#AFA99C
(175,169,156)
#9C978B
(156,151,139)
#89857A
(137,133,122)
#767369
(118,115,105)
#636158
(99,97,88)
#504F47
(80,79,71)
#3D3D36
(61,61,54)
#2A2B25
(42,43,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #D5CDBE

#D5CDBE
(213,205,190)
#D8D1C3
(216,209,195)
#DBD5C8
(219,213,200)
#DED9CD
(222,217,205)
#E1DDD2
(225,221,210)
#E4E1D7
(228,225,215)
#E7E5DC
(231,229,220)
#EAE9E1
(234,233,225)
#EDEDE6
(237,237,230)
#F0F1EB
(240,241,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CDBE; }

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

This text font color is #D5CDBE.

Background Color

.myBgColor { background-color: #D5CDBE; }

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

This div background color is #D5CDBE.

Border color

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

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

This div border color is #D5CDBE.

Opacity

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

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

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

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

This text has shadow with #D5CDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CDBE.

Preview

Color preview on black background

This text has color #D5CDBE on black background.


Color preview on white background

This text has color #D5CDBE on white background.


Black color preview on #D5CDBE background

This text has black color on #D5CDBE background.


White color preview on #D5CDBE background

This text has white color on #D5CDBE background.


Related colors

Complementary color

Complementary color for #hex is #2A3241.


I love getcolorcode.com

Triadic colors

1 #BED5CD and #CDBED5 with #D5CDBE are triadic colors.

2 #BECDD5 and #CDD5BE with #D5CDBE are triadic colors.