COLOR #D5C0B2

HEX: #D5C0B2
RGB: (213,192,178)

Color info

#D5C0B2 contains red, green and blue colors in about the same proportion. Web safe color of #D5C0B2 is #CCCC99 (or #CC9).

RGB color model

#D5C0B2 color RGB value is (213,192,178).

  • red value is 213;
  • green value is 192;
  • blue value is 178.
RGB:
(213,192,178)
(84%,75%,70%)

RGB channels and saturation

R 213 of 255 = 84%
G 192 of 255 = 75%
B 178 of 255 = 70%

213
192
178

R + G + B ~ 76%. #D5C0B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 192 + 178 = 583 (100%)
R 213 of 583 ~ 36.54%
G 192 of 583 ~ 32.93%
B 178 of 583 ~ 30.53%

%36.54
%32.93
%30.53

CMYK color model

#D5C0B2 color CMYK value is (0,10,16,16).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 16.43%
  • key color value is 16.47%
CMYK:
(0,10,16,16)
C0M10Y16K16 
(0%,10%,16%,16%)
(0.00/0.10/0.16/0.16)	

CMYK percentages

%0
%9.86
%16.43
%16.47

Codes

Color #D5C0B2 in popluar color models

D5C0B2
RGB213192178
HSL24°29.41%76.67%
HSB/HSV24°16.43%83.53%
CMYK0.00%9.86%16.43%
16.47%

Color #D5C0B2 in popluar number systems.

HEXD5C0B2
Decimal213192178
Binary110101011100000010110010
Octal325300262

Shades and tints

Shades of #D5C0B2

#D5C0B2
(213,192,178)
#C2AFA2
(194,175,162)
#AF9E92
(175,158,146)
#9C8D82
(156,141,130)
#897C72
(137,124,114)
#766B62
(118,107,98)
#635A52
(99,90,82)
#504942
(80,73,66)
#3D3832
(61,56,50)
#2A2722
(42,39,34)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #D5C0B2

#D5C0B2
(213,192,178)
#D8C5B9
(216,197,185)
#DBCAC0
(219,202,192)
#DECFC7
(222,207,199)
#E1D4CE
(225,212,206)
#E4D9D5
(228,217,213)
#E7DEDC
(231,222,220)
#EAE3E3
(234,227,227)
#EDE8EA
(237,232,234)
#F0EDF1
(240,237,241)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C0B2 color. Also use rgb(213,192,178) instead hex code.

Text Font Color

.myTextColor { color: #D5C0B2; }

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

This text font color is #D5C0B2.


Background Color

.myBgColor { background-color: #D5C0B2; }

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

This div background color is #D5C0B2.


Border color

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

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

This div border color is #D5C0B2.


Opacity

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

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

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

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

This text has shadow with #D5C0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C0B2 on black background.


Color preview on white background

This text has color #D5C0B2 on white background.



Black color preview on #D5C0B2 background

This text has black color on #D5C0B2 background.


White color preview on #D5C0B2 background

This text has white color on #D5C0B2 background.