COLOR #D5C5BC

HEX: #D5C5BC RGB: (213,197,188)

Color info

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

RGB color model

#D5C5BC color RGB value is (213,197,188).

RGB: (213,197,188) (84%, 77%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 188 of 255 = 74%

213
197
188

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

Portions of RGB colors in percentages

R + G + B = 213 + 197 + 188 = 598 (100%)
R 213 of 598 ~ 35.62%
G 197 of 598 ~ 32.94%
B 188 of 598 ~ 31.44'%

%35.62
%32.94
%31.44

CMYK color model

#D5C5BC color CMYK value is (0,8,12,16).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (0,8,12,16)
C0M8Y12K16 (0%, 8%, 12%, 16%)
(0.00 / 0.08 / 0.12 / 0.16)

CMYK percentages

%0
%7.51
%11.74
%16.47

Codes

Color #D5C5BC in popluar color models

D5 C5 BC
RGB 213 197 188
HSL 22° 22.94% 78.63%
HSB/HSV 22° 11.74% 83.53%
CMYK 0.00% 7.51% 11.74%
16.47%

Color #D5C5BC in popluar number systems.

HEX D5 C5 BC
Decimal 213 197 188
Binary 11010101 11000101 10111100
Octal 325 305 274

Shades and tints

Shades of #D5C5BC

#D5C5BC
(213,197,188)
#C2B4AB
(194,180,171)
#AFA39A
(175,163,154)
#9C9289
(156,146,137)
#898178
(137,129,120)
#767067
(118,112,103)
#635F56
(99,95,86)
#504E45
(80,78,69)
#3D3D34
(61,61,52)
#2A2C23
(42,44,35)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #D5C5BC

#D5C5BC
(213,197,188)
#D8CAC2
(216,202,194)
#DBCFC8
(219,207,200)
#DED4CE
(222,212,206)
#E1D9D4
(225,217,212)
#E4DEDA
(228,222,218)
#E7E3E0
(231,227,224)
#EAE8E6
(234,232,230)
#EDEDEC
(237,237,236)
#F0F2F2
(240,242,242)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C5BC color. Also use rgb(213,197,188) instead hex code.

Text Font Color

.myTextColor { color: #D5C5BC; }

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

This text font color is #D5C5BC.

Background Color

.myBgColor { background-color: #D5C5BC; }

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

This div background color is #D5C5BC.

Border color

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

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

This div border color is #D5C5BC.

Opacity

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

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

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

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

This text has shadow with #D5C5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C5BC.

Preview

Color preview on black background

This text has color #D5C5BC on black background.


Color preview on white background

This text has color #D5C5BC on white background.


Black color preview on #D5C5BC background

This text has black color on #D5C5BC background.


White color preview on #D5C5BC background

This text has white color on #D5C5BC background.


Related colors

Complementary color

Complementary color for #hex is #2A3A43.


I love getcolorcode.com

Triadic colors

1 #BCD5C5 and #C5BCD5 with #D5C5BC are triadic colors.

2 #BCC5D5 and #C5D5BC with #D5C5BC are triadic colors.