COLOR #DCC3B1

HEX: #DCC3B1
RGB: (220,195,177)

Color info

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

RGB color model

#DCC3B1 color RGB value is (220,195,177).

  • red value is 220;
  • green value is 195;
  • blue value is 177.
RGB:
(220,195,177)
(86%,76%,69%)

RGB channels and saturation

R 220 of 255 = 86%
G 195 of 255 = 76%
B 177 of 255 = 69%

220
195
177

R + G + B ~ 77%. #DCC3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 195 + 177 = 592 (100%)
R 220 of 592 ~ 37.16%
G 195 of 592 ~ 32.94%
B 177 of 592 ~ 29.9%

%37.16
%32.94
%29.9

CMYK color model

#DCC3B1 color CMYK value is (0,11,20,14).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 19.55%
  • key color value is 13.73%
CMYK:
(0,11,20,14)
C0M11Y20K14 
(0%,11%,20%,14%)
(0.00/0.11/0.20/0.14)	

CMYK percentages

%0
%11.36
%19.55
%13.73

Codes

Color #DCC3B1 in popluar color models

DCC3B1
RGB220195177
HSL25°38.05%77.84%
HSB/HSV25°19.55%86.27%
CMYK0.00%11.36%19.55%
13.73%

Color #DCC3B1 in popluar number systems.

HEXDCC3B1
Decimal220195177
Binary110111001100001110110001
Octal334303261

Shades and tints

Shades of #DCC3B1

#DCC3B1
(220,195,177)
#C8B2A1
(200,178,161)
#B4A191
(180,161,145)
#A09081
(160,144,129)
#8C7F71
(140,127,113)
#786E61
(120,110,97)
#645D51
(100,93,81)
#504C41
(80,76,65)
#3C3B31
(60,59,49)
#282A21
(40,42,33)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #DCC3B1

#DCC3B1
(220,195,177)
#DFC8B8
(223,200,184)
#E2CDBF
(226,205,191)
#E5D2C6
(229,210,198)
#E8D7CD
(232,215,205)
#EBDCD4
(235,220,212)
#EEE1DB
(238,225,219)
#F1E6E2
(241,230,226)
#F4EBE9
(244,235,233)
#F7F0F0
(247,240,240)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC3B1 color. Also use rgb(220,195,177) instead hex code.

Text Font Color

.myTextColor { color: #DCC3B1; }

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

This text font color is #DCC3B1.


Background Color

.myBgColor { background-color: #DCC3B1; }

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

This div background color is #DCC3B1.


Border color

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

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

This div border color is #DCC3B1.


Opacity

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

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

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

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

This text has shadow with #DCC3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC3B1 on black background.


Color preview on white background

This text has color #DCC3B1 on white background.



Black color preview on #DCC3B1 background

This text has black color on #DCC3B1 background.


White color preview on #DCC3B1 background

This text has white color on #DCC3B1 background.