COLOR #D5C6BC

HEX: #D5C6BC RGB: (213,198,188)

Color info

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

RGB color model

#D5C6BC color RGB value is (213,198,188).

RGB: (213,198,188) (84%, 78%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 198 of 255 = 78%
B 188 of 255 = 74%

213
198
188

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

Portions of RGB colors in percentages

R + G + B = 213 + 198 + 188 = 599 (100%)
R 213 of 599 ~ 35.56%
G 198 of 599 ~ 33.06%
B 188 of 599 ~ 31.39'%

%35.56
%33.06
%31.39

CMYK color model

#D5C6BC color CMYK value is (0,7,12,16).

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

CMYK: (0,7,12,16)
C0M7Y12K16 (0%, 7%, 12%, 16%)
(0.00 / 0.07 / 0.12 / 0.16)

CMYK percentages

%0
%7.04
%11.74
%16.47

Codes

Color #D5C6BC in popluar color models

D5 C6 BC
RGB 213 198 188
HSL 24° 22.94% 78.63%
HSB/HSV 24° 11.74% 83.53%
CMYK 0.00% 7.04% 11.74%
16.47%

Color #D5C6BC in popluar number systems.

HEX D5 C6 BC
Decimal 213 198 188
Binary 11010101 11000110 10111100
Octal 325 306 274

Shades and tints

Shades of #D5C6BC

#D5C6BC
(213,198,188)
#C2B4AB
(194,180,171)
#AFA29A
(175,162,154)
#9C9089
(156,144,137)
#897E78
(137,126,120)
#766C67
(118,108,103)
#635A56
(99,90,86)
#504845
(80,72,69)
#3D3634
(61,54,52)
#2A2423
(42,36,35)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #D5C6BC

#D5C6BC
(213,198,188)
#D8CBC2
(216,203,194)
#DBD0C8
(219,208,200)
#DED5CE
(222,213,206)
#E1DAD4
(225,218,212)
#E4DFDA
(228,223,218)
#E7E4E0
(231,228,224)
#EAE9E6
(234,233,230)
#EDEEEC
(237,238,236)
#F0F3F2
(240,243,242)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C6BC; }

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

This text font color is #D5C6BC.

Background Color

.myBgColor { background-color: #D5C6BC; }

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

This div background color is #D5C6BC.

Border color

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

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

This div border color is #D5C6BC.

Opacity

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

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

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

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

This text has shadow with #D5C6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C6BC.

Preview

Color preview on black background

This text has color #D5C6BC on black background.


Color preview on white background

This text has color #D5C6BC on white background.


Black color preview on #D5C6BC background

This text has black color on #D5C6BC background.


White color preview on #D5C6BC background

This text has white color on #D5C6BC background.


Related colors

Complementary color

Complementary color for #hex is #2A3943.


I love getcolorcode.com

Triadic colors

1 #BCD5C6 and #C6BCD5 with #D5C6BC are triadic colors.

2 #BCC6D5 and #C6D5BC with #D5C6BC are triadic colors.