COLOR #DCC7BA

HEX: #DCC7BA
RGB: (220,199,186)

Color info

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

RGB color model

#DCC7BA color RGB value is (220,199,186).

  • red value is 220;
  • green value is 199;
  • blue value is 186.
RGB:
(220,199,186)
(86%,78%,73%)

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 186 of 255 = 73%

220
199
186

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

Portions of RGB colors in percentages

R + G + B =
220 + 199 + 186 = 605 (100%)
R 220 of 605 ~ 36.36%
G 199 of 605 ~ 32.89%
B 186 of 605 ~ 30.74%

%36.36
%32.89
%30.74

CMYK color model

#DCC7BA color CMYK value is (0,10,15,14).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 15.45%
  • key color value is 13.73%
CMYK:
(0,10,15,14)
C0M10Y15K14 
(0%,10%,15%,14%)
(0.00/0.10/0.15/0.14)	

CMYK percentages

%0
%9.55
%15.45
%13.73

Codes

Color #DCC7BA in popluar color models

DCC7BA
RGB220199186
HSL23°32.69%79.61%
HSB/HSV23°15.45%86.27%
CMYK0.00%9.55%15.45%
13.73%

Color #DCC7BA in popluar number systems.

HEXDCC7BA
Decimal220199186
Binary110111001100011110111010
Octal334307272

Shades and tints

Shades of #DCC7BA

#DCC7BA
(220,199,186)
#C8B5AA
(200,181,170)
#B4A39A
(180,163,154)
#A0918A
(160,145,138)
#8C7F7A
(140,127,122)
#786D6A
(120,109,106)
#645B5A
(100,91,90)
#50494A
(80,73,74)
#3C373A
(60,55,58)
#28252A
(40,37,42)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #DCC7BA

#DCC7BA
(220,199,186)
#DFCCC0
(223,204,192)
#E2D1C6
(226,209,198)
#E5D6CC
(229,214,204)
#E8DBD2
(232,219,210)
#EBE0D8
(235,224,216)
#EEE5DE
(238,229,222)
#F1EAE4
(241,234,228)
#F4EFEA
(244,239,234)
#F7F4F0
(247,244,240)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC7BA color. Also use rgb(220,199,186) instead hex code.

Text Font Color

.myTextColor { color: #DCC7BA; }

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

This text font color is #DCC7BA.


Background Color

.myBgColor { background-color: #DCC7BA; }

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

This div background color is #DCC7BA.


Border color

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

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

This div border color is #DCC7BA.


Opacity

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

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

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

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

This text has shadow with #DCC7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC7BA on black background.


Color preview on white background

This text has color #DCC7BA on white background.



Black color preview on #DCC7BA background

This text has black color on #DCC7BA background.


White color preview on #DCC7BA background

This text has white color on #DCC7BA background.