COLOR #DCC5BF

HEX: #DCC5BF
RGB: (220,197,191)

Color info

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

RGB color model

#DCC5BF color RGB value is (220,197,191).

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

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 191 of 255 = 75%

220
197
191

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

Portions of RGB colors in percentages

R + G + B =
220 + 197 + 191 = 608 (100%)
R 220 of 608 ~ 36.18%
G 197 of 608 ~ 32.4%
B 191 of 608 ~ 31.41%

%36.18
%32.4
%31.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.45%
  • 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.45
%13.18
%13.73

Codes

Color #DCC5BF in popluar color models

DCC5BF
RGB220197191
HSL12°29.29%80.59%
HSB/HSV12°13.18%86.27%
CMYK0.00%10.45%13.18%
13.73%

Color #DCC5BF in popluar number systems.

HEXDCC5BF
Decimal220197191
Binary110111001100010110111111
Octal334305277

Shades and tints

Shades of #DCC5BF

#DCC5BF
(220,197,191)
#C8B4AE
(200,180,174)
#B4A39D
(180,163,157)
#A0928C
(160,146,140)
#8C817B
(140,129,123)
#78706A
(120,112,106)
#645F59
(100,95,89)
#504E48
(80,78,72)
#3C3D37
(60,61,55)
#282C26
(40,44,38)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #DCC5BF

#DCC5BF
(220,197,191)
#DFCAC4
(223,202,196)
#E2CFC9
(226,207,201)
#E5D4CE
(229,212,206)
#E8D9D3
(232,217,211)
#EBDED8
(235,222,216)
#EEE3DD
(238,227,221)
#F1E8E2
(241,232,226)
#F4EDE7
(244,237,231)
#F7F2EC
(247,242,236)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC5BF; }

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

This text font color is #DCC5BF.


Background Color

.myBgColor { background-color: #DCC5BF; }

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

This div background color is #DCC5BF.


Border color

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

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

This div border color is #DCC5BF.


Opacity

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

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

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

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

This text has shadow with #DCC5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC5BF on black background.


Color preview on white background

This text has color #DCC5BF on white background.



Black color preview on #DCC5BF background

This text has black color on #DCC5BF background.


White color preview on #DCC5BF background

This text has white color on #DCC5BF background.