COLOR #DCD6BE

HEX: #DCD6BE
RGB: (220,214,190)

Color info

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

RGB color model

#DCD6BE color RGB value is (220,214,190).

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

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 190 of 255 = 75%

220
214
190

R + G + B ~ 82%. #DCD6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 214 + 190 = 624 (100%)
R 220 of 624 ~ 35.26%
G 214 of 624 ~ 34.29%
B 190 of 624 ~ 30.45%

%35.26
%34.29
%30.45

CMYK color model

#DCD6BE color CMYK value is (0,3,14,14).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 13.64%
  • key color value is 13.73%
CMYK:
(0,3,14,14)
C0M3Y14K14 
(0%,3%,14%,14%)
(0.00/0.03/0.14/0.14)	

CMYK percentages

%0
%2.73
%13.64
%13.73

Codes

Color #DCD6BE in popluar color models

DCD6BE
RGB220214190
HSL48°30.00%80.39%
HSB/HSV48°13.64%86.27%
CMYK0.00%2.73%13.64%
13.73%

Color #DCD6BE in popluar number systems.

HEXDCD6BE
Decimal220214190
Binary110111001101011010111110
Octal334326276

Shades and tints

Shades of #DCD6BE

#DCD6BE
(220,214,190)
#C8C3AD
(200,195,173)
#B4B09C
(180,176,156)
#A09D8B
(160,157,139)
#8C8A7A
(140,138,122)
#787769
(120,119,105)
#646458
(100,100,88)
#505147
(80,81,71)
#3C3E36
(60,62,54)
#282B25
(40,43,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #DCD6BE

#DCD6BE
(220,214,190)
#DFD9C3
(223,217,195)
#E2DCC8
(226,220,200)
#E5DFCD
(229,223,205)
#E8E2D2
(232,226,210)
#EBE5D7
(235,229,215)
#EEE8DC
(238,232,220)
#F1EBE1
(241,235,225)
#F4EEE6
(244,238,230)
#F7F1EB
(247,241,235)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD6BE; }

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

This text font color is #DCD6BE.


Background Color

.myBgColor { background-color: #DCD6BE; }

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

This div background color is #DCD6BE.


Border color

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

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

This div border color is #DCD6BE.


Opacity

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

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

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

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

This text has shadow with #DCD6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD6BE on black background.


Color preview on white background

This text has color #DCD6BE on white background.



Black color preview on #DCD6BE background

This text has black color on #DCD6BE background.


White color preview on #DCD6BE background

This text has white color on #DCD6BE background.