COLOR #D5C2C1

HEX: #D5C2C1
RGB: (213,194,193)

Color info

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

RGB color model

#D5C2C1 color RGB value is (213,194,193).

  • red value is 213;
  • green value is 194;
  • blue value is 193.
RGB:
(213,194,193)
(84%,76%,76%)

RGB channels and saturation

R 213 of 255 = 84%
G 194 of 255 = 76%
B 193 of 255 = 76%

213
194
193

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

Portions of RGB colors in percentages

R + G + B =
213 + 194 + 193 = 600 (100%)
R 213 of 600 ~ 35.5%
G 194 of 600 ~ 32.33%
B 193 of 600 ~ 32.17%

%35.5
%32.33
%32.17

CMYK color model

#D5C2C1 color CMYK value is (0,9,9,16).

  • cyan value is 0.00%
  • magenta value is 8.92%
  • yellow value is 9.39%
  • key color value is 16.47%
CMYK:
(0,9,9,16)
C0M9Y9K16 
(0%,9%,9%,16%)
(0.00/0.09/0.09/0.16)	

CMYK percentages

%0
%8.92
%9.39
%16.47

Codes

Color #D5C2C1 in popluar color models

D5C2C1
RGB213194193
HSL19.23%79.61%
HSB/HSV9.39%83.53%
CMYK0.00%8.92%9.39%
16.47%

Color #D5C2C1 in popluar number systems.

HEXD5C2C1
Decimal213194193
Binary110101011100001011000001
Octal325302301

Shades and tints

Shades of #D5C2C1

#D5C2C1
(213,194,193)
#C2B1B0
(194,177,176)
#AFA09F
(175,160,159)
#9C8F8E
(156,143,142)
#897E7D
(137,126,125)
#766D6C
(118,109,108)
#635C5B
(99,92,91)
#504B4A
(80,75,74)
#3D3A39
(61,58,57)
#2A2928
(42,41,40)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #D5C2C1

#D5C2C1
(213,194,193)
#D8C7C6
(216,199,198)
#DBCCCB
(219,204,203)
#DED1D0
(222,209,208)
#E1D6D5
(225,214,213)
#E4DBDA
(228,219,218)
#E7E0DF
(231,224,223)
#EAE5E4
(234,229,228)
#EDEAE9
(237,234,233)
#F0EFEE
(240,239,238)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C2C1 color. Also use rgb(213,194,193) instead hex code.

Text Font Color

.myTextColor { color: #D5C2C1; }

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

This text font color is #D5C2C1.


Background Color

.myBgColor { background-color: #D5C2C1; }

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

This div background color is #D5C2C1.


Border color

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

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

This div border color is #D5C2C1.


Opacity

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

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

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

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

This text has shadow with #D5C2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C2C1 on black background.


Color preview on white background

This text has color #D5C2C1 on white background.



Black color preview on #D5C2C1 background

This text has black color on #D5C2C1 background.


White color preview on #D5C2C1 background

This text has white color on #D5C2C1 background.