COLOR #DCC8BE

HEX: #DCC8BE
RGB: (220,200,190)

Color info

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

RGB color model

#DCC8BE color RGB value is (220,200,190).

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

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 190 of 255 = 75%

220
200
190

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

Portions of RGB colors in percentages

R + G + B =
220 + 200 + 190 = 610 (100%)
R 220 of 610 ~ 36.07%
G 200 of 610 ~ 32.79%
B 190 of 610 ~ 31.15%

%36.07
%32.79
%31.15

CMYK color model

#DCC8BE color CMYK value is (0,9,14,14).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 13.64%
  • key color value is 13.73%
CMYK:
(0,9,14,14)
C0M9Y14K14 
(0%,9%,14%,14%)
(0.00/0.09/0.14/0.14)	

CMYK percentages

%0
%9.09
%13.64
%13.73

Codes

Color #DCC8BE in popluar color models

DCC8BE
RGB220200190
HSL20°30.00%80.39%
HSB/HSV20°13.64%86.27%
CMYK0.00%9.09%13.64%
13.73%

Color #DCC8BE in popluar number systems.

HEXDCC8BE
Decimal220200190
Binary110111001100100010111110
Octal334310276

Shades and tints

Shades of #DCC8BE

#DCC8BE
(220,200,190)
#C8B6AD
(200,182,173)
#B4A49C
(180,164,156)
#A0928B
(160,146,139)
#8C807A
(140,128,122)
#786E69
(120,110,105)
#645C58
(100,92,88)
#504A47
(80,74,71)
#3C3836
(60,56,54)
#282625
(40,38,37)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #DCC8BE

#DCC8BE
(220,200,190)
#DFCDC3
(223,205,195)
#E2D2C8
(226,210,200)
#E5D7CD
(229,215,205)
#E8DCD2
(232,220,210)
#EBE1D7
(235,225,215)
#EEE6DC
(238,230,220)
#F1EBE1
(241,235,225)
#F4F0E6
(244,240,230)
#F7F5EB
(247,245,235)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC8BE color. Also use rgb(220,200,190) instead hex code.

Text Font Color

.myTextColor { color: #DCC8BE; }

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

This text font color is #DCC8BE.


Background Color

.myBgColor { background-color: #DCC8BE; }

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

This div background color is #DCC8BE.


Border color

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

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

This div border color is #DCC8BE.


Opacity

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

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

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

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

This text has shadow with #DCC8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC8BE on black background.


Color preview on white background

This text has color #DCC8BE on white background.



Black color preview on #DCC8BE background

This text has black color on #DCC8BE background.


White color preview on #DCC8BE background

This text has white color on #DCC8BE background.