COLOR #DCC6BF

HEX: #DCC6BF
RGB: (220,198,191)

Color info

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

RGB color model

#DCC6BF color RGB value is (220,198,191).

  • red value is 220;
  • green value is 198;
  • blue value is 191.
RGB:
(220,198,191)
(86%,78%,75%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 191 of 255 = 75%

220
198
191

R + G + B ~ 80%. #DCC6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 198 + 191 = 609 (100%)
R 220 of 609 ~ 36.12%
G 198 of 609 ~ 32.51%
B 191 of 609 ~ 31.36%

%36.12
%32.51
%31.36

CMYK color model

#DCC6BF color CMYK value is (0,10,13,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 13.18%
  • key color value is 13.73%
CMYK:
(0,10,13,14)
C0M10Y13K14 
(0%,10%,13%,14%)
(0.00/0.10/0.13/0.14)	

CMYK percentages

%0
%10
%13.18
%13.73

Codes

Color #DCC6BF in popluar color models

DCC6BF
RGB220198191
HSL14°29.29%80.59%
HSB/HSV14°13.18%86.27%
CMYK0.00%10.00%13.18%
13.73%

Color #DCC6BF in popluar number systems.

HEXDCC6BF
Decimal220198191
Binary110111001100011010111111
Octal334306277

Shades and tints

Shades of #DCC6BF

#DCC6BF
(220,198,191)
#C8B4AE
(200,180,174)
#B4A29D
(180,162,157)
#A0908C
(160,144,140)
#8C7E7B
(140,126,123)
#786C6A
(120,108,106)
#645A59
(100,90,89)
#504848
(80,72,72)
#3C3637
(60,54,55)
#282426
(40,36,38)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #DCC6BF

#DCC6BF
(220,198,191)
#DFCBC4
(223,203,196)
#E2D0C9
(226,208,201)
#E5D5CE
(229,213,206)
#E8DAD3
(232,218,211)
#EBDFD8
(235,223,216)
#EEE4DD
(238,228,221)
#F1E9E2
(241,233,226)
#F4EEE7
(244,238,231)
#F7F3EC
(247,243,236)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC6BF color. Also use rgb(220,198,191) instead hex code.

Text Font Color

.myTextColor { color: #DCC6BF; }

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

This text font color is #DCC6BF.


Background Color

.myBgColor { background-color: #DCC6BF; }

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

This div background color is #DCC6BF.


Border color

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

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

This div border color is #DCC6BF.


Opacity

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

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

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

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

This text has shadow with #DCC6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC6BF on black background.


Color preview on white background

This text has color #DCC6BF on white background.



Black color preview on #DCC6BF background

This text has black color on #DCC6BF background.


White color preview on #DCC6BF background

This text has white color on #DCC6BF background.