COLOR #DCBE9E

HEX: #DCBE9E
RGB: (220,190,158)

Color info

#DCBE9E contains mainly red and green colors. Web safe color of #DCBE9E is #CCCC99 (or #CC9).

RGB color model

#DCBE9E color RGB value is (220,190,158).

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

RGB channels and saturation

R 220 of 255 = 86%
G 190 of 255 = 75%
B 158 of 255 = 62%

220
190
158

R + G + B ~ 74%. #DCBE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 190 + 158 = 568 (100%)
R 220 of 568 ~ 38.73%
G 190 of 568 ~ 33.45%
B 158 of 568 ~ 27.82%

%38.73
%33.45
%27.82

CMYK color model

#DCBE9E color CMYK value is (0,14,28,14).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 28.18%
  • key color value is 13.73%
CMYK:
(0,14,28,14)
C0M14Y28K14 
(0%,14%,28%,14%)
(0.00/0.14/0.28/0.14)	

CMYK percentages

%0
%13.64
%28.18
%13.73

Codes

Color #DCBE9E in popluar color models

DCBE9E
RGB220190158
HSL31°46.97%74.12%
HSB/HSV31°28.18%86.27%
CMYK0.00%13.64%28.18%
13.73%

Color #DCBE9E in popluar number systems.

HEXDCBE9E
Decimal220190158
Binary110111001011111010011110
Octal334276236

Shades and tints

Shades of #DCBE9E

#DCBE9E
(220,190,158)
#C8AD90
(200,173,144)
#B49C82
(180,156,130)
#A08B74
(160,139,116)
#8C7A66
(140,122,102)
#786958
(120,105,88)
#64584A
(100,88,74)
#50473C
(80,71,60)
#3C362E
(60,54,46)
#282520
(40,37,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #DCBE9E

#DCBE9E
(220,190,158)
#DFC3A6
(223,195,166)
#E2C8AE
(226,200,174)
#E5CDB6
(229,205,182)
#E8D2BE
(232,210,190)
#EBD7C6
(235,215,198)
#EEDCCE
(238,220,206)
#F1E1D6
(241,225,214)
#F4E6DE
(244,230,222)
#F7EBE6
(247,235,230)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBE9E; }

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

This text font color is #DCBE9E.


Background Color

.myBgColor { background-color: #DCBE9E; }

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

This div background color is #DCBE9E.


Border color

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

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

This div border color is #DCBE9E.


Opacity

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

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

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

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

This text has shadow with #DCBE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBE9E on black background.


Color preview on white background

This text has color #DCBE9E on white background.



Black color preview on #DCBE9E background

This text has black color on #DCBE9E background.


White color preview on #DCBE9E background

This text has white color on #DCBE9E background.